Disable tips & tricks on the lock screen

Privacy & Suggested ContentAll Windows 10/11 versionsRevertible

This will turn off the tips, tricks and fun facts that appear on the lock screen.

Code to Apply

Disable tips & tricks on the lock screenRegistry
Windows Registry Editor Version 5.00


; Get fun facts, tips and more from Windows and Cortana on your lock screen

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]

"SubscribedContent-338387Enabled"=dword:00000000
"RotatingLockScreenOverlayEnabled"=dword:00000000

Code to Revert

Enable tips & tricks on the lock screenRegistry
Windows Registry Editor Version 5.00


; Get fun facts, tips and more from Windows and Cortana on your lock screen

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]

"SubscribedContent-338387Enabled"=dword:00000001
"RotatingLockScreenOverlayEnabled"=dword:00000001
 

Want to combine this with other tweaks?

Open Configurator