diff options
| author | WindowsAddict | 2025-08-10 20:09:53 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-10 20:09:53 +0000 |
| commit | 28c2264d8956ebe9d60bfc2092275ca1e029f145 (patch) | |
| tree | 9817d1833018cd2daff5d1566879f5a0776e75eb /MAS/All-In-One-Version-KL | |
| parent | a51ae623322996b94bbed959dbfa91f77e2c1f75 (diff) | |
| download | Microsoft-Activation-Scripts-28c2264d8956ebe9d60bfc2092275ca1e029f145.zip | |
Change arg to detect no relaunch to change process
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index b889bcd..5d403c0 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -44,7 +44,7 @@ set "_cmdf=%~f0" for %%# in (%*) do (
if /i "%%#"=="re1" set re1=1
if /i "%%#"=="re2" set re2=1
-if "%%#"=="/" (set re1=1&set re2=1)
+if "%%#"=="-qedit" (set re1=1&set re2=1)
)
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
|
