Add option to revert previous changes to windows defaults

This commit is contained in:
Raphire
2026-03-22 22:07:51 +01:00
parent edd815fdbb
commit a54c3c6918
14 changed files with 697 additions and 56 deletions

View File

@@ -251,9 +251,9 @@
"Features": [
{
"FeatureId": "RemoveApps",
"Label": "Remove the apps specified in the 'Apps' parameter",
"Label": "apps",
"Category": null,
"Action": "Remove Apps",
"Action": "Remove",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -275,9 +275,9 @@
},
{
"FeatureId": "RemoveAppsCustom",
"Label": "Remove custom selection of apps",
"Label": "custom selection of apps",
"Category": null,
"Action": "Remove Custom Apps",
"Action": "Remove",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -287,9 +287,9 @@
},
{
"FeatureId": "RemoveCommApps",
"Label": "Remove the Mail, Calendar, and People apps",
"Label": "the Mail, Calendar, and People apps",
"Category": null,
"Action": "Remove Mail, Calendar & People",
"Action": "Remove",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -299,9 +299,9 @@
},
{
"FeatureId": "RemoveW11Outlook",
"Label": "Remove the new Outlook for Windows app",
"Label": "the new Outlook for Windows app",
"Category": null,
"Action": "Remove Outlook for Windows",
"Action": "Remove",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -311,9 +311,9 @@
},
{
"FeatureId": "RemoveGamingApps",
"Label": "Remove the Xbox App and Xbox Gamebar",
"Label": "the Xbox App and Xbox Gamebar",
"Category": null,
"Action": "Remove Gaming Apps",
"Action": "Remove",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -323,9 +323,9 @@
},
{
"FeatureId": "RemoveHPApps",
"Label": "Remove HP OEM applications",
"Label": "HP OEM applications",
"Category": null,
"Action": "Remove HP Apps",
"Action": "Remove",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -335,9 +335,9 @@
},
{
"FeatureId": "CreateRestorePoint",
"Label": "Create a system restore point",
"Label": "a system restore point",
"Category": null,
"Action": "Create Restore Point",
"Action": "Create",
"RegistryKey": null,
"ApplyText": null,
"UndoAction": null,
@@ -891,7 +891,7 @@
},
{
"FeatureId": "HideSearchTb",
"Label": "Hide search icon from the taskbar",
"Label": "on the taskbar",
"Category": "Taskbar",
"Action": "Hide Search",
"RegistryKey": "Hide_Search_Taskbar.reg",
@@ -903,7 +903,7 @@
},
{
"FeatureId": "ShowSearchIconTb",
"Label": "Show search icon on the taskbar",
"Label": "on the taskbar",
"Category": "Taskbar",
"Action": "Show Search Icon",
"RegistryKey": "Show_Search_Icon.reg",
@@ -915,7 +915,7 @@
},
{
"FeatureId": "ShowSearchLabelTb",
"Label": "Show search icon with label on the taskbar",
"Label": "on the taskbar",
"Category": "Taskbar",
"Action": "Show Search Label",
"RegistryKey": "Show_Search_Icon_And_Label.reg",
@@ -927,7 +927,7 @@
},
{
"FeatureId": "ShowSearchBoxTb",
"Label": "Show search box on the taskbar",
"Label": "on the taskbar",
"Category": "Taskbar",
"Action": "Show Search Box",
"RegistryKey": "Show_Search_Box.reg",