How to disable windows security center notification about devices safety

Discussion in 'Windows 11' started by flaubert71, Dec 9, 2023.

  1. flaubert71

    flaubert71 MDL Novice

    Nov 26, 2015
    9
    4
    0
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,409
    1,328
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Jessie Pinkman

    Jessie Pinkman MDL Addicted

    Aug 25, 2016
    528
    251
    30
    just use toggle defender and just disable it for good
     
  4. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,193
    1,086
    60
    Try this, if it does not help, you will need to disable always running Defender services. Or just disable the icon from startup (SecurityHealthSystray.exe)?
    Code:
    rem 1 - Antivirus Disabled Notification
    reg add "HKLM\Software\Microsoft\Windows Defender Security Center\Notifications" /v "DisableNotifications" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows Defender Security Center\Notifications" /v "DisableEnhancedNotifications " /t REG_DWORD /d "1" /f
    
    rem 0 - Security and Maitenance Notification
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance" /v "Enabled" /t REG_DWORD /d "0" /f
     
  5. flaubert71

    flaubert71 MDL Novice

    Nov 26, 2015
    9
    4
    0
    For now, i have disabled the icon from startup.;)