Created
January 21, 2020 05:46
-
-
Save DXPetti/abfaf47f7fc82cb9eb12ed08065bda00 to your computer and use it in GitHub Desktop.
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
# As per https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV200001 | |
cacls $ENV:windir\system32\jscript.dll /E /R everyone | |
cacls $ENV:windir\syswow64\jscript.dll /E /R everyone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment