-
- **This method is the most convenient and works on Windows 8.1, 10, and 11.**
-
- 1. Click the **Start Menu**, type `PowerShell`, and open it.
- 2. Copy and paste the code below and press **Enter.**
-
-
- ```powershell
- irm https://get.activated.win | iex
- ```
-
-
- 3. In the menu that appears, type the number corresponding to one of the **Green** options.
-
-
- Having trouble? (Blocked by ISP or Old Windows)
-
- **If the command is blocked:**
- Some ISPs block the URL. Use this command to bypass DNS blocks (Windows 10/11 only):
- ```powershell
- iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
- ```
-
- **If you receive a TLS/SSL Error (Older Windows):**
- If you are on an old build of Windows 8.1 or 10, run this command *before* the main command:
- ```powershell
- [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
- ```
-
-
-
-