Skip to content

Commit 66385d0

Browse files
authored
Update HiddenPowershell.vbs
1 parent cbbf3a6 commit 66385d0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

HiddenPowershell.vbs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
' Will run Powershell in a hidden console, like this:
55
' powershell.exe -ExecutionPolicy ByPass -File "C:\Program Files\Get-HelloWorld.ps1"
66
'
7-
' I recommend that you also pass the `-WindowStyle Hidden` parameter,
8-
' so that the executing powershell script knows that it's hidden.
9-
' Using `-WindowStyle Hidden` without this script, doesn't completely hide
10-
' the powershell console.
11-
'
127
' More Info: https://github.com/UNT-CAS/HiddenPowershell
138

149
Set oShell = CreateObject("Wscript.Shell")

0 commit comments

Comments
 (0)