Advertisement
phuongcloudit

Convert Office Pro Plus 2019 Retail to VL

May 2nd, 2019
11,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Run cmd (Run as admin)
  2. Copy all code and paste in cmd
  3. ---------
  4. csript slmgr.vbs /upk a3072b8f-adcc-4e75-8d62-fdeb9bdfae57
  5. csript slmgr.vbs /upk 5f472f1e-eb0a-4170-98e2-fb9e7f6ff535
  6. set ver=16
  7. if exist "%ProgramFiles%\Microsoft Office\Office%ver%\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office%ver%"
  8. if exist "%ProgramFiles(x86)%\Microsoft Office\Office%ver%\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office%ver%"
  9. for /f %i in ('dir /b ..\root\Licenses%ver%\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses%ver%\%i"
  10. @
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement