-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProlus2024.cmd
24 lines (19 loc) · 961 Bytes
/
Prolus2024.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
title Activate Microsoft Office Prolus 2024 for FREE - https://github.com/BsChiThanh
cls
color F4
mode con cols=98 lines=30
if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
cscript ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms"
cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlus2024VL_KMS_Client_AE-ppd.xrm-ms
cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlus2024VL_KMS_Client_AE-ul.xrm-ms
cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlus2024VL_KMS_Client_AE-ul-oob.xrm-ms
cscript //nologo ospp.vbs /setprt:1688
cscript //nologo ospp.vbs /sethst:192.168.2.81.2.7.0
cscript //nologo ospp.vbs /sethst:122.226.152.230
cscript //nologo ospp.vbs /inpkey:XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB
:end
:notsupported
:halt
pause >nul