Skip to content

Instantly share code, notes, and snippets.

@DXPetti
Last active January 21, 2020 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DXPetti/2430c05e13c03cd65d9892400cf298d1 to your computer and use it in GitHub Desktop.
Save DXPetti/2430c05e13c03cd65d9892400cf298d1 to your computer and use it in GitHub Desktop.
# As per https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV200001
takeown /f $ENV:windir\syswow64\jscript.dll
cacls $ENV:windir\syswow64\jscript.dll /E /P everyone:N
takeown /f $ENV:windir\system32\jscript.dll
cacls $ENV:windir\system32\jscript.dll /E /P everyone:N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment