1
Open PowerShell
2
Run Command
3
Complete

Step 1: Open PowerShell as Administrator

To begin the activation process, you need to open PowerShell with administrator privileges.

Method 1: Using Start Menu

  1. Click on the Start Menu or press the Windows key
  2. Type "PowerShell" in the search bar
  3. Right-click on "Windows PowerShell" and select "Run as administrator"
  4. Click "Yes" if prompted by User Account Control

Method 2: Using Run Dialog

  1. Press Windows + R to open the Run dialog
  2. Type "powershell" and press Ctrl + Shift + Enter
  3. Click "Yes" if prompted by User Account Control
Important: Make sure you run PowerShell as Administrator. You'll know it's running as admin if the title bar says "Administrator: Windows PowerShell".

Step 2: Run Activation Command

Now that PowerShell is open, you need to execute the activation command. This command will automatically detect and activate your Windows product.

irm https://get.activated.win | iex

How to execute the command:

  1. Click the "Copy Command" button above to copy the command to your clipboard
  2. Switch to your PowerShell window
  3. Right-click in the PowerShell window to paste the command
  4. Press Enter to execute

What happens next:

  • The script will automatically detect your Windows version
  • It will present you with activation options
  • Follow the on-screen prompts in PowerShell
  • The process will complete automatically
Security Notice: Always be cautious when running commands from the internet. Make sure you trust the source. This command downloads and executes a script from an external source.

Activation Complete! 🎉

Congratulations! Your Windows product has been successfully activated.

Next Steps:

  • Restart your computer to apply all changes
  • Verify activation by going to Settings → System → About
  • Check that "Windows is activated" appears with a digital license
  • Keep your system updated for best performance
  • Consider purchasing a legitimate license for ongoing support

Verification Commands:

slmgr /xpr

Run this in PowerShell to check your activation status and expiration date.