diff options
| author | WindowsAddict | 2025-09-29 20:53:57 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-09-29 20:53:57 +0000 |
| commit | 8c440c5c481214cded7afb7b2a34aaadfd0d04dd (patch) | |
| tree | 78ca9725c9c17fbdd4bb01cab2fce20699ebfe02 /MAS/All-In-One-Version-KL/MAS_AIO.cmd | |
| parent | 233c9d1b29fe03bd9fedf772954b328d2f5b5bc1 (diff) | |
| download | Microsoft-Activation-Scripts-8c440c5c481214cded7afb7b2a34aaadfd0d04dd.zip | |
Add not LTSC info for IoTEnterprise in change edition
Diffstat (limited to 'MAS/All-In-One-Version-KL/MAS_AIO.cmd')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 4 |
1 files changed, 4 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
)
|
