Last active
February 6, 2024 09:08
-
-
Save stamparm/021281a6f7bd405b5b29dd9ed240f2de to your computer and use it in GitHub Desktop.
Disable Windows Script Host (for prevention of recent ransomware phishing attacks)
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Script Host\Settings] | |
"Enabled"="0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment