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 cbbf3a6 commit 66385d0Copy full SHA for 66385d0
HiddenPowershell.vbs
@@ -4,11 +4,6 @@
4
' Will run Powershell in a hidden console, like this:
5
' powershell.exe -ExecutionPolicy ByPass -File "C:\Program Files\Get-HelloWorld.ps1"
6
'
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
-'
12
' More Info: https://github.com/UNT-CAS/HiddenPowershell
13
14
Set oShell = CreateObject("Wscript.Shell")
0 commit comments