Browse Source

v0.49.1 fix

pull/56/head
abbodi1406 2 years ago
parent
commit
116b51ce5d
  1. 1
      KMS_VL_ALL_AIO.cmd

1
KMS_VL_ALL_AIO.cmd

@ -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

Loading…
Cancel
Save