From be4fbacb21e61fda40b20ce06caef537b41d7b54 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 11 May 2024 18:13:29 -0500 Subject: [PATCH] Preset Update --- config/preset.json | 21 +++++++-------------- functions/public/Invoke-WPFButton.ps1 | 5 ++--- xaml/inputXML.xaml | 3 +-- 3 files changed, 10 insertions(+), 19 deletions(-) diff --git a/config/preset.json b/config/preset.json index 807f76a3..cabe8037 100644 --- a/config/preset.json +++ b/config/preset.json @@ -1,5 +1,5 @@ { - "desktop": [ + "Standard": [ "WPFTweaksAH", "WPFTweaksDVR", "WPFTweaksHiber", @@ -9,21 +9,14 @@ "WPFTweaksServices", "WPFTweaksStorage", "WPFTweaksTele", - "WPFTweaksWifi" - ], - "laptop": [ - "WPFTweaksAH", - "WPFTweaksDVR", - "WPFTweaksHome", - "WPFTweaksLoc", - "WPFTweaksOO", - "WPFTweaksServices", - "WPFTweaksStorage", - "WPFTweaksTele", "WPFTweaksWifi", - "WPFMiscTweaksLapPower" + "WPFTweaksDiskCleanup", + "WPFTweaksDeleteTempFiles", + "WPFTweaksEndTaskOnTaskbar", + "WPFTweaksRestorePoint", + "WPFTweaksTeredo" ], - "minimal": [ + "Minimal": [ "WPFTweaksHome", "WPFTweaksOO", "WPFTweaksServices", diff --git a/functions/public/Invoke-WPFButton.ps1 b/functions/public/Invoke-WPFButton.ps1 index e7baf092..75ac3917 100644 --- a/functions/public/Invoke-WPFButton.ps1 +++ b/functions/public/Invoke-WPFButton.ps1 @@ -21,9 +21,8 @@ function Invoke-WPFButton { "WPFinstall" {Invoke-WPFInstall} "WPFuninstall" {Invoke-WPFUnInstall} "WPFInstallUpgrade" {Invoke-WPFInstallUpgrade} - "WPFdesktop" {Invoke-WPFPresets "Desktop"} - "WPFlaptop" {Invoke-WPFPresets "laptop"} - "WPFminimal" {Invoke-WPFPresets "minimal"} + "WPFstandard" {Invoke-WPFPresets "Standard"} + "WPFminimal" {Invoke-WPFPresets "Minimal"} "WPFclear" {Invoke-WPFPresets -preset $null -imported $true} "WPFclearWinget" {Invoke-WPFPresets -preset $null -imported $true -CheckBox "WPFInstall"} "WPFtweaksbutton" {Invoke-WPFtweaksbutton} diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 091987c4..5ab073b5 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -696,8 +696,7 @@ {{InstallPanel_tweaks}}