Code: Resident Evil Fan & Gamer. Windows 98/95 User (When I was 3-7) Windows XP Long time user. (10-11 and ahead) Windows Vista Fan (Yes I love it, still sexy after SP2 Update, I dream of Vista 2) Windows 7 user (simply bad ass!) Windows 8/8.1 (Fu**ing Ugly UI !) Windows 10 (Threshold) Hopefully this one will be good! Yes, I can read your Signature, its long, is weird, confusing - It says (your a Windows 7 User & Vista lover) actually sounds to me like your really confused.. since your not sure what you want to continue to use... PS: Oh never mind you would not understand any way... Smile and have a nice Day.
Well, first off, as the op, you were in a sense, talking to me. Secondly, you don't get to tell anybody here what they can or cannot post. What part of that don't you understand...???
Fwiw, you can actually disable the search icon in the taskbar with a registry key. This works in both 9841 and 9860: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "EnableProactive"=dword:00000000 No idea if there's something similar for the Multiview button
To disable the multiview button on the taskbar, try this. Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView] "Enabled"=dword:00000000
Mine doesn't have this portion "\MultitaskingView\AllUpView" of that registry key. So I am hesitant to try this. But hopefully someone else can confirm if this works safely or not.
You need to restart explorer after applying this. For removal just delete the key in the registry. answersmicrosoft.com/en-us/windows/forum/windows_tp-desktop/issues-start-menu-auto-hide-taskbar-mouse-hover/27bfdba8-1dd4-4779-9ea1-935d9cdb4cb1 Add a dot between answers and microsoft
For the removal of the notification icon, right click on the task bar then properties. At the right side of the "notification area" left click customize. In the next window chose "Turn system icons on or off". Turn off the Notification Center icon! Hope this helps.
Turn OFF the Notification Center icon in Windows 10 Technical Preview: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] "DisableNotificationCenter"=dword:00000001 Turn ON the Notification Center icon in Windows 10 Technical Preview: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] "DisableNotificationCenter"=dword:00000000 Or just delete this registry value.
Turn OFF the Action Center icon: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "HideSCAHealth"=dword:00000001 Turn ON the Action Center icon: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "HideSCAHealth"=dword:00000000 Or just delete this registry value.
As for me, these two values were not available, I just let them enter via .reg file. And then there were only 2 Icone below links away. So as you go with it, thank you. ********************************************************************* Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "EnableProactive"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView] "Enabled"=dword:00000000 ********************************************************************************
What was wrong with fekters solution? Much easier, and following standing procedure. ? Mayb ehis instructions missed? Clickthe notification arrow on the taskbar to get into the notification panel. - Customise - (At the bottom ) turn System icons on or off . Why use a script or, even deeper, a reg edit?.
On my 9879 install there is an option to remove the Search button and the Task View button by right-clicking the Taskbar and de-selecting them.
Yeah, known fact ... still some here want have it done during Setup or generally as part of a script .