Skip to content

Instantly share code, notes, and snippets.

@TechByTom
Created June 25, 2020 20:14
Show Gist options
  • Save TechByTom/a2c5cde7a2f8da067baec9cac2aa9aa4 to your computer and use it in GitHub Desktop.
Save TechByTom/a2c5cde7a2f8da067baec9cac2aa9aa4 to your computer and use it in GitHub Desktop.
Disable windows defender - add to reg, then reboot
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