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
| '-' | |
| '-' invokeAllChecks.vbs | |
| '-' | |
| '-' VBscript implementation of the Invoke-AllChecks function of PowerUp developed by @harmj0y | |
| '-' by: @ImAnEnabler | |
| '-' | |
| '-' In the environment I work, sc.exe is not allowed for non-admins, so I used WMI instead. | |
| '-' Save the vbs file and run with cscript: | |
| '-' cscript //nologo invokeAllChecks.vbs | |
| '-' |