đầu tiên bạn mở cmd quyền admin xong dùng lệnh này
HTML:
for %a in (4,5,6) do (if exist "%ProgramFiles%\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles%\Microsoft Office\Office1%a")
if exist "%ProgramFiles% (x86)\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles% (x86)\Microsoft Office\Office1%a"))
for /f "tokens=8" %b in ('cscript //nologo OSPP.VBS /dstatus ^| findstr /b /c:"Last 5"') do (cscript //nologo ospp.vbs /unpkey:%b)
sau đó dùng tiếp lệnh này
Mã:
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL_MAK_AE*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
tiếp theo là dùng lệnh này
Mã:
set k2=key của bạn
cscript ospp.vbs /inpkey:%k2%
cscript ospp.vbs /act
như vậy là sẽ giải quyết được bạn nhé