|
|
|
@ -2921,6 +2921,7 @@ set "spp_get=Description, DiscoveredKeyManagementServiceMachineName, DiscoveredK
|
|
|
|
|
set "ospp_get=%spp_get%" |
|
|
|
|
if %winbuild% GEQ 9200 set "spp_get=%spp_get%, KeyManagementServiceLookupDomain, VLActivationTypeEnabled" |
|
|
|
|
if %winbuild% GEQ 9600 set "spp_get=%spp_get%, DiscoveredKeyManagementServiceMachineIpAddress, ProductKeyChannel" |
|
|
|
|
set _Identity=0 |
|
|
|
|
dir /b /s /a:-d "!_Local!\Microsoft\Office\Licenses\*1*" 1>nul 2>nul && set _Identity=1 |
|
|
|
|
dir /b /s /a:-d "!ProgramData!\Microsoft\Office\Licenses\*1*" 1>nul 2>nul && set _Identity=1 |
|
|
|
|
set _prsh=1 |
|
|
|
|