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 {