From b25dfc543805cf3a302570d5c6bbe8e66501cdab Mon Sep 17 00:00:00 2001 From: Matt Creekmore Date: Thu, 23 Jan 2025 17:43:37 -0500 Subject: [PATCH] restored portions of the feature.json --- config/feature.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/feature.json b/config/feature.json index 51fbcfc4..4a296cf5 100644 --- a/config/feature.json +++ b/config/feature.json @@ -306,6 +306,22 @@ "ButtonWidth": "300", "link": "https://christitustech.github.io/winutil/dev/features/Legacy-Windows-Panels/user" }, + "WPFWinUtilInstallPSProfile": { + "Content": "Install CTT PowerShell Profile", + "category": "Powershell Profile", + "panel": "2", + "Order": "a083_", + "Type": "Button", + "ButtonWidth": "300" + }, + "WPFWinUtilUninstallPSProfile": { + "Content": "Uninstall CTT PowerShell Profile", + "category": "Powershell Profile", + "panel": "2", + "Order": "a084_", + "Type": "Button", + "ButtonWidth": "300" + }, "WPFWinUtilSSHServer": { "Content": "Enable OpenSSH Server", "category": "Remote Access",