C2R-R2V 15r

This commit is contained in:
abbodi1406 2021-11-03 18:20:29 +03:00
parent 33b420ed60
commit 57f2fdcd25

View File

@ -1009,7 +1009,7 @@ for /f "tokens=2 delims==" %%# in ('%_qr%') do echo %%#
call :keys %aID%
if "%_key%"=="" (echo No associated KMS Client key found&echo.&exit /b)
set "_qr=wmic path %_sps% where Version='%_wmi%' call InstallProductKey ProductKey="%_key%""
if %WMI_VBS% NEQ 0 set "_qr=%_csp% %_sps% "%_pkey%""
if %WMI_VBS% NEQ 0 set "_qr=%_csp% %_sps% "%_key%""
%_qr% %_Nul3%
set ERRORCODE=%ERRORLEVEL%
if %ERRORCODE% NEQ 0 (