Skip to content

Commit ab6695c

Browse files
authored
Update HiddenPowershell.vbs
Forgot to set `bWaitOnReturn` back to `True` after some playing around.
1 parent 905485c commit ab6695c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HiddenPowershell.vbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sMessage = "HiddenPowershell Running: " _
3535
& vbCrLf & vbTab & sArgs
3636
oShell.LogEvent LOG_EVENT_INFORMATION, sMessage
3737

38-
iReturn = oShell.Run(sArgs, 0, False)
38+
iReturn = oShell.Run(sArgs, 0, True)
3939

4040
If iReturn <> 0 Then
4141
iExitStatus = LOG_EVENT_ERROR

0 commit comments

Comments
 (0)