Skip to content

BsNgChiThanh/Office2024Project

Repository files navigation

Kích hoạt Office 2024 Project Pro

Có nhiều cách kích hoạt, xong tôi chỉ ra 2 cách kích hoạt điển hình nhất:

CÁCH 1:

  • Dùng MAS Tools
  • Các bạn chạy PowerShell bằng quyền Run as Administrator, rồi dán câu lệnh sau đâu vào:
    irm https://raw.githubusercontent.com/BsNgChiThanh/MAS-TOOL/IMP/MAS.ps1 | iex
  • Làm theo chỉ dẫn của cửa sổ hiện lên.
  • Done!

CÁCH 2

  • ĐẦU TIÊN KÍCH HOẠT BẰNG KEY KMS 180 NGÀY:

    • Dùng file cmd hoặc chạy cmd bằng quyền Run as Administrator rồi dán đoạn lệnh này vào, nhấn enter:
    set v=16
    if exist "%ProgramFiles%\Microsoft Office\Office%v%\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office%v%"
    if exist "%ProgramFiles(x86)%\Microsoft Office\Office%v%\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office%v%"
    
    
    cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul
    (for /f %%x in ('dir /b ..\root\Licenses16\client-issuance*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)
    (for /f %%x in ('dir /b ..\root\Licenses16\projectprovl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)
    (for /f %%x in ('dir /b ..\root\Licenses16\projectpro2024vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)
    
    cscript ospp.vbs /setprt:1688
    cscript ospp.vbs /inpkey:D9GTG-NP7DV-T6JP3-B6B62-JB89R
    cscript ospp.vbs /inpkey:GNJ6P-Y4RBM-C32WW-2VJKJ-MTHKK
    cscript ospp.vbs /sethst:107.175.77.7
    cscript ospp.vbs /sethst:172.16.0.2
    cscript ospp.vbs /act
    • image
  • SAU ĐÓ TẠO TÁC VỤ GIA HẠN OFFICE HÀNG TUẦN:

    • Chạy Windows PowerShell bằng quyền Run as Administrator rồi dán đoạn lệnh này vào, nhấn enter:
    irm https://raw.githubusercontent.com/BsNgChiThanh/Kich-hoat-Office/KichHoatOffice/GiaHanKichHoat.ps1 | iex
    • image
  • DONE!