mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-10-03 16:06:18 +00:00
Add not LTSC info for IoTEnterprise in change edition
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user