From 9c4220832a7f374e106c0b4304c0b662cda5a9c9 Mon Sep 17 00:00:00 2001 From: Don Schenck Date: Thu, 19 Jun 2014 13:21:02 -0500 Subject: [PATCH] Start-Process Debugging --- examples/scripts/upgrade_to_ps3.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1 index 693088b75f8..af341d8eefd 100644 --- a/examples/scripts/upgrade_to_ps3.ps1 +++ b/examples/scripts/upgrade_to_ps3.ps1 @@ -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