From ac11c73b6406f2d641f9401176bc9eb20de2e3e6 Mon Sep 17 00:00:00 2001 From: Karim Date: Mon, 13 Jul 2026 17:37:22 +0100 Subject: [PATCH] =?UTF-8?q?feat(legacy-panels):=20add=20Firewall,=20Securi?= =?UTF-8?q?ty,=20Programs,=20and=20Mouse=20to=20L=E2=80=A6=20(#4809)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(legacy-panels): add Firewall, Security, Programs, and Mouse to Legacy Windows Panels - Added `firewall.cpl`, `wscui.cpl`, `appwiz.cpl`, and `main.cpl` to `config/feature.json` * chore(legacy-panels): alphabetize panel entries --------- Co-authored-by: Chris Titus --- config/feature.json | 60 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 52 insertions(+), 8 deletions(-) diff --git a/config/feature.json b/config/feature.json index bc4a6ad8..28acdb71 100644 --- a/config/feature.json +++ b/config/feature.json @@ -179,6 +179,17 @@ "function": "Invoke-WPFFixesWinget", "link": "https://winutil.christitus.com/dev/features/fixes/winget" }, + "WPFPanelComputer": { + "Content": "Computer Management", + "category": "Legacy Windows Panels", + "panel": "2", + "Type": "Button", + "ButtonWidth": "300", + "InvokeScript": [ + "compmgmt.msc" + ], + "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/computer" + }, "WPFPanelControl": { "Content": "Control Panel", "category": "Legacy Windows Panels", @@ -190,16 +201,16 @@ ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/control" }, - "WPFPanelComputer": { - "Content": "Computer Management", + "WPFPanelMouse": { + "Content": "Mouse Properties", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ - "compmgmt.msc" + "main.cpl" ], - "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/computer" + "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/mouse" }, "WPFPanelNetwork": { "Content": "Network Connections", @@ -234,6 +245,17 @@ ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/printer" }, + "WPFPanelPrograms": { + "Content": "Programs and Features", + "category": "Legacy Windows Panels", + "panel": "2", + "Type": "Button", + "ButtonWidth": "300", + "InvokeScript": [ + "appwiz.cpl" + ], + "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/programs" + }, "WPFPanelRegion": { "Content": "Region", "category": "Legacy Windows Panels", @@ -245,16 +267,16 @@ ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/region" }, - "WPFPanelRestore": { - "Content": "Windows Restore", + "WPFPanelSecurity": { + "Content": "Security and Maintenance", "category": "Legacy Windows Panels", "panel": "2", "Type": "Button", "ButtonWidth": "300", "InvokeScript": [ - "rstrui.exe" + "wscui.cpl" ], - "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/restore" + "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/security" }, "WPFPanelSound": { "Content": "Sound Settings", @@ -289,6 +311,28 @@ ], "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/timedate" }, + "WPFPanelFirewall": { + "Content": "Windows Defender Firewall", + "category": "Legacy Windows Panels", + "panel": "2", + "Type": "Button", + "ButtonWidth": "300", + "InvokeScript": [ + "firewall.cpl" + ], + "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/firewall" + }, + "WPFPanelRestore": { + "Content": "Windows Restore", + "category": "Legacy Windows Panels", + "panel": "2", + "Type": "Button", + "ButtonWidth": "300", + "InvokeScript": [ + "rstrui.exe" + ], + "link": "https://winutil.christitus.com/dev/features/legacy-windows-panels/restore" + }, "WPFWinUtilInstallPSProfile": { "Content": "CTT PowerShell Profile - Install", "category": "Powershell Profile Powershell 7+ Only",