From addd098506ad177e65219d8b5efed98e3d6ff639 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Sat, 24 Jan 2026 12:57:03 +0400 Subject: Remove Windows 7 command from command line switches page --- docs/command_line_switches.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/command_line_switches.md') 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**): ``` -- cgit v1.2.3