mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-08-23 08:02:07 +00:00
update tooltips, labels and category for Desktop Spotlight feature
This commit is contained in:
+26
-23
@@ -65,25 +65,25 @@
|
|||||||
"UiGroups": [
|
"UiGroups": [
|
||||||
{
|
{
|
||||||
"GroupId": "DesktopSpotlight",
|
"GroupId": "DesktopSpotlight",
|
||||||
"Label": "Windows Spotlight on the desktop",
|
"Label": "Windows spotlight on the desktop",
|
||||||
"ToolTip": "Choose whether to keep Windows Spotlight wallpaper and the 'Learn about this picture' icon, hide only the icon, or turn Spotlight off entirely. Hiding the icon keeps the rotating wallpaper.",
|
"ToolTip": "This setting controls the Windows spotlight desktop background option. Keep the rotating wallpaper with or without the 'Learn about this picture' shortcut, or disable Windows spotlight entirely.",
|
||||||
"Category": "Privacy & Suggested Content",
|
"Category": "Appearance",
|
||||||
"Priority": 7,
|
"Priority": 4,
|
||||||
"Values": [
|
"Values": [
|
||||||
{
|
{
|
||||||
"Label": "Enable + show icon (Default)",
|
"Label": "Show 'Learn about this picture' shortcut (Default)",
|
||||||
"FeatureIds": [
|
"FeatureIds": [
|
||||||
"EnableDesktopSpotlight"
|
"EnableDesktopSpotlight"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Label": "Hide 'Learn about this picture' icon",
|
"Label": "Hide 'Learn about this picture' shortcut",
|
||||||
"FeatureIds": [
|
"FeatureIds": [
|
||||||
"HideDesktopSpotlightIcon"
|
"HideDesktopSpotlightIcon"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Label": "Disable Windows Spotlight",
|
"Label": "Disable Windows spotlight desktop background",
|
||||||
"FeatureIds": [
|
"FeatureIds": [
|
||||||
"DisableDesktopSpotlight"
|
"DisableDesktopSpotlight"
|
||||||
]
|
]
|
||||||
@@ -500,11 +500,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"FeatureId": "EnableDesktopSpotlight",
|
"FeatureId": "EnableDesktopSpotlight",
|
||||||
"Label": "Enable Windows Spotlight on the desktop and show the Spotlight icon",
|
"Label": "Enable Windows spotlight desktop background and shortcut",
|
||||||
"ToolTip": "Restores Windows Spotlight wallpaper rotation and shows the 'Learn about this picture' desktop icon. This is the Windows default.",
|
"ToolTip": "Restores the Windows spotlight desktop background and the 'Learn about this picture' shortcut.",
|
||||||
"Category": "Privacy & Suggested Content",
|
"Category": "Appearance",
|
||||||
"RegistryKey": "Enable_Desktop_Spotlight.reg",
|
"RegistryKey": "Enable_Desktop_Spotlight.reg",
|
||||||
"ApplyText": "Enabling Windows Spotlight on the desktop and showing the Spotlight icon",
|
"ApplyText": "Restoring the Windows spotlight desktop background and shortcut",
|
||||||
"UndoLabel": null,
|
"UndoLabel": null,
|
||||||
"ApplyUndoText": null,
|
"ApplyUndoText": null,
|
||||||
"RegistryUndoKey": null,
|
"RegistryUndoKey": null,
|
||||||
@@ -513,26 +513,26 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"FeatureId": "DisableDesktopSpotlight",
|
"FeatureId": "DisableDesktopSpotlight",
|
||||||
"Label": "Disable Windows Spotlight for desktop",
|
"Label": "Disable Windows spotlight desktop background",
|
||||||
"ToolTip": "This will turn off the 'Windows Spotlight' feature for the desktop background, which shows different background images and occasionally tips and fun facts on the desktop. This feature uses policies, which will lock down certain settings.",
|
"ToolTip": "Turns off Windows spotlight for the desktop background, which displays rotating images and may show tips and fun facts. This feature uses policies, which will lock down certain settings.",
|
||||||
"Category": "Privacy & Suggested Content",
|
"Category": "Appearance",
|
||||||
"RegistryKey": "Disable_Desktop_Spotlight.reg",
|
"RegistryKey": "Disable_Desktop_Spotlight.reg",
|
||||||
"ApplyText": "Disabling the 'Windows Spotlight' desktop background option",
|
"ApplyText": "Disabling the Windows spotlight desktop background",
|
||||||
"UndoLabel": "Enable Windows Spotlight for desktop",
|
"UndoLabel": "Enable Windows spotlight desktop background",
|
||||||
"ApplyUndoText": "Enabling the 'Windows Spotlight' desktop background option",
|
"ApplyUndoText": "Restoring the Windows spotlight desktop background and shortcut",
|
||||||
"RegistryUndoKey": "Enable_Desktop_Spotlight.reg",
|
"RegistryUndoKey": "Enable_Desktop_Spotlight.reg",
|
||||||
"MinVersion": null,
|
"MinVersion": null,
|
||||||
"MaxVersion": null
|
"MaxVersion": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"FeatureId": "HideDesktopSpotlightIcon",
|
"FeatureId": "HideDesktopSpotlightIcon",
|
||||||
"Label": "Hide the 'Learn about this picture' desktop Spotlight icon",
|
"Label": "Hide the 'Learn about this picture' desktop shortcut",
|
||||||
"ToolTip": "This hides the 'Learn about this picture' desktop icon while keeping Windows Spotlight wallpaper rotation. It does not disable Spotlight itself.",
|
"ToolTip": "Hides the 'Learn about this picture' desktop shortcut while keeping Windows spotlight wallpaper rotation enabled. It does not disable Windows spotlight.",
|
||||||
"Category": "Privacy & Suggested Content",
|
"Category": "Appearance",
|
||||||
"RegistryKey": "Hide_Desktop_Spotlight_Icon.reg",
|
"RegistryKey": "Hide_Desktop_Spotlight_Icon.reg",
|
||||||
"ApplyText": "Hiding the desktop Spotlight 'Learn about this picture' icon",
|
"ApplyText": "Hiding the Windows spotlight 'Learn about this picture' desktop shortcut",
|
||||||
"UndoLabel": "Show the 'Learn about this picture' desktop Spotlight icon",
|
"UndoLabel": "Show the 'Learn about this picture' desktop shortcut",
|
||||||
"ApplyUndoText": "Showing the desktop Spotlight 'Learn about this picture' icon",
|
"ApplyUndoText": "Showing the Windows spotlight 'Learn about this picture' desktop shortcut",
|
||||||
"RegistryUndoKey": "Show_Desktop_Spotlight_Icon.reg",
|
"RegistryUndoKey": "Show_Desktop_Spotlight_Icon.reg",
|
||||||
"MinVersion": null,
|
"MinVersion": null,
|
||||||
"MaxVersion": null
|
"MaxVersion": null
|
||||||
@@ -816,6 +816,7 @@
|
|||||||
"UndoLabel": "Disable dark theme for system and apps",
|
"UndoLabel": "Disable dark theme for system and apps",
|
||||||
"ApplyUndoText": "Disabling dark mode for system and apps",
|
"ApplyUndoText": "Disabling dark mode for system and apps",
|
||||||
"RegistryUndoKey": "Enable_Light_Mode.reg",
|
"RegistryUndoKey": "Enable_Light_Mode.reg",
|
||||||
|
"Priority": 1,
|
||||||
"MinVersion": null,
|
"MinVersion": null,
|
||||||
"MaxVersion": null
|
"MaxVersion": null
|
||||||
},
|
},
|
||||||
@@ -1385,6 +1386,7 @@
|
|||||||
"UndoLabel": "Enable transparency effects",
|
"UndoLabel": "Enable transparency effects",
|
||||||
"ApplyUndoText": "Enabling transparency effects",
|
"ApplyUndoText": "Enabling transparency effects",
|
||||||
"RegistryUndoKey": "Enable_Transparency.reg",
|
"RegistryUndoKey": "Enable_Transparency.reg",
|
||||||
|
"Priority": 2,
|
||||||
"MinVersion": null,
|
"MinVersion": null,
|
||||||
"MaxVersion": null
|
"MaxVersion": null
|
||||||
},
|
},
|
||||||
@@ -1398,6 +1400,7 @@
|
|||||||
"UndoLabel": "Enable animations and visual effects",
|
"UndoLabel": "Enable animations and visual effects",
|
||||||
"ApplyUndoText": "Enabling animations and visual effects",
|
"ApplyUndoText": "Enabling animations and visual effects",
|
||||||
"RegistryUndoKey": "Enable_Animations.reg",
|
"RegistryUndoKey": "Enable_Animations.reg",
|
||||||
|
"Priority": 3,
|
||||||
"RequiresReboot": true,
|
"RequiresReboot": true,
|
||||||
"MinVersion": null,
|
"MinVersion": null,
|
||||||
"MaxVersion": null
|
"MaxVersion": null
|
||||||
|
|||||||
@@ -87,7 +87,6 @@ Below is an overview of the key features and functionality offered by Win11Deblo
|
|||||||
|
|
||||||
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
||||||
- Disable tips, tricks, suggestions & ads across Windows, the lock screen and Microsoft Edge.
|
- Disable tips, tricks, suggestions & ads across Windows, the lock screen and Microsoft Edge.
|
||||||
- Hide the desktop Spotlight 'Learn about this picture' icon while keeping Spotlight wallpaper rotation, or disable Windows Spotlight entirely.
|
|
||||||
- Disable Windows location services, app location access and Find My Device location tracking.
|
- Disable Windows location services, app location access and Find My Device location tracking.
|
||||||
- Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely.
|
- Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely.
|
||||||
|
|
||||||
@@ -119,6 +118,7 @@ Below is an overview of the key features and functionality offered by Win11Deblo
|
|||||||
|
|
||||||
- Enable dark mode for system and apps.
|
- Enable dark mode for system and apps.
|
||||||
- Disable transparency, animations and visual effects.
|
- Disable transparency, animations and visual effects.
|
||||||
|
- Hide the 'Learn about this picture' shortcut for desktop spotlight, or disable the Windows spotlight background option entirely.
|
||||||
|
|
||||||
#### Start Menu & Search
|
#### Start Menu & Search
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user