To activate Windows and Office using Command Prompt (cmd) permanently, you can follow these steps:
1.
Open Command Prompt as Administrator: Right-click on the Start menu and select "Command Prompt (Admin)".
2.
Navigate to the Office Installation Folder: Use the
cd command to navigate to the Office installation directory. For example, if Office is installed in the default location, you can type:
Code:
cd C:\Program Files\Microsoft Office\Office16
3.
Activate Office: Once you are in the Office directory, you can use the following command to activate Office:
Code:
cscript ospp.vbs /inpkey:<your_office_product_key>
Replace
<your_office_product_key> with your genuine Office product key.
4.
Check Activation Status: To verify that Office is activated, you can use the following command:
Code:
cscript ospp.vbs /dstatus
5.
Navigate to the Windows System32 Directory: Use the
cd command to navigate to the Windows System32 directory. You can type:
6.
Activate Windows: Once you are in the System32 directory, you can use the following command to activate Windows:
Code:
slmgr /ipk <your_windows_product_key>
slmgr /skms kms8.msguides.com
slmgr /ato
Replace
<your_windows_product_key> with your genuine Windows product key.
7.
Check Windows Activation Status: To check the activation status of Windows, you can use the following command:
Following these steps should help you activate Windows and Office permanently using Command Prompt. Make sure to use genuine product keys to stay compliant with licensing agreements.