Jump to content

Hide Taskbar Icons


Recommended Posts


Does anyone know the registry settings to hide the Network, Volume, and Clock system icons in the taskbar?

Thanks

Not sure about hiding them, but you can completely remove them from the Tray by:

Right clicking the TaskBar -> Properties -> Notification Area tab -> Uncheck Clock, Volume, Network under System Icons.

Link to comment
Share on other sites

Yes that is exactly what I want to do. The only problem is that I want those removed by default and so the easiest way would be through a registry implementation. If you have any other ideas how to do this unattendedly please respond.

Edited by toastycheese678
Link to comment
Share on other sites

It can be done but it ain't pretty. The reg settings below remove the possibility to have each icon in the tray - they will be gone by default but you won't be able to add them back in without reversing the reg settings as the option is disabled.

If anyone knows a better way then please post.

;-------------------------------------------------------------------------------
; Disable clock in system notification area *and* option to re-enable
;-------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"HideClock"=dword:00000001
;-------------------------------------------------------------------------------
; Disable notification battery meter *and* option to re-enable
;-------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"HideSCAPower"=dword:00000001
;-------------------------------------------------------------------------------
; Disable notification networking icon *and* option to re-enable
;-------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"HideSCANetwork"=dword:00000001
;-------------------------------------------------------------------------------
; Disable notification volume control icon *and* option to re-enable
;-------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"HideSCAVolume"=dword:00000001

Edited by jamieo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...