Skip to content

Commit a2efcc6

Browse files
committed
Disable Windows Spotlight features in config
Added registry settings to User-Windows11.All.json to disable Windows Spotlight and related subscribed content on the Lock Screen for improved privacy and user experience.
1 parent 47ab6f3 commit a2efcc6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/configs/User-Windows11.All.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,27 @@
103103
"value": 0,
104104
"type": "DWord",
105105
"note": "Disables suggested content in the Settings app"
106+
},
107+
{
108+
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
109+
"name": "RotatingLockScreenEnabled",
110+
"value": 0,
111+
"type": "DWord",
112+
"note": "Disables Windows Spotlight on the Lock Screen"
113+
},
114+
{
115+
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
116+
"name": "SubscribedContent-338387Enabled",
117+
"value": 0,
118+
"type": "DWord",
119+
"note": "Disables Windows Spotlight subscribed content on the Lock Screen"
120+
},
121+
{
122+
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
123+
"name": "SubscribedContent-338387Enabled",
124+
"value": 0,
125+
"type": "DWord",
126+
"note": "Disables Windows Spotlight subscribed content on the Lock Screen"
106127
}
107128
],
108129
"SetOthers": [

0 commit comments

Comments
 (0)