windows-defender-remover icon indicating copy to clipboard operation
windows-defender-remover copied to clipboard

Security Center gone using both options Y and A.

Open clickmario opened this issue 1 year ago • 1 comments

Hello. I've tested options A and Y and in both options the Security Center was gone. Is it possible to symple remove or disable only the Anti-virus? Keeping the Security Center with all the other items? Thank you very much. Mario.

clickmario avatar Oct 05 '24 17:10 clickmario

in older versions if I remember correctly there was such an option, I don't know why it was cut

TheGlowEk avatar Oct 22 '24 18:10 TheGlowEk

pressing A it disables notifications for security center and does not remove it. (check defender remover 12.7.1).

pressing A adds following registry values


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WindowsDefenderSecurityCenter\DisableEnhancedNotifications]
"value"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WindowsDefenderSecurityCenter\DisableNotifications]
"value"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WindowsDefenderSecurityCenter\HideWindowsSecurityNotificationAreaControl]
"value"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirstRunDisabled"=dword:00000001
"AntiVirusOverride"=dword:00000001
"FirewallOverride"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000001
"DisableNotifications"=dword:00000001

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance]
"Enabled"=dword:00000000

ionuttbara avatar Nov 28 '24 18:11 ionuttbara