Advertisement
milao2000

Convert Office 2016 Retail sang VL & Kích hoạt bằng KMS Key

Aug 4th, 2015
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.72 KB | None | 0 0
  1. Convert Office 2016 Retail sang VL
  2. ------------------------------------------
  3. Mở Notepad ra và copy paste đoạn mã bên dưới vào bỏ chữ [CODE][/CODE]
  4. [CODE]
  5. @echo off
  6. Title Office 2016 Volume License Converter
  7. echo Press Enter to Execute Conversion of Office 2016 to VLK
  8. pause
  9. :ADMIN
  10. openfiles >nul 2>nul ||(
  11. echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
  12. echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
  13. "%temp%\getadmin.vbs" >nul 2>&1
  14. goto:eof
  15. )
  16. del /f /q "%temp%\getadmin.vbs" >nul 2>nul
  17. pushd "%~dp0"
  18. cd "%SystemRoot%\System32"
  19. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_KMS_Client-ppd.xrm-ms"
  20. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_KMS_Client-ul.xrm-ms"
  21. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_KMS_Client-ul-oob.xrm-ms"
  22. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_MAK-pl.xrm-ms"
  23. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_MAK-ppd.xrm-ms"
  24. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_MAK-ul-oob.xrm-ms"
  25. cscript slmgr.vbs /ilc "C:\Program Files\Microsoft Office\root\Licenses16\Product ID_MAK-ul-phn.xrm-ms"
  26. [/CODE]
  27. Bạn thay "Product ID" bằng mã sản phẩm tại đây: http://pastebin.com/XRHrUpJr
  28. Ví dụ bạn cài Office 2016 Professional Plus thì điền ProPlusVL
  29. Sau đó bạn lưu lại với đuôi .bat còn lấy tên gì cũng được
  30. Chuột phải file vừa lưu run as administrator rồi enter
  31. ===================================================================================================================================
  32. Kích hoạt bằng KMS Key
  33. -----------------------------
  34. Run CMD as adminstartor
  35. Gõ lệnh sau để truy cập Office 2016
  36. cd /d %ProgramFiles%\Microsoft Office\Office16
  37. hoặc:
  38. cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
  39. áp dụng nếu bạn cài office 32 bit trên Win 64 bit
  40. Các bạn gõ lần lượt từng lệnh sau kích hoạt
  41. . cscript ospp.vbs /rearm
  42. . cscript ospp.vbs /inpkey:<Key> ( Xem key tại đây: http://pastebin.com/2WeWPGWW)
  43. . cscript ospp.vbs /sethst:<Máy chủ KMS> ( Xem danh sách máy chủ tại đây: http://pastebin.com/jyGqfwVA)
  44. . cscript ospp.vbs /act
  45. Xem thêm các lệnh khác tại đây: http://pastebin.com/v1u6Q7jL
  46. ===================================================================================================================================
  47. Nguyễn Anh Tuấn
  48. https://www.facebook.com/pages/Windows10Office2016/115800102094127
  49. https://www.facebook.com/groups/Windows10support/?fref=nf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement