❓ Help Help activate windows and office using cmd

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:

Code:
   cd C:\Windows\System32

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:

Code:
   slmgr /xpr

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.
 

Similar threads

About this Thread

  • 2
    Replies
  • 586
    Views
  • 2
    Participants
Last reply from:
PHC - GhosT

Trending Topics

Online now

Members online
977
Guests online
1,590
Total visitors
2,567

Forum statistics

Threads
2,273,350
Posts
28,948,944
Members
1,235,713
Latest member
QuippyQuippy
Back
Top