mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-10-02 12:51:13 +02:00
Add not LTSC info for IoTEnterprise in change edition
This commit is contained in:
parent
233c9d1b29
commit
8c440c5c48
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user