|
发表于 2024-8-10 20:13:46
|
显示全部楼层

This is a single script for deleting all previously entered ProPlus2021_Retail keys, deleting an unnecessary Grace key and installing a new valid key.
Before executing the script, your MS Office 2021 application and all its components must be closed!
Copy it completely and enter via the command line (Administrator):
cscript slmgr.vbs /upk c2f04adf-a5de-45c5-99a5-f5fddbda74a8
cscript slmgr.vbs /upk 8d77de46-78fb-428d-b8c4-c4a078e8912d
cscript slmgr.vbs /upk cd18ecc0-466a-45d4-8d2e-8c4fa48ae591
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 //nologo ospp.vbs /inpkey:FXYBR-T4N4J-G38YY-TR4H2-2****
cscript //nologo ospp.vbs /dinstid>step2.txt
start step2.txt
@
Provide your Installation ID from the text file that appears automatically.
I will endeavor to obtain an individual and unique Confirmation ID for you to activate your product. |
|