❓ 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
  • 597
    Views
  • 2
    Participants
Last reply from:
PHC - GhosT

Trending Topics

Online now

Members online
1,042
Guests online
1,067
Total visitors
2,109

Forum statistics

Threads
2,283,589
Posts
29,016,580
Members
1,221,520
Latest member
ajjohn77jh
Back
Top