[Solved] Option to Skip Windows Spotlight Wallpaper Doesn’t Appear
If the option to skip the current wallpaper on your Windows 10 lock screen doesn’t appear, there is a power shell command that can be run in order to force skipping it. Open a power shell prompt as administrator and run the following command to reset Windows spotlight. Get-AppxPackage -allusers *ContentDeliveryManager* | foreach {Add-AppxPackage “$($_.InstallLocation)\appxmanifest.xml” …
[Solved] Option to Skip Windows Spotlight Wallpaper Doesn’t Appear Read More »