Skip to content

Instantly share code, notes, and snippets.

@spnow
Forked from trietptm/disable_wsh.reg
Created August 17, 2016 17:31
Show Gist options
  • Save spnow/c5a42a5123fb5d61c0efd383cd8d237e to your computer and use it in GitHub Desktop.
Save spnow/c5a42a5123fb5d61c0efd383cd8d237e to your computer and use it in GitHub Desktop.
Disable Windows Script Host (for prevention of recent ransomware phishing attacks)
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