How to enable / disable notifications from Windows Security Center in Windows 10

Windows Security Center sends notifications with important information about your device's health and security. You can specify which Windows Security Center notifications you want to receive.

In this article, TipsMake will guide you on how to enable or disable notifications from Windows Security Center in Windows 10.

You can hide notifications since Windows 10 version 1709

Starting with Windows 10 version 1709, you can enable the Hide non-critical notification policy or Hide all notifications.

Hide non-critical notification - If enabled, only important notifications will show up from Windows Security. Local users will only see important notifications from Windows Defender Security Center. They won't see other types of notifications, such as regular PC or device health information.

Hide all notifications - If enabled, local users won't see any notifications from Windows Security. This will override the Hide non-critical notification policy.

How to enable / disable notifications from Windows Security Center in Windows 10 Picture 1How to enable / disable notifications from Windows Security Center in Windows 10 Picture 1

How to Enable or disable notifications from Windows Security Center

Since this is a registry related operation, you should back up the registry or create a system restore point as necessary precautions.

1. Enable or disable insignificant notifications from Windows Security with a REG file

To turn on clutter notifications from Windows Security, do the following:

  1. Press Win + R keys to bring up the Run dialog box.
  2. In the Run dialog box, type notepad and press Enter to open Notepad.
  3. Copy and paste the below syntax into a text editor.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender Security CenterNotifications] "DisableEnhancedNotifications" = -
  1. Now, click on the File option from the menu and select the Save As button.
  2. Choose a location (preferably the desktop) where you want to save the file.
  3. Enter a name with the .reg extension (for example, Enable_NonCritical_Notification.reg).
  4. Select All Files from the Save as type drop-down list.
  5. Double-click the saved .reg file to merge.
  6. If prompted, click Run> Yes (UAC)> Yes> OK to approve the merge.
  7. Now you can delete the .reg file if you want.

To turn off trivial notifications from Windows Security, do the following:

  1. Open Notepad.
  2. Copy and paste the below syntax into a text editor.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender Security CenterNotifications] "DisableEnhancedNotifications" = dword: 00000001

Repeat the same steps as above, but in this case save the reg file to Disable_NonCritical_Notification.reg.

2. Turn on or off all notifications from Windows Security using REG file

To enable all notifications from Windows Security, do the following:

  1. Press Win + R keys to bring up the Run dialog box.
  2. In the Run dialog box, type notepad and press Enter to open Notepad.
  3. Copy and paste the below syntax into a text editor.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender Security CenterNotifications] "DisableNotifications" = -
  1. Now, click on the File option from the menu and select the Save As button.
  2. Choose a location (preferably the desktop) where you want to save the file.
  3. Enter a name with the .reg extension (for example, Enable_All_Notification_WSC.reg).
  4. Select All Files from the Save as type drop-down list.
  5. Double-click the saved .reg file to merge.
  6. If prompted, click Run> Yes (UAC)> Yes> OK to approve the merge.
  7. Now you can delete the .reg file if you want.

To turn off all notifications from Windows Security, do the following:

  1. Open Notepad.
  2. Copy and paste the below syntax into a text editor.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender Security CenterNotifications] "DisableNotifications" = dword: 00000001

Repeat the same steps as above, but in this case save the reg file to Disable_All_Notification_WSC.reg.

4.1 ★ | 14 Vote