Skip to content

Instantly share code, notes, and snippets.

@grantpullen
Created September 20, 2018 04:39
Show Gist options
  • Save grantpullen/497a0b1cf20533877bf005a17b1df4cf to your computer and use it in GitHub Desktop.
Save grantpullen/497a0b1cf20533877bf005a17b1df4cf to your computer and use it in GitHub Desktop.
Disable windows defender
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