mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-06-11 02:56:32 +00:00
Add option to show & undo applied tweaks + more (#599)
* Remove RemoveCommApps and RemoveW11Outlook presets. These are largely redundant. Use -RemoveApps parameter instead * Add additional options to change the `All Apps` view in the start menu (Hide, Grid, Category, List) * Add clean start menu backup validation to start menu restore function * Resolve nested quoting bug in Run.bat when path has spaces, see #583 * Fix desync issue when toggling "Only Show Installed" checkbox too fast * Fix: add missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content * Fix 'Disable Animations' Sysprep settings not being set for new users * Update README.md * Update CONTRIBUTING.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"Version": "1.0",
|
||||
"Categories": [
|
||||
{
|
||||
@@ -280,6 +280,38 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"GroupId": "StartAllAppsView",
|
||||
"Label": "Start menu 'All Apps' view",
|
||||
"ToolTip": "This setting allows you to change the layout of the 'All Apps' section in the start menu, or hide it entirely. Hiding this section may make it harder to find installed apps on your system. This feature uses policies, which will lock down certain settings.",
|
||||
"Category": "Start Menu & Search",
|
||||
"Values": [
|
||||
{
|
||||
"Label": "Hide",
|
||||
"FeatureIds": [
|
||||
"DisableStartAllApps"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Label": "Category (Default)",
|
||||
"FeatureIds": [
|
||||
"StartAllAppsCategory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Label": "Grid",
|
||||
"FeatureIds": [
|
||||
"StartAllAppsGrid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Label": "List",
|
||||
"FeatureIds": [
|
||||
"StartAllAppsList"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Features": [
|
||||
@@ -289,6 +321,8 @@
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -299,6 +333,8 @@
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -309,26 +345,8 @@
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
},
|
||||
{
|
||||
"FeatureId": "RemoveCommApps",
|
||||
"Label": "Remove the Mail, Calendar, and People apps",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
},
|
||||
{
|
||||
"FeatureId": "RemoveW11Outlook",
|
||||
"Label": "Remove the new Outlook for Windows app",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -338,7 +356,9 @@
|
||||
"Label": "Remove the Xbox App and Xbox Gamebar",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"ApplyText": "Removing gaming related apps...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -348,7 +368,9 @@
|
||||
"Label": "Remove HP OEM applications",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Removing selected apps...",
|
||||
"ApplyText": "Removing HP apps...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -359,6 +381,8 @@
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -370,6 +394,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Telemetry.reg",
|
||||
"ApplyText": "Disabling telemetry, diagnostic data, activity history, app-launch tracking and targeted ads...",
|
||||
"UndoLabel": "Enable telemetry, tracking & targeted ads",
|
||||
"ApplyUndoText": "Enabling telemetry, diagnostic data, activity history, app-launch tracking and targeted ads...",
|
||||
"RegistryUndoKey": "Enable_Telemetry.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -381,6 +407,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Windows_Suggestions.reg",
|
||||
"ApplyText": "Disabling tips, tricks, suggestions and ads throughout Windows...",
|
||||
"UndoLabel": "Enable tips, tricks & suggested content throughout Windows",
|
||||
"ApplyUndoText": "Enabling tips, tricks, suggestions and ads throughout Windows...",
|
||||
"RegistryUndoKey": "Enable_Windows_Suggestions.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -392,6 +420,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Location_Services.reg",
|
||||
"ApplyText": "Disabling Windows location services and app location access...",
|
||||
"UndoLabel": "Enable Windows location services & app location access",
|
||||
"ApplyUndoText": "Enabling Windows location services and app location access...",
|
||||
"RegistryUndoKey": "Enable_Location_Services.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -403,6 +433,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Find_My_Device.reg",
|
||||
"ApplyText": "Disabling Find My Device location tracking...",
|
||||
"UndoLabel": "Enable Find My Device location tracking",
|
||||
"ApplyUndoText": "Enabling Find My Device location tracking...",
|
||||
"RegistryUndoKey": "Enable_Find_My_Device.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -414,6 +446,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Lockscreen_Tips.reg",
|
||||
"ApplyText": "Disabling tips & tricks on the lock screen...",
|
||||
"UndoLabel": "Enable tips & tricks on the lock screen",
|
||||
"ApplyUndoText": "Enabling tips & tricks on the lock screen...",
|
||||
"RegistryUndoKey": "Enable_Lockscreen_Tips.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -425,6 +459,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Desktop_Spotlight.reg",
|
||||
"ApplyText": "Disabling the 'Windows Spotlight' desktop background option...",
|
||||
"UndoLabel": "Enable Windows Spotlight for desktop",
|
||||
"ApplyUndoText": "Enabling the 'Windows Spotlight' desktop background option...",
|
||||
"RegistryUndoKey": "Enable_Desktop_Spotlight.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -436,6 +472,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Edge_Ads_And_Suggestions.reg",
|
||||
"ApplyText": "Disabling ads, suggestions and the MSN news feed in Microsoft Edge...",
|
||||
"UndoLabel": "Enable ads, suggestions and newsfeed in Edge",
|
||||
"ApplyUndoText": "Enabling ads, suggestions and the MSN news feed in Microsoft Edge...",
|
||||
"RegistryUndoKey": "Enable_Edge_Ads_And_Suggestions.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -447,6 +485,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_Copilot.reg",
|
||||
"ApplyText": "Disabling Microsoft Copilot...",
|
||||
"UndoLabel": "Enable Microsoft Copilot",
|
||||
"ApplyUndoText": "Enabling Microsoft Copilot...",
|
||||
"RegistryUndoKey": "Enable_Copilot.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -458,6 +498,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_AI_Recall.reg",
|
||||
"ApplyText": "Disabling Windows Recall...",
|
||||
"UndoLabel": "Enable Windows Recall",
|
||||
"ApplyUndoText": "Enabling Windows Recall...",
|
||||
"RegistryUndoKey": "Enable_AI_Recall.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -469,6 +511,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_Click_to_Do.reg",
|
||||
"ApplyText": "Disabling Click to Do...",
|
||||
"UndoLabel": "Enable Click To Do, AI text & image analysis",
|
||||
"ApplyUndoText": "Enabling Click to Do...",
|
||||
"RegistryUndoKey": "Enable_Click_to_Do.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -480,6 +524,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_AI_Service_Auto_Start.reg",
|
||||
"ApplyText": "Preventing AI service from starting automatically...",
|
||||
"UndoLabel": "Allow AI service to start automatically",
|
||||
"ApplyUndoText": "Allowing AI service to start automatically...",
|
||||
"RegistryUndoKey": "Enable_AI_Service_Auto_Start.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -491,6 +537,8 @@
|
||||
"Category": "Gaming",
|
||||
"RegistryKey": "Disable_DVR.reg",
|
||||
"ApplyText": "Disabling Xbox game/screen recording...",
|
||||
"UndoLabel": "Enable Xbox game/screen recording",
|
||||
"ApplyUndoText": "Enabling Xbox game/screen recording...",
|
||||
"RegistryUndoKey": "Enable_DVR.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -502,6 +550,8 @@
|
||||
"Category": "Gaming",
|
||||
"RegistryKey": "Disable_Game_Bar_Integration.reg",
|
||||
"ApplyText": "Disabling Game Bar integration...",
|
||||
"UndoLabel": "Enable Game Bar integration",
|
||||
"ApplyUndoText": "Enabling Game Bar integration...",
|
||||
"RegistryUndoKey": "Enable_Game_Bar_Integration.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -511,7 +561,9 @@
|
||||
"Label": "Remove all pinned apps from the start menu for this user only",
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Removing all pinned apps from the start menu",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -521,7 +573,9 @@
|
||||
"Label": "Remove all pinned apps from the start menu for all existing and new users",
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Removing all pinned apps from the start menu for all users",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -531,7 +585,9 @@
|
||||
"Label": "Replace the start menu layout for this user only with the provided template file",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Replacing the start menu",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -541,7 +597,9 @@
|
||||
"Label": "Replace the start menu layout for all existing and new users with the provided template file",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Replacing the start menu for all users",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -553,6 +611,8 @@
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Disable_Start_Recommended.reg",
|
||||
"ApplyText": "Disabling the start menu recommended section...",
|
||||
"UndoLabel": "Show recommended section in the start menu",
|
||||
"ApplyUndoText": "Enabling the start menu recommended section...",
|
||||
"RegistryUndoKey": "Enable_Start_Recommended.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -564,6 +624,8 @@
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Disable_Start_All_Apps.reg",
|
||||
"ApplyText": "Disabling the 'All Apps' section in the start menu...",
|
||||
"UndoLabel": "Show 'All Apps' section in the start menu",
|
||||
"ApplyUndoText": "Enabling the 'All Apps' section in the start menu...",
|
||||
"RegistryUndoKey": "Enable_Start_All_Apps.reg",
|
||||
"MinVersion": 26200,
|
||||
"MaxVersion": null
|
||||
@@ -575,6 +637,8 @@
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Disable_Phone_Link_In_Start.reg",
|
||||
"ApplyText": "Disabling the Phone Link mobile devices integration in the start menu...",
|
||||
"UndoLabel": "Enable Phone Link integration in the start menu",
|
||||
"ApplyUndoText": "Enabling the Phone Link mobile devices integration in the start menu...",
|
||||
"RegistryUndoKey": "Enable_Phone_Link_In_Start.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -586,6 +650,8 @@
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Disable_Bing_Cortana_In_Search.reg",
|
||||
"ApplyText": "Disabling Bing web search & Copilot integration in Windows search...",
|
||||
"UndoLabel": "Enable Bing web search & Copilot integration in search",
|
||||
"ApplyUndoText": "Enabling Bing web search & Copilot integration in Windows search...",
|
||||
"RegistryUndoKey": "Enable_Bing_Cortana_In_Search.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -596,7 +662,9 @@
|
||||
"ToolTip": "This will disable the Microsoft Store app suggestions in Windows search.",
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Disabling Microsoft Store app suggestions in search...",
|
||||
"UndoLabel": "Enable Microsoft Store app suggestions in search",
|
||||
"ApplyUndoText": "Enabling Microsoft Store app suggestions in search...",
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -608,6 +676,8 @@
|
||||
"Category": "Privacy & Suggested Content",
|
||||
"RegistryKey": "Disable_Settings_365_Ads.reg",
|
||||
"ApplyText": "Disabling Microsoft 365 Copilot ads in Settings Home...",
|
||||
"UndoLabel": "Show Microsoft 365 Copilot ads in Settings Home",
|
||||
"ApplyUndoText": "Enabling Microsoft 365 Copilot ads in Settings Home...",
|
||||
"RegistryUndoKey": "Enable_Settings_365_Ads.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -619,6 +689,8 @@
|
||||
"Category": "Other",
|
||||
"RegistryKey": "Disable_Settings_Home.reg",
|
||||
"ApplyText": "Disabling the Settings Home page...",
|
||||
"UndoLabel": "Show Settings 'Home' page",
|
||||
"ApplyUndoText": "Enabling the Settings Home page...",
|
||||
"RegistryUndoKey": "Enable_Settings_Home.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -630,6 +702,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_Edge_AI_Features.reg",
|
||||
"ApplyText": "Disabling AI features in Microsoft Edge...",
|
||||
"UndoLabel": "Enable AI features in Microsoft Edge",
|
||||
"ApplyUndoText": "Enabling AI features in Microsoft Edge...",
|
||||
"RegistryUndoKey": "Enable_Edge_AI_Features.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -641,6 +715,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_Paint_AI_Features.reg",
|
||||
"ApplyText": "Disabling AI features in Paint...",
|
||||
"UndoLabel": "Enable AI features in Paint",
|
||||
"ApplyUndoText": "Enabling AI features in Paint...",
|
||||
"RegistryUndoKey": "Enable_Paint_AI_Features.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -652,6 +728,8 @@
|
||||
"Category": "AI",
|
||||
"RegistryKey": "Disable_Notepad_AI_Features.reg",
|
||||
"ApplyText": "Disabling AI features in Notepad...",
|
||||
"UndoLabel": "Enable AI features in Notepad",
|
||||
"ApplyUndoText": "Enabling AI features in Notepad...",
|
||||
"RegistryUndoKey": "Enable_Notepad_AI_Features.reg",
|
||||
"MinVersion": 22621,
|
||||
"MaxVersion": null
|
||||
@@ -663,6 +741,8 @@
|
||||
"Category": "Appearance",
|
||||
"RegistryKey": "Enable_Dark_Mode.reg",
|
||||
"ApplyText": "Enabling dark mode for system and apps...",
|
||||
"UndoLabel": "Disable dark theme for system and apps",
|
||||
"ApplyUndoText": "Disabling dark mode for system and apps...",
|
||||
"RegistryUndoKey": "Enable_Light_Mode.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -674,6 +754,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Share_Drag_Tray.reg",
|
||||
"ApplyText": "Disabling Drag Tray...",
|
||||
"UndoLabel": "Enable 'Drag Tray' for sharing & moving files",
|
||||
"ApplyUndoText": "Enabling Drag Tray...",
|
||||
"RegistryUndoKey": "Enable_Share_Drag_Tray.reg",
|
||||
"MinVersion": 26200,
|
||||
"MaxVersion": null
|
||||
@@ -685,6 +767,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Show_More_Options_Context_Menu.reg",
|
||||
"ApplyText": "Restoring the classic Windows 10 style context menu...",
|
||||
"UndoLabel": "Use Windows 11 context menu style",
|
||||
"ApplyUndoText": "Restoring the Windows 11 style context menu...",
|
||||
"RegistryUndoKey": "Enable_W11_Style_Context_Menu.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -696,6 +780,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Enhance_Pointer_Precision.reg",
|
||||
"ApplyText": "Turning off Enhanced Pointer Precision...",
|
||||
"UndoLabel": "Enable Enhance Pointer Precision (mouse acceleration)",
|
||||
"ApplyUndoText": "Turning on Enhanced Pointer Precision...",
|
||||
"RegistryUndoKey": "Enable_Enhance_Pointer_Precision.reg",
|
||||
"RequiresReboot": true,
|
||||
"MinVersion": null,
|
||||
@@ -708,6 +794,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Sticky_Keys_Shortcut.reg",
|
||||
"ApplyText": "Disabling the Sticky Keys keyboard shortcut...",
|
||||
"UndoLabel": "Enable Sticky Keys keyboard shortcut (5x shift)",
|
||||
"ApplyUndoText": "Enabling the Sticky Keys keyboard shortcut...",
|
||||
"RegistryUndoKey": "Enable_Sticky_Keys_Shortcut.reg",
|
||||
"RequiresReboot": true,
|
||||
"MinVersion": 26100,
|
||||
@@ -721,6 +809,8 @@
|
||||
"Priority": 1,
|
||||
"RegistryKey": "Disable_Window_Snapping.reg",
|
||||
"ApplyText": "Disabling window snapping...",
|
||||
"UndoLabel": "Enable window snapping",
|
||||
"ApplyUndoText": "Enabling window snapping...",
|
||||
"RegistryUndoKey": "Enable_Window_Snapping.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -733,6 +823,8 @@
|
||||
"Priority": 2,
|
||||
"RegistryKey": "Disable_Snap_Assist.reg",
|
||||
"ApplyText": "Disabling the Snap Assist suggestions...",
|
||||
"UndoLabel": "Enable showing app suggestions when snapping windows",
|
||||
"ApplyUndoText": "Enabling the Snap Assist suggestions...",
|
||||
"RegistryUndoKey": "Enable_Snap_Assist.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -745,6 +837,8 @@
|
||||
"Priority": 3,
|
||||
"RegistryKey": "Disable_Snap_Layouts.reg",
|
||||
"ApplyText": "Hiding snap layouts when dragging windows to top of the screen and on maximize button...",
|
||||
"UndoLabel": "Show snap layout flyout at top of screen and on maximize button",
|
||||
"ApplyUndoText": "Showing snap layouts when dragging windows to top of the screen and on maximize button...",
|
||||
"RegistryUndoKey": "Enable_Snap_Layouts.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -755,6 +849,8 @@
|
||||
"Category": "Multi-tasking",
|
||||
"RegistryKey": "Hide_Tabs_In_Alt_Tab.reg",
|
||||
"ApplyText": "Disable showing tabs from apps when snapping or pressing Alt+Tab...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -765,6 +861,8 @@
|
||||
"Category": "Multi-tasking",
|
||||
"RegistryKey": "Show_3_Tabs_In_Alt_Tab.reg",
|
||||
"ApplyText": "Enable showing 3 tabs from apps when snapping or pressing Alt+Tab...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -775,6 +873,8 @@
|
||||
"Category": "Multi-tasking",
|
||||
"RegistryKey": "Show_5_Tabs_In_Alt_Tab.reg",
|
||||
"ApplyText": "Enable showing 5 tabs from apps when snapping or pressing Alt+Tab...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -785,6 +885,8 @@
|
||||
"Category": "Multi-tasking",
|
||||
"RegistryKey": "Show_20_Tabs_In_Alt_Tab.reg",
|
||||
"ApplyText": "Enable showing 20 tabs from apps when snapping or pressing Alt+Tab...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -797,6 +899,8 @@
|
||||
"Priority": 1,
|
||||
"RegistryKey": "Align_Taskbar_Left.reg",
|
||||
"ApplyText": "Aligning taskbar buttons to the left...",
|
||||
"UndoLabel": "Align taskbar to the center",
|
||||
"ApplyUndoText": "Aligning taskbar buttons to the center...",
|
||||
"RegistryUndoKey": "Align_Taskbar_Center.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -807,6 +911,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Hide_Search_Taskbar.reg",
|
||||
"ApplyText": "Hiding the search icon from the taskbar...",
|
||||
"UndoLabel": "Show search box on the taskbar",
|
||||
"ApplyUndoText": "Changing taskbar search to search box...",
|
||||
"RegistryUndoKey": "Show_Search_Box.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -817,6 +923,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Show_Search_Icon.reg",
|
||||
"ApplyText": "Changing taskbar search to icon only...",
|
||||
"UndoLabel": "Show search box on the taskbar",
|
||||
"ApplyUndoText": "Changing taskbar search to search box...",
|
||||
"RegistryUndoKey": "Show_Search_Box.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -827,6 +935,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Show_Search_Icon_And_Label.reg",
|
||||
"ApplyText": "Changing taskbar search to icon with label...",
|
||||
"UndoLabel": "Show search box on the taskbar",
|
||||
"ApplyUndoText": "Changing taskbar search to search box...",
|
||||
"RegistryUndoKey": "Show_Search_Box.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -837,6 +947,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Show_Search_Box.reg",
|
||||
"ApplyText": "Changing taskbar search to search box...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -849,6 +961,8 @@
|
||||
"Priority": 3,
|
||||
"RegistryKey": "Hide_Taskview_Taskbar.reg",
|
||||
"ApplyText": "Hiding the taskview button from the taskbar...",
|
||||
"UndoLabel": "Show 'Task view' button on the taskbar",
|
||||
"ApplyUndoText": "Showing the taskview button from the taskbar...",
|
||||
"RegistryUndoKey": "Show_Taskview_Taskbar.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -860,8 +974,11 @@
|
||||
"Category": "Taskbar",
|
||||
"Priority": 4,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Disabling widgets on the taskbar & lock screen...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"DisableWhenApplied": true,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
},
|
||||
@@ -873,6 +990,8 @@
|
||||
"Priority": 5,
|
||||
"RegistryKey": "Disable_Chat_Taskbar.reg",
|
||||
"ApplyText": "Hiding the chat icon from the taskbar...",
|
||||
"UndoLabel": "Show Chat (meet now) icon on the taskbar",
|
||||
"ApplyUndoText": "Showing the chat icon from the taskbar...",
|
||||
"RegistryUndoKey": "Enable_Chat_Taskbar.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": 22621
|
||||
@@ -884,6 +1003,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Storage_Sense.reg",
|
||||
"ApplyText": "Disabling Storage Sense automatic disk cleanup...",
|
||||
"UndoLabel": "Enable Storage Sense automatic disk cleanup",
|
||||
"ApplyUndoText": "Enabling Storage Sense automatic disk cleanup...",
|
||||
"RegistryUndoKey": "Enable_Storage_Sense.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -895,6 +1016,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Fast_Startup.reg",
|
||||
"ApplyText": "Disabling Fast Start-up...",
|
||||
"UndoLabel": "Enable fast start-up",
|
||||
"ApplyUndoText": "Enabling Fast Start-up...",
|
||||
"RegistryUndoKey": "Enable_Fast_Startup.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -906,6 +1029,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Bitlocker_Auto_Encryption.reg",
|
||||
"ApplyText": "Disabling BitLocker automatic device encryption...",
|
||||
"UndoLabel": "Enable BitLocker automatic device encryption",
|
||||
"ApplyUndoText": "Enabling BitLocker automatic device encryption...",
|
||||
"RegistryUndoKey": "Enable_Bitlocker_Auto_Encryption.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -917,6 +1042,8 @@
|
||||
"Category": "System",
|
||||
"RegistryKey": "Disable_Modern_Standby_Networking.reg",
|
||||
"ApplyText": "Disabling network connectivity during Modern Standby...",
|
||||
"UndoLabel": "Enable Modern Standby network connectivity",
|
||||
"ApplyUndoText": "Enabling network connectivity during Modern Standby...",
|
||||
"RegistryUndoKey": "Enable_Modern_Standby_Networking.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -929,6 +1056,8 @@
|
||||
"Priority": 6,
|
||||
"RegistryKey": "Enable_End_Task.reg",
|
||||
"ApplyText": "Enabling the 'End Task' option in the taskbar right click menu...",
|
||||
"UndoLabel": "Hide 'End Task' option in taskbar context menu",
|
||||
"ApplyUndoText": "Disabling the 'End Task' option in the taskbar right click menu...",
|
||||
"RegistryUndoKey": "Disable_End_Task.reg",
|
||||
"MinVersion": 22631,
|
||||
"MaxVersion": null
|
||||
@@ -941,6 +1070,8 @@
|
||||
"Priority": 7,
|
||||
"RegistryKey": "Enable_Last_Active_Click.reg",
|
||||
"ApplyText": "Enabling the 'Last Active Click' behavior in the taskbar app area...",
|
||||
"UndoLabel": "Disable 'Last Active Click' behavior for taskbar apps",
|
||||
"ApplyUndoText": "Disabling the 'Last Active Click' behavior in the taskbar app area...",
|
||||
"RegistryUndoKey": "Disable_Last_Active_Click.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -951,6 +1082,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_Taskbar_Always.reg",
|
||||
"ApplyText": "Setting the taskbar on the main display to always combine buttons and hide labels...",
|
||||
"UndoLabel": "Use default taskbar combine behavior",
|
||||
"ApplyUndoText": "Resetting the taskbar on the main display to always combine buttons and hide labels...",
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -961,6 +1094,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_MMTaskbar_Always.reg",
|
||||
"ApplyText": "Setting the taskbar on secondary displays to always combine buttons and hide labels...",
|
||||
"UndoLabel": "Use default taskbar combine behavior",
|
||||
"ApplyUndoText": "Resetting the taskbar on secondary displays to always combine buttons and hide labels...",
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -971,6 +1106,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_Taskbar_When_Full.reg",
|
||||
"ApplyText": "Setting the taskbar on the main display to only combine buttons and hide labels when the taskbar is full...",
|
||||
"UndoLabel": "Always combine taskbar buttons and hide labels for the main display",
|
||||
"ApplyUndoText": "Setting the taskbar on the main display to always combine buttons and hide labels...",
|
||||
"RegistryUndoKey": "Combine_Taskbar_Always.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -981,6 +1118,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_MMTaskbar_When_Full.reg",
|
||||
"ApplyText": "Setting the taskbar on secondary displays to only combine buttons and hide labels when the taskbar is full...",
|
||||
"UndoLabel": "Always combine taskbar buttons and hide labels for secondary displays",
|
||||
"ApplyUndoText": "Setting the taskbar on secondary displays to always combine buttons and hide labels...",
|
||||
"RegistryUndoKey": "Combine_MMTaskbar_Always.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -991,6 +1130,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_Taskbar_Never.reg",
|
||||
"ApplyText": "Setting the taskbar on the main display to never combine buttons or hide labels...",
|
||||
"UndoLabel": "Always combine taskbar buttons and hide labels for the main display",
|
||||
"ApplyUndoText": "Setting the taskbar on the main display to always combine buttons and hide labels...",
|
||||
"RegistryUndoKey": "Combine_Taskbar_Always.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1001,6 +1142,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "Combine_MMTaskbar_Never.reg",
|
||||
"ApplyText": "Setting the taskbar on secondary displays to never combine buttons or hide labels...",
|
||||
"UndoLabel": "Always combine taskbar buttons and hide labels for secondary displays",
|
||||
"ApplyUndoText": "Setting the taskbar on secondary displays to always combine buttons and hide labels...",
|
||||
"RegistryUndoKey": "Combine_MMTaskbar_Always.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1011,6 +1154,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "MMTaskbarMode_All.reg",
|
||||
"ApplyText": "Setting the taskbar to show app icons on all taskbars...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1021,6 +1166,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "MMTaskbarMode_Main_Active.reg",
|
||||
"ApplyText": "Setting the taskbar to show app icons on main taskbar and on taskbar where the windows is open...",
|
||||
"UndoLabel": "Show app icons on all taskbars",
|
||||
"ApplyUndoText": "Setting the taskbar to show app icons on all taskbars...",
|
||||
"RegistryUndoKey": "MMTaskbarMode_All.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1031,6 +1178,8 @@
|
||||
"Category": "Taskbar",
|
||||
"RegistryKey": "MMTaskbarMode_Active.reg",
|
||||
"ApplyText": "Setting the taskbar to only show app icons on the taskbar where the window is open...",
|
||||
"UndoLabel": "Show app icons on all taskbars",
|
||||
"ApplyUndoText": "Setting the taskbar to show app icons on all taskbars...",
|
||||
"RegistryUndoKey": "MMTaskbarMode_All.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1041,6 +1190,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Launch_File_Explorer_To_Home.reg",
|
||||
"ApplyText": "Changing the default location that File Explorer opens to, to 'Home'...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1051,6 +1202,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Launch_File_Explorer_To_This_PC.reg",
|
||||
"ApplyText": "Changing the default location that File Explorer opens to, to 'This PC'...",
|
||||
"UndoLabel": "Change the default location that File Explorer opens to 'Home'",
|
||||
"ApplyUndoText": "Changing the default location that File Explorer opens to, to 'Home'...",
|
||||
"RegistryUndoKey": "Launch_File_Explorer_To_Home.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1061,6 +1214,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Launch_File_Explorer_To_Downloads.reg",
|
||||
"ApplyText": "Changing the default location that File Explorer opens to, to 'Downloads'...",
|
||||
"UndoLabel": "Change the default location that File Explorer opens to 'Home'",
|
||||
"ApplyUndoText": "Changing the default location that File Explorer opens to, to 'Home'...",
|
||||
"RegistryUndoKey": "Launch_File_Explorer_To_Home.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1071,6 +1226,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Launch_File_Explorer_To_OneDrive.reg",
|
||||
"ApplyText": "Changing the default location that File Explorer opens to, to 'OneDrive'...",
|
||||
"UndoLabel": "Change the default location that File Explorer opens to 'Home'",
|
||||
"ApplyUndoText": "Changing the default location that File Explorer opens to, to 'Home'...",
|
||||
"RegistryUndoKey": "Launch_File_Explorer_To_Home.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1083,6 +1240,8 @@
|
||||
"Priority": 2,
|
||||
"RegistryKey": "Show_Extensions_For_Known_File_Types.reg",
|
||||
"ApplyText": "Enabling file extensions for known file types...",
|
||||
"UndoLabel": "Hide file extensions for known file types",
|
||||
"ApplyUndoText": "Disabling file extensions for known file types...",
|
||||
"RegistryUndoKey": "Hide_Extensions_For_Known_File_Types.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1095,6 +1254,8 @@
|
||||
"Priority": 3,
|
||||
"RegistryKey": "Show_Hidden_Folders.reg",
|
||||
"ApplyText": "Unhiding hidden files, folders and drives...",
|
||||
"UndoLabel": "Hide hidden files, folders and drives",
|
||||
"ApplyUndoText": "Hiding hidden files, folders and drives...",
|
||||
"RegistryUndoKey": "Hide_Hidden_Folders.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1107,6 +1268,8 @@
|
||||
"Priority": 4,
|
||||
"RegistryKey": "Hide_duplicate_removable_drives_from_navigation_pane_of_File_Explorer.reg",
|
||||
"ApplyText": "Hiding duplicate removable drive entries from the File Explorer navigation pane...",
|
||||
"UndoLabel": "Show duplicate removable drive entries",
|
||||
"ApplyUndoText": "Showing duplicate removable drive entries from the File Explorer navigation pane...",
|
||||
"RegistryUndoKey": "Show_duplicate_removable_drives_in_navigation_pane_of_File_Explorer.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1119,6 +1282,8 @@
|
||||
"Priority": 5,
|
||||
"RegistryKey": "Hide_Home_from_Explorer.reg",
|
||||
"ApplyText": "Hiding the 'Home' section from the File Explorer navigation pane...",
|
||||
"UndoLabel": "Show 'Home' from navigation pane",
|
||||
"ApplyUndoText": "Showing the 'Home' section from the File Explorer navigation pane...",
|
||||
"RegistryUndoKey": "Show_Home_in_Explorer.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1131,6 +1296,8 @@
|
||||
"Priority": 6,
|
||||
"RegistryKey": "Hide_Gallery_from_Explorer.reg",
|
||||
"ApplyText": "Hiding the 'Gallery' section from the File Explorer navigation pane...",
|
||||
"UndoLabel": "Show 'Gallery' from navigation pane",
|
||||
"ApplyUndoText": "Showing the 'Gallery' section from the File Explorer navigation pane...",
|
||||
"RegistryUndoKey": "Show_Gallery_in_Explorer.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1142,6 +1309,8 @@
|
||||
"Category": "Appearance",
|
||||
"RegistryKey": "Disable_Transparency.reg",
|
||||
"ApplyText": "Disabling transparency effects...",
|
||||
"UndoLabel": "Enable transparency effects",
|
||||
"ApplyUndoText": "Enabling transparency effects...",
|
||||
"RegistryUndoKey": "Enable_Transparency.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1153,6 +1322,8 @@
|
||||
"Category": "Appearance",
|
||||
"RegistryKey": "Disable_Animations.reg",
|
||||
"ApplyText": "Disabling animations and visual effects...",
|
||||
"UndoLabel": "Enable animations and visual effects",
|
||||
"ApplyUndoText": "Enabling animations and visual effects...",
|
||||
"RegistryUndoKey": "Enable_Animations.reg",
|
||||
"RequiresReboot": true,
|
||||
"MinVersion": null,
|
||||
@@ -1165,6 +1336,8 @@
|
||||
"Category": "Windows Update",
|
||||
"RegistryKey": "Disable_Update_ASAP.reg",
|
||||
"ApplyText": "Preventing Windows from getting updates as soon as they are available...",
|
||||
"UndoLabel": "Allow getting updates as soon as they're available",
|
||||
"ApplyUndoText": "Allowing Windows to get updates as soon as they are available...",
|
||||
"RegistryUndoKey": "Enable_Update_ASAP.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1176,6 +1349,8 @@
|
||||
"Category": "Windows Update",
|
||||
"RegistryKey": "Prevent_Auto_Reboot.reg",
|
||||
"ApplyText": "Preventing automatic restarts after updates while signed in...",
|
||||
"UndoLabel": "Allow automatic restarts after updates while signed in",
|
||||
"ApplyUndoText": "Allowing automatic restarts after updates while signed in...",
|
||||
"RegistryUndoKey": "Allow_Auto_Reboot.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1187,6 +1362,8 @@
|
||||
"Category": "Windows Update",
|
||||
"RegistryKey": "Disable_Delivery_Optimization.reg",
|
||||
"ApplyText": "Disabling sharing of downloaded updates with other PCs...",
|
||||
"UndoLabel": "Enable sharing downloaded updates with other PCs",
|
||||
"ApplyUndoText": "Enabling sharing of downloaded updates with other PCs...",
|
||||
"RegistryUndoKey": "Enable_Delivery_Optimization.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1196,7 +1373,9 @@
|
||||
"Label": "Forcefully uninstall Microsoft Edge. NOT RECOMMENDED!",
|
||||
"Category": null,
|
||||
"RegistryKey": null,
|
||||
"ApplyText": null,
|
||||
"ApplyText": "Forcefully uninstalling Microsoft Edge...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1209,6 +1388,8 @@
|
||||
"Priority": 7,
|
||||
"RegistryKey": "Hide_Onedrive_Folder.reg",
|
||||
"ApplyText": "Hiding the 'OneDrive' section from the File Explorer navigation pane...",
|
||||
"UndoLabel": "Show 'OneDrive' from navigation pane",
|
||||
"ApplyUndoText": "Showing the 'OneDrive' section from the File Explorer navigation pane...",
|
||||
"RegistryUndoKey": "Show_Onedrive_Folder.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1221,6 +1402,8 @@
|
||||
"Priority": 8,
|
||||
"RegistryKey": "Hide_3D_Objects_Folder.reg",
|
||||
"ApplyText": "Hiding the '3D objects' folder from the File Explorer navigation pane...",
|
||||
"UndoLabel": "Show '3D objects' folder under 'This PC'",
|
||||
"ApplyUndoText": "Showing the '3D objects' folder from the File Explorer navigation pane...",
|
||||
"RegistryUndoKey": "Show_3D_Objects_Folder.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": 21999
|
||||
@@ -1233,6 +1416,8 @@
|
||||
"Priority": 9,
|
||||
"RegistryKey": "Hide_Music_Folder.reg",
|
||||
"ApplyText": "Hiding the 'Music' folder from the File Explorer navigation pane...",
|
||||
"UndoLabel": "Show 'Music' folder under 'This PC'",
|
||||
"ApplyUndoText": "Showing the 'Music' folder from the File Explorer navigation pane...",
|
||||
"RegistryUndoKey": "Show_Music_Folder.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": 21999
|
||||
@@ -1245,6 +1430,8 @@
|
||||
"Priority": 10,
|
||||
"RegistryKey": "Add_All_Folders_Under_This_PC.reg",
|
||||
"ApplyText": "Adding all common folders (Desktop, Downloads, etc.) back to 'This PC' in File Explorer...",
|
||||
"UndoLabel": "Remove common folders back to 'This PC' page",
|
||||
"ApplyUndoText": "Removing all common folders (Desktop, Downloads, etc.) back to 'This PC' in File Explorer...",
|
||||
"RegistryUndoKey": "Remove_All_Folders_Under_This_PC.reg",
|
||||
"MinVersion": 22000,
|
||||
"MaxVersion": null
|
||||
@@ -1257,6 +1444,8 @@
|
||||
"Priority": 11,
|
||||
"RegistryKey": "Disable_Include_in_library_from_context_menu.reg",
|
||||
"ApplyText": "Hiding 'Include in library' in the context menu...",
|
||||
"UndoLabel": "Show 'Include in library' option in the context menu",
|
||||
"ApplyUndoText": "Showing 'Include in library' in the context menu...",
|
||||
"RegistryUndoKey": "Enable_Include_in_library_in_context_menu.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": 21999
|
||||
@@ -1269,6 +1458,8 @@
|
||||
"Priority": 12,
|
||||
"RegistryKey": "Disable_Give_access_to_context_menu.reg",
|
||||
"ApplyText": "Hiding 'Give access to' in the context menu...",
|
||||
"UndoLabel": "Show 'Give access to' option in the context menu",
|
||||
"ApplyUndoText": "Showing 'Give access to' in the context menu...",
|
||||
"RegistryUndoKey": "Enable_Give_access_to_context_menu.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": 21999
|
||||
@@ -1281,6 +1472,8 @@
|
||||
"Priority": 13,
|
||||
"RegistryKey": "Disable_Share_from_context_menu.reg",
|
||||
"ApplyText": "Hiding 'Share' in the context menu...",
|
||||
"UndoLabel": "Show 'Share' option in the context menu",
|
||||
"ApplyUndoText": "Showing 'Share' in the context menu...",
|
||||
"RegistryUndoKey": "Enable_Share_in_context_menu.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": 21999
|
||||
@@ -1292,6 +1485,8 @@
|
||||
"Category": "Other",
|
||||
"RegistryKey": "Disable_Brave_Bloat.reg",
|
||||
"ApplyText": "Disabling Brave AI, Crypto, News, Rewards, Talk and VPN in Brave browser...",
|
||||
"UndoLabel": "Enable Brave browser features (AI, Crypto, etc.)",
|
||||
"ApplyUndoText": "Enabling Brave AI, Crypto, News, Rewards, Talk and VPN in Brave browser...",
|
||||
"RegistryUndoKey": "Enable_Brave_Bloat.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1303,6 +1498,8 @@
|
||||
"Category": "Optional Windows Features",
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Enabling Windows Sandbox...",
|
||||
"UndoLabel": "Disable Windows Sandbox",
|
||||
"ApplyUndoText": "Disabling Windows Sandbox...",
|
||||
"RegistryUndoKey": null,
|
||||
"RequiresReboot": true,
|
||||
"MinVersion": 22483,
|
||||
@@ -1315,6 +1512,8 @@
|
||||
"Category": "Optional Windows Features",
|
||||
"RegistryKey": null,
|
||||
"ApplyText": "Enabling Windows Subsystem for Linux...",
|
||||
"UndoLabel": "Disable Windows Subsystem for Linux",
|
||||
"ApplyUndoText": "Disabling Windows Subsystem for Linux...",
|
||||
"RegistryUndoKey": null,
|
||||
"RequiresReboot": true,
|
||||
"MinVersion": 22000,
|
||||
@@ -1327,6 +1526,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Show_Drive_Letters_First.reg",
|
||||
"ApplyText": "Showing drive letters before drive label...",
|
||||
"UndoLabel": "Show drive letters after drive label",
|
||||
"ApplyUndoText": "Showing drive letters after drive label...",
|
||||
"RegistryUndoKey": "Show_Drive_Letters_Last.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1338,6 +1539,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Show_Drive_Letters_Last.reg",
|
||||
"ApplyText": "Showing drive letters after drive label...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1349,6 +1552,8 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Show_Network_Drive_Letters_First.reg",
|
||||
"ApplyText": "Showing network drive letters before drive label...",
|
||||
"UndoLabel": "Show drive letters after drive label",
|
||||
"ApplyUndoText": "Showing drive letters after drive label...",
|
||||
"RegistryUndoKey": "Show_Drive_Letters_Last.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
@@ -1360,9 +1565,50 @@
|
||||
"Category": "File Explorer",
|
||||
"RegistryKey": "Hide_Drive_Letters.reg",
|
||||
"ApplyText": "Hiding all drive letters...",
|
||||
"UndoLabel": "Show drive letters after drive label",
|
||||
"ApplyUndoText": "Showing drive letters after drive label...",
|
||||
"RegistryUndoKey": "Show_Drive_Letters_Last.reg",
|
||||
"MinVersion": null,
|
||||
"MaxVersion": null
|
||||
},
|
||||
{
|
||||
"FeatureId": "StartAllAppsCategory",
|
||||
"Label": "Show All Apps in Category view (Default)",
|
||||
"ToolTip": "This will set the All Apps section in the start menu to show apps grouped by category.",
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Start_AllApps_Category.reg",
|
||||
"ApplyText": "Setting All Apps view to Category...",
|
||||
"UndoLabel": null,
|
||||
"ApplyUndoText": null,
|
||||
"RegistryUndoKey": null,
|
||||
"MinVersion": 26200,
|
||||
"MaxVersion": null
|
||||
},
|
||||
{
|
||||
"FeatureId": "StartAllAppsGrid",
|
||||
"Label": "Show All Apps in Grid view",
|
||||
"ToolTip": "This will set the All Apps section in the start menu to show apps in an alphabetical grid layout.",
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Start_AllApps_Grid.reg",
|
||||
"ApplyText": "Setting All Apps view to Grid...",
|
||||
"UndoLabel": "Show All Apps in Category view",
|
||||
"ApplyUndoText": "Setting All Apps view to Category...",
|
||||
"RegistryUndoKey": "Start_AllApps_Category.reg",
|
||||
"MinVersion": 26200,
|
||||
"MaxVersion": null
|
||||
},
|
||||
{
|
||||
"FeatureId": "StartAllAppsList",
|
||||
"Label": "Show All Apps in List view",
|
||||
"ToolTip": "This will set the All Apps section in the start menu to show apps in an alphabetical list layout.",
|
||||
"Category": "Start Menu & Search",
|
||||
"RegistryKey": "Start_AllApps_List.reg",
|
||||
"ApplyText": "Setting All Apps view to List...",
|
||||
"UndoLabel": "Show All Apps in Category view",
|
||||
"ApplyUndoText": "Setting All Apps view to Category...",
|
||||
"RegistryUndoKey": "Start_AllApps_Category.reg",
|
||||
"MinVersion": 26200,
|
||||
"MaxVersion": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user