Skip to content

Commit

Permalink
Update HiddenPowershell.vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay authored May 17, 2018
1 parent cbbf3a6 commit 66385d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions HiddenPowershell.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
' Will run Powershell in a hidden console, like this:
' powershell.exe -ExecutionPolicy ByPass -File "C:\Program Files\Get-HelloWorld.ps1"
'
' I recommend that you also pass the `-WindowStyle Hidden` parameter,
' so that the executing powershell script knows that it's hidden.
' Using `-WindowStyle Hidden` without this script, doesn't completely hide
' the powershell console.
'
' More Info: https://github.com/UNT-CAS/HiddenPowershell

Set oShell = CreateObject("Wscript.Shell")
Expand Down

0 comments on commit 66385d0

Please sign in to comment.