summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/command_line_switches.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/command_line_switches.md b/docs/command_line_switches.md
index 8d5d078..dbc88a0 100644
--- a/docs/command_line_switches.md
+++ b/docs/command_line_switches.md
@@ -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**):
```