Instant Windows activation using (PowerShell)
Tip
We have many ways to run powershell in windowss 10 & 11. 1 One of the fastest ways to open PowerShell in Windows is a Start menu search. You may follow the steps below:
Step 1
All you need to do is hit the start or search icon and type the “PowerShell” in the search box.
irm https://get.activated.win | iex
The following is the list of LICENSE KEYS
Key | Version |
---|---|
TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 | Home |
3KHY7-WNT83-DGQKR-F7HPR-844BM | Home N |
7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH | Home sl 4 |
PVMJN-6DFY6–9CCP6–7BKTT-D3WVR | Home cs 5 |
W269N-WFGWX-YVC9B-4J6C9-T83GX | Professional |
MH37W-N47XK-V7XM9-C7227-GCQG9 | Professional N |
NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 | Education |
2WH4N-8QGBV-H22JP-CT43Q-MDWWJ | Education N |
NPPR9-FWDCX-D2C8J-H872K-2YT43 | Enterprise |
DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 | Enterprise N |
Step 2
Install KMS client key: Use this command
slmgr /ipk yourlicensekey
Note
Please select one of the license keys from the list that matches your version of Windows and replace it with the phrase yourlicencekey
in the command.
Tip: How to check version of Windows.
Step 3
Set KMS machine address Use the command:
slmgr /skms kms8.msguides.com
to connect to my KMS server.
Step 4
Activate your Windows. The last step is to activate your Windows using the command:
slmgr /ato
Step 5
And Now check the activation status again.
Done ✅
your Windows is activated successfully.