diff options
| author | WindowsAddict <[email protected]> | 2025-09-30 02:23:57 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-09-30 02:23:57 +0530 |
| commit | 8c440c5c481214cded7afb7b2a34aaadfd0d04dd (patch) | |
| tree | 78ca9725c9c17fbdd4bb01cab2fce20699ebfe02 | |
| parent | 233c9d1b29fe03bd9fedf772954b328d2f5b5bc1 (diff) | |
| download | Microsoft-Activation-Scripts-8c440c5c481214cded7afb7b2a34aaadfd0d04dd.zip | |
Add not LTSC info for IoTEnterprise in change edition
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 4 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Windows_Edition.cmd | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 2fa1b79..8fe2fe2 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -17986,7 +17986,11 @@ echo: for %%A in (%_ntarget%) do (
set /a counter+=1
+if /i %%A==IoTEnterprise (
+echo [!counter!] %%A [GAC, not LTSC]
+) else (
echo [!counter!] %%A
+)
set targetedition!counter!=%%A
)
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd index a1e9689..a38ac4e 100644 --- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd @@ -547,7 +547,11 @@ echo: for %%A in (%_ntarget%) do (
set /a counter+=1
+if /i %%A==IoTEnterprise (
+echo [!counter!] %%A [GAC, not LTSC]
+) else (
echo [!counter!] %%A
+)
set targetedition!counter!=%%A
)
|
