Jump to content

Recommended Posts


Posted
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.

Posted (edited)

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
Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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