Skip to content

Commit bb7a96c

Browse files
committed
Revert "fix(get.ps1): no new window"
This reverts commit 69f861d.
1 parent 69f861d commit bb7a96c

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

0 commit comments

Comments
 (0)