Skip to content

Commit 69f861d

Browse files
authored
fix(get.ps1): no new window
1 parent 42d03b5 commit 69f861d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (!$?) {
3434
ExitPause
3535
}
3636

37-
Start-Process -FilePath "powershell" -Verb RunAs -ArgumentList "-NoP -EP Unrestricted -File `"$file`" $args"
37+
Start-Process -FilePath "powershell" -Verb RunAs -ArgumentList "-NoP -EP Unrestricted -File `"$file`" $args" -NoNewWindow
3838
if (!$?) {
3939
Write-Output "Failed to start the Edge script! $_"
4040
ExitPause

0 commit comments

Comments
 (0)