|
发表于 2024-6-30 12:28:13
|
显示全部楼层
 Before executing the script, your MS Office 2021 application and all its components must be closed!
A single script to delete all previously entered ProPlus2021_Retail keys, to delete the unnecessary Grace key and install a new valid MS Office ProPlus2021_Retail key.
Your Installation ID (IID) will be retrieved to provide Microsoft product activation support.
Copy the entire selection 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:6WKNX-9VVF6-FC8J7-7KR9M-C****
cscript //nologo ospp.vbs /dinstid>step2.txt
start step2.txt
@
Provide your Installation ID (a set of numbers in a line) from the automatically appeared text file.
I will endeavor to obtain an individual and unique Confirmation ID (CID) for you to activate your product. |
|