From bda8e25dc642af32cd00cb130a6e9e1e5b2c28c6 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 11 Aug 2025 01:41:53 +0530 Subject: [PATCH] skip cmd relaunch on PS 2.0 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {