The HowToGeek posted an article called How to Disable Ads on Your Windows 10 Lock Screen a few days ago. I thought the article was very useful and thought about all the PC’s and laptops I’ve updated so far and how many I still have to do for family and friends between here and July 29. Loads of them…
To cut a long story short, I’ve started trying to list and automate all the myriad little tweaks I do to a new Windows 10 system. This HowToGeek article looked like a prime candidate so I used a registry/file comparison program (InCtrl5) to snapshot before and after the changes. It turned out that the following is all that is needed:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionContentDeliveryManager] “RotatingLockScreenEnabled”=dword:00000000 “RotatingLockScreenOverlayEnabled”=dword:00000000 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionLock ScreenCreative] “LockImageFlags”=dword:00000000 “CreativeId”=”” “PortraitAssetPath”=”” “LandscapeAssetPath”=”” “PlacementId”=”” “ImpressionToken”=”” “HotspotImageFolderPath”=”” “CreativeJson”=””
Hope this helps… (I’ve attached it as a TXT file as well. Just rename the file extension from .TXT to .REG)