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 69f861d commit bb7a96cCopy full SHA for bb7a96c
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" -NoNewWindow
+Start-Process -FilePath "powershell" -Verb RunAs -ArgumentList "-NoP -EP Unrestricted -File `"$file`" $args"
38
if (!$?) {
39
Write-Output "Failed to start the Edge script! $_"
40
0 commit comments