How to activate Windows or Microsoft Office for free using PowerShell (permanently)

How to activate Windows or Microsoft Office for free using PowerShell (permanently)

If you need to activate Windows or Microsoft Office , there's a simple method that uses only PowerShell and an internet connection. In this tutorial, you'll learn how to run the command correctly and start the activation process.

What you will need

Before you begin, make sure you have:

  • A computer running Windows;
  • Internet connection;
  • Administrator permissions.

Step 1: Open PowerShell as Administrator

  1. Click the Start button .
  2. Type PowerShell in the search bar.
  3. Right-click on Windows PowerShell .
  4. Select the "Run as administrator" option .
  5. Confirmed

Step 2: Execute the command

With PowerShell open, copy and paste the following command:

Code

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
irm https://get.activated.win | iex

After that, press Enter and wait a few seconds while the script loads.

Step 3: Choose the desired option.

After executing the command, a window will appear with different activation options.

Select the option that corresponds to the product you want to activate, such as Windows or Microsoft Office , and follow the on-screen instructions.

Number 1 for Windows and Number 2 for Office.

The process usually only takes a few minutes.

CHECK THIS OUT:  How to Activate Windows or Microsoft Office for Free using Reloader

Conclusion

This method allows you to quickly start the Windows or Microsoft Office activation process using only PowerShell. Before running any script obtained from the internet, always confirm its origin and use only trusted sources to avoid security risks.

Frequently Asked Questions

Does this method work on all versions of Windows?

Yes, it works with all versions of Windows 10 and 11.

Do I need to install any programs?

No. The procedure only uses PowerShell, which is integrated into Windows.

Do I need to be connected to the internet?

Yes. The command automatically downloads the necessary script during execution.

Postar um comentário

0 Comentários