diff --git a/config/feature.json b/config/feature.json index bc4a6ad8af..28acdb7171 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",