We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60335ff commit b8891aaCopy full SHA for b8891aa
hexBase.vbs
@@ -41,7 +41,7 @@ Set myShell = CreateObject("WScript.Shell")
41
cmd = myShell.ExpandEnvironmentStrings("%comspec%")
42
tmpDir = myShell.ExpandEnvironmentStrings("%TEMP%")
43
Select Case WScript.Arguments.Item(0)
44
- Case "cleanup"
+ Case "exit"
45
myShell.Exec("wmic.exe /NAMESPACE:\\root\default PATH __Namespace where ""Name like 'OUTPUT_READY'"" delete")
46
myShell.Exec("wmic.exe /NAMESPACE:\\root\default PATH __Namespace where ""Name like '%EVILTAG%'"" delete")
47
Case Else
0 commit comments