summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorWindowsAddict2025-08-10 20:11:53 +0000
committerWindowsAddict2025-08-10 20:11:53 +0000
commitbda8e25dc642af32cd00cb130a6e9e1e5b2c28c6 (patch)
treea9810b0fc0e26eb54d8aa30efbbc3d16413390b2 /index.html
parent66b17892029a428286d251786cd72fd647f6495c (diff)
downloadmassgravel.github.io-bda8e25dc642af32cd00cb130a6e9e1e5b2c28c6.zip
skip cmd relaunch on PS 2.0
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index eb21f85..e29f203 100644
--- a/index.html
+++ b/index.html
@@ -120,7 +120,7 @@ if (-not $args) {
}
if ($psv -lt 3) {
- $p = saps -FilePath $env:ComSpec -ArgumentList "/c """"$FilePath"" -el $args""" -Verb RunAs -PassThru
+ $p = saps -FilePath $env:ComSpec -ArgumentList "/c """"$FilePath"" -el -qedit $args""" -Verb RunAs -PassThru
$p.WaitForExit()
}
else {