Created
January 27, 2020 02:19
-
-
Save mark-hallman/101144eb1405f077e42381db845fa18c to your computer and use it in GitHub Desktop.
This script will completely disbale Windows Defender including related Service.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-Item -Path "HKLM:\Software\Policies\Microsoft\Windows Defender\" | New-ItemProperty -Name DisableAntiSpyware -Value 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment