diff options
| author | WindowsAddict | 2025-08-10 20:59:59 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-10 20:59:59 +0000 |
| commit | 3917497c826685ffc6f3d025397e5c8c4f7fa744 (patch) | |
| tree | 0f19b91fb5f1b6f754737fb2475fe3dbe894d3a9 /MAS/All-In-One-Version-KL | |
| parent | 28c2264d8956ebe9d60bfc2092275ca1e029f145 (diff) | |
| download | Microsoft-Activation-Scripts-3917497c826685ffc6f3d025397e5c8c4f7fa744.zip | |
3.5
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 5d403c0..47cdc0b 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -1,5 +1,5 @@ -@::yfh37fow-random
-@set masver=3.4
+@::hr47hf7-random
+@set masver=3.5
@setlocal DisableDelayedExpansion
@echo off
@@ -44,7 +44,7 @@ set "_cmdf=%~f0" for %%# in (%*) do (
if /i "%%#"=="re1" set re1=1
if /i "%%#"=="re2" set re2=1
-if "%%#"=="-qedit" (set re1=1&set re2=1)
+if /i "%%#"=="-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
|
