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 42d03b5 commit 69f861dCopy full SHA for 69f861d
get.ps1
@@ -34,7 +34,7 @@ if (!$?) {
34
ExitPause
35
}
36
37
-Start-Process -FilePath "powershell" -Verb RunAs -ArgumentList "-NoP -EP Unrestricted -File `"$file`" $args"
+Start-Process -FilePath "powershell" -Verb RunAs -ArgumentList "-NoP -EP Unrestricted -File `"$file`" $args" -NoNewWindow
38
if (!$?) {
39
Write-Output "Failed to start the Edge script! $_"
40
0 commit comments