-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Windows keeps deleting files I need, and it has become harder and harder to disable windows defender.
I was wondering if you would like to add an option for disabling windows defender?
This can be done by adding some registry keys and modifying gpedit.msc:
Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender → DisableAntiSpyware (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender → DisableRealtimeMonitoring (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender → DisableRoutinelyTakingAction (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender → DisableAntiVirus (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender → DisableSpecialRunningModes (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender → ServiceKeepAlive (DWORD, value 0)
Create new key Signature Updates
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates → ForceUpdateFromMU (DWORD, value 0)
Create new key Real-Time Protection
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection → DisableRealtimeMonitoring (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection → DisableOnAccessProtection (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection → DisableBehaviorMonitoring (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection → DisableScanOnRealtimeEnable (DWORD, value 1)
Create new key Spynet
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet → DisableBlockAtFirstSeen (DWORD, value 1)
gpedit.msc
Computer Configuration → Administrative Templates → Windows Components → Windows Defender, and enable Turn off Windows Defender
Reference: https://www.maketecheasier.com/permanently-disable-windows-defender-windows-10/
Maybe some of the challanges for adding this button would be that windows defender itself would start seeing the winutil as a virus