You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Might be cause we are disabling CloudContent and adding few keys preventing windows from adding them in the future. If you want, you can reset it by removing entire key folder. you can check the script yourself at
The windows spotlight option in the background settings came back after I tried: Remove-Item -Path "HKLM:Software\Policies\Microsoft\Windows\CloudContent" -Force
But the windows spotlight on the lockscreen is still black, so I tried: Get-AppxPackage –allusers *ContentDeliveryManager* | foreach {Add-AppxPackage “$($_.InstallLocation)\appxmanifest.xml” -DisableDevelopmentMode -register }
At this time, the spotlight window on the lockscreen returns to normal, but in the background, when right-clicking on the "Learn about this picture" icon, there is only the option to open without the option to change another image.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran your script and now I lost the windows spotlight option in the background settings. Now how do I turn it back on?
The text was updated successfully, but these errors were encountered: