diff options
| author | WindowsAddict | 2025-08-10 20:11:53 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-10 20:11:53 +0000 |
| commit | bda8e25dc642af32cd00cb130a6e9e1e5b2c28c6 (patch) | |
| tree | a9810b0fc0e26eb54d8aa30efbbc3d16413390b2 /index.html | |
| parent | 66b17892029a428286d251786cd72fd647f6495c (diff) | |
| download | massgravel.github.io-bda8e25dc642af32cd00cb130a6e9e1e5b2c28c6.zip | |
skip cmd relaunch on PS 2.0
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {
|
