Common activation instructions for Windows&Office

First open the command prompt (administrator)

Win7: Open the menu, input CMD, and right-click CND EXE - Run as administrator
Win8 and above systems: WIN+X+A (all keys are keys on the keyboard, and the lower left corner of the WIN key is like a window)

Windows system activation related instructions:

 Slmgr.vbs/ipk installation key Slmgr.vbs/ato networking activation Slmgr.vbs/dti Export Installation ID Slmgr.vbs/atp Import activation ID (confirmation ID) Slmgr.vbs/upk Uninstall the secret key Slmgr.vbs/ckms Know the KMS server Slmgr.vbs/skms Set KMS Server Slmgr.vbs/rearm reset activation status Slmgr.vbs/xpr display system activation time Slmgr.vbs/dlv Display activation details Slmgr.vbs/ilc Import Certificate

OFFCIE activation related instructions

The Office commands here need to be located in the Office directory first, because this is executed by relying on the file ospp.vbs

 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" /dstatus

If first:

 cd /d C:\Program Files (x86)\Microsoft Office\Office16
 Cscript ospp.vbs/act networking activation Cscript ospp.vbs/inpkey: install the secret key Cscript ospp.vbs/unpkey: uninstall secret key Cscript ospp.vbs/insic: import certificate Cscript ospp.vbs/dstatus Display detailed activation information Cscript ospp.vbs/dinstid Export Installation ID Cscript ospp.vbs/actcid: Import activation ID (confirmation ID) Cscript ospp.vbs/rearm Reset Activation Status Cscript ospp.vbs/remhst Know KMS Server Cscript ospp.vbs/sethst: Set KMS server

Examples of common commands:

Clear KMS of Windows system:

 cscript slmgr.vbs /upk & cscript slmgr.vbs /ckms & cscript slmgr.vbs /rearm

Activate Windows system:

 cscript slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX & cscript slmgr.vbs /ato

Export Windows system installation ID:

 cscript slmgr.vbs /dti >>%temp%\temp.txt & start %temp%\temp.txt

Clear KMS for Office:

 cscript ospp.vbs /dstatus

——————Take a look at the Office activation information first

 cscript ospp.vbs /unpkey:XXXXX & cscript ospp.vbs /remhst cscript ospp.vbs /rearm

This will clear KMS, but the original certificate may be missing, so you may not be able to install the key directly in Office, but you can use the command to install it

 cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX & cscript ospp.vbs /act

Export Windows system installation ID:

 cscript slmgr.vbs /dinstid >>%temp%\temp.txt & start %temp%\temp.txt

Activate Windows system using KMS

 Cscript slmgr.vbs/ipk XXXXX - XXXXX - XXXXX - XXXXX - XXXXX - XXXXX&cscript slmgr.vbs/skms kms.loli.beer (KMS server address)&cscript slmgr.vbs/ato

Activate Office with the slmgr activation command of the system

All commands are the same as activating the Windows system, except that the SKUID for Office products

 slmgr /ato de52bd50-9564-4adc-8fcb-a345c17f84f9

The following string of characters is the SKUID of Office 2016. To activate other characters, please replace the corresponding SKUID

give the thumbs-up

Comment

E-mail addresses will not be made public. Required items are marked with *