Turn off Windows 11 notifications

Se7en91

New Member
Messages
2
Reaction score
0
Hi,

Is it possible to uncheck all 3 options in NTlite?
I'd like notifications to be turned off when Windows 11 is installed.

1735401385112.png
 
There's three options available to you, but only one of them is most practical.
Enable/disable notification sounds in Windows 11Enable/disable notification sounds in Windows 11

1. Disable the Notification sound from your sound scheme, by changing it to (None). This solution isn't very good, because switching to a different Windows theme might break your changes.

2. Disable Notification sounds on a per-App basis from the System Settings. Unfortunately if you want to do this from the registry, you need to add a new key to each App you have installed. If a new App is installed, you will have to remember to add it.

3. Disable Notification sounds for all Apps globally. Add this command to Post-Setup (After logon):
Code:
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings /v NOC_GLOBAL_SETTING_ALLOW_NOTIFICATION_SOUND /t REG_DWORD /d 0 /f
 
Back
Top