Skip to content

Instantly share code, notes, and snippets.

@mirjalal
Created December 15, 2020 09:16
Show Gist options
  • Save mirjalal/c3c9300b294ab604cb509f251a55f472 to your computer and use it in GitHub Desktop.
Save mirjalal/c3c9300b294ab604cb509f251a55f472 to your computer and use it in GitHub Desktop.
save the code below to disable_realtime_protection.reg and run to disable windows defender completely!
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableScanOnRealtimeEnable"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment