Remove Windows 7 command from command line switches page

This commit is contained in:
Lyssa
2026-01-24 12:57:03 +04:00
parent 32646e6c3f
commit addd098506

View File

@@ -76,12 +76,6 @@ For **Windows 8** and newer:
& ([ScriptBlock]::Create((irm https://get.activated.win))) /para
```
For **Windows 7** and newer:
```
& ([ScriptBlock]::Create((New-Object Net.WebClient).DownloadString('https://get.activated.win'))) /para
```
If the above is blocked (by DNS/ISP), try this alternative method (requires **updated Windows 10 or 11**):
```