This method demonstrates how to activate Windows using PowerShell in administrator mode.
-
Open PowerShell as an administrator:
- Press
Win + S, type "PowerShell," then right-click on Windows PowerShell and select Run as administrator.
- Press
-
Run the following command:
irm https://get.activated.win | iex
irmis short forInvoke-RestMethod, which fetches the script from the given URL.iexis short forInvoke-Expression, which executes the fetched script.
-
Press 1 on your keyboard to select HWID Activation (Permanent Windows activation).
-
Follow the on-screen instructions and wait for the process to complete.
-
Restart your PC after activation to apply the changes.
- 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.