diff options
| author | WindowsAddict <[email protected]> | 2025-08-10 17:22:28 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-08-10 17:22:28 +0530 |
| commit | a51ae623322996b94bbed959dbfa91f77e2c1f75 (patch) | |
| tree | c5536fe9ad04b558400a84a52dc06a23544dd6ea /MAS/All-In-One-Version-KL | |
| parent | ffcb641f1712a5506632e207feb99cfcb3b87bc1 (diff) | |
| download | Microsoft-Activation-Scripts-a51ae623322996b94bbed959dbfa91f77e2c1f75.zip | |
Update README, don't relaunch if unattended mode found
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 3 |
1 files changed, 2 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 c5e1bcf..b889bcd 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -44,6 +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)
)
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
@@ -1984,7 +1985,7 @@ cmd /c exit /b %error_code% if %error_code% NEQ 0 set "error_code=0x%=ExitCode%"
if %error_code% NEQ 0 (
-call :dk_color %Red% "Checking SoftwareLicensingService [Not Working] %error_code%"
+call :dk_color %Red% "Checking SoftwareLicensingService [Not Working] [%error_code%]"
if not defined showfix (
echo:
call :dk_color %Blue% "%_fixmsg%"
|
