Start-Process
Debugging
This commit is contained in:
parent
61a06473ec
commit
9c4220832a
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ else
|
|||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
|
||||
Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden
|
||||
|
|
Loading…
Add table
Reference in a new issue