Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hide Taskbar Icons

Featured Replies


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.

  • Author

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

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.