Convert Office 2021 Retail to Volume (Batch Version/LTSC/MAK) (R2V)!
(You need to open cmd in the admin mode, then run all commands below one by one);
-----------------------------------------------------------------------------------------------------------------
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"))&cls
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_MAK*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
-------
This step is required. You can't install the MAK client product key of Office without a volume license.
Have a nice try!作者: liuxing 时间: 昨天 09:17