Skip to content

BsNgChiThanh/Office2024Prolus

Repository files navigation

Kích hoạt office 2024 Prolus vĩnh viễn

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%"
    
    for /f %x in ('dir /b ..\root\Licenses16\ProPlus2024VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
    
    cscript ospp.vbs /setprt:1688 
    cscript ospp.vbs /inpkey:2TDPW-NDQ7G-FMG99-DXQ7M-TX3T2
    cscript ospp.vbs /inpkey:VWCNX-7FKBD-FHJYG-XBR4B-88KC6
    cscript ospp.vbs /sethst:107.175.77.7
    cscript ospp.vbs /sethst:172.16.0.2
    cscript ospp.vbs /act
    • image
    • 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
    • image
  • DONE!