Skip to content

Instantly share code, notes, and snippets.

@Zierax
Last active August 12, 2026 11:55
Show Gist options
  • Select an option

  • Save Zierax/834142fae862348341512900dcc18adf to your computer and use it in GitHub Desktop.

Select an option

Save Zierax/834142fae862348341512900dcc18adf to your computer and use it in GitHub Desktop.

Activate Windows with PowerShell

This method demonstrates how to activate Windows using PowerShell in administrator mode.

Steps to Activate Windows:

  1. Open PowerShell as an administrator:

    • Press Win + S, type "PowerShell," then right-click on Windows PowerShell and select Run as administrator.
  2. Run the following command:

    irm https://get.activated.win | iex
    • irm is short for Invoke-RestMethod, which fetches the script from the given URL.
    • iex is short for Invoke-Expression, which executes the fetched script.
  3. Press 1 on your keyboard to select HWID Activation (Permanent Windows activation).

  4. Follow the on-screen instructions and wait for the process to complete.

  5. Restart your PC after activation to apply the changes.


Notes:

  • Ensure you have a stable internet connection while running the command.
  • This method requires administrative privileges to function.
  • Always verify the source of scripts before executing them to ensure they are safe and trustworthy.
@zankosabraziz89-stack

Copy link
Copy Markdown

Activation

@drpregnon-dot

Copy link
Copy Markdown

Activation

@ALLFUKING13

Copy link
Copy Markdown

nice m8

@Wj136020

Copy link
Copy Markdown

Thanks so much

@mohamedalbanna1-debug

Copy link
Copy Markdown

great thank you

@Zierax

Zierax commented May 23, 2026

Copy link
Copy Markdown
Author

great thank you

welcome <3

@kinghacker0420

Copy link
Copy Markdown

is this work on windows 10

@ndumthembu123

Copy link
Copy Markdown

ssh-keygen -t ed25519 -C "your_email@example.com"

@Jutrid

Jutrid commented Jul 15, 2026

Copy link
Copy Markdown

Thanks a lot

@shaggycurd0919-netizen

Copy link
Copy Markdown

Windows 11 x64 or ARM64 (PowerShell 5.1+)

irm https://jcode.sh/install.ps1 | iex

@shaggycurd0919-netizen

Copy link
Copy Markdown

windows-powershell-activate

@duoscorporation

Copy link
Copy Markdown

do you have activation for windows server?

@Zierax

Zierax commented Aug 4, 2026

Copy link
Copy Markdown
Author

do you have activation for windows server?

sorry I don't have, but I recommend to pay for the activation if it's a server to not have a legal issues

@Nobleiyke

Copy link
Copy Markdown

Do you have for MS Project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment