From 4109588e0f80b0c3fb8a2473293ea58126440b8c Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 27 May 2026 21:36:07 +0200 Subject: [PATCH] Add option to show & undo applied tweaks --- Schemas/MainWindow.xaml | 6 +- .../BackupRegistryFeatureSelection.ps1 | 3 +- .../BackupRegistrySnapshotCapture.ps1 | 6 +- Scripts/Features/BackupRegistryState.ps1 | 38 ++- .../DisableStoreSearchSuggestions.ps1 | 122 ++++++++ Scripts/Features/EnableWindowsFeature.ps1 | 33 +++ Scripts/Features/ExecuteChanges.ps1 | 98 ++++++- Scripts/Features/GetCurrentTweakState.ps1 | 139 +++++++++ Scripts/Features/RegistryBackupValidation.ps1 | 43 ++- Scripts/Features/RestoreRegistryBackup.ps1 | 13 +- .../GUI/RestoreBackupDialogFeatureLists.ps1 | 20 +- Scripts/GUI/Show-MainWindow.ps1 | 264 ++++++++++++++---- Scripts/Helpers/Get-RegFileOperations.ps1 | 5 +- Win11Debloat.ps1 | 1 + 14 files changed, 702 insertions(+), 89 deletions(-) create mode 100644 Scripts/Features/GetCurrentTweakState.ps1 diff --git a/Schemas/MainWindow.xaml b/Schemas/MainWindow.xaml index ee1f1c0..c2b83ab 100644 --- a/Schemas/MainWindow.xaml +++ b/Schemas/MainWindow.xaml @@ -732,6 +732,8 @@ + + @@ -798,7 +800,9 @@ - + + +