mirror of
https://github.com/massgravel/get.activated.win.git
synced 2025-12-14 15:48:22 +01:00
skip cmd relaunch on PS 2.0
This commit is contained in:
parent
66b1789202
commit
bda8e25dc6
1 changed files with 1 additions and 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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue