Windows 10: Windows Spotlight in Windows 10 lock screen repeating the same images over and over?

Discus and support Windows Spotlight in Windows 10 lock screen repeating the same images over and over? in Windows 10 Gaming to solve the problem; I'm finding that the Windows 10 Spotlight lock screen is repeating images over and over again, even after I've rated it once, they come back and ask me... Discussion in 'Windows 10 Gaming' started by yjkhan, Apr 18, 2024.

  1. yjkhan Win User

    Windows Spotlight in Windows 10 lock screen repeating the same images over and over?


    I'm finding that the Windows 10 Spotlight lock screen is repeating images over and over again, even after I've rated it once, they come back and ask me to re-rate it again. This has been happening over the past year or so. In the past, you'd just get a new image and you'd never see the old images again after you've rated it. Now they seem to repeat within the month, maybe every two weeks? Is this something that can be fixed?

    :)
     
    yjkhan, Apr 18, 2024
    #1
  2. Solaris17 Win User

    Windows spotlight images (Lock screen)

    This is really dumb, but if you are like me and use spotlight for your windows lock screen images, I actually tend to like some of them alot. They rotate it seems every few days but it doesn't seem to delete them as often as it gets new ones.

    With that said I couldnt find anything similar online so I made a script that would pull the files from the folder buried in app data that keeps the files. They dont have an extension normally so I append the JPG extension too them.

    I create a folder on your desktop called spotlight and copy the files too it then run the conversion.

    I didn't spend forever on this so be nice but otherwise;

    Enjoy

    Code for the crazies:
    Spoiler Code: @Echo off title Spotlight Image Converter cls :checkPrivileges :: Check for Admin by accessing protected stuff. This calls net(#).exe and can stall if we don't kill it later. NET FILE 1>NUL 2>NUL if '%errorlevel%' == '0' ( goto menu) else ( goto getPrivileges ) :getPrivileges :: Write vbs in temp to call batch as admin. if '%1'=='ELEV' (shift & goto menu) for /f "delims=: tokens=*" %%A in ('findstr /b ::- "%~f0"') do @Echo(%%A setlocal DisableDelayedExpansion set "batchPath=%~0" setlocal EnableDelayedExpansion Echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\OEgetPrivileges.vbs" Echo UAC.ShellExecute "!batchPath!", "ELEV", "", "runas", 1 >> "%temp%\OEgetPrivileges.vbs" "%temp%\OEgetPrivileges.vbs" exit /B :menu Echo Windows 10 Lock screen image converter Echo. Echo Brought to you by Solaris17 of TPU Echo. Echo This will make a folder on your desktop called "Spotlight" Echo. Echo It will copy the lockscreen images to the folder then convert them to JPEG format. Echo. Echo Let me know when you are ready. Echo. Pause goto copy :copy @Echo off CLS Echo. Echo Converting and copy in progress... Echo. mkdir %userprofile%\Desktop\Spotlight > nul 2>&1 timeout 5 >nul robocopy %userprofile%\appdata\local\packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\ %userprofile%\Desktop\Spotlight /copyall /E > nul 2>&1 ren %userprofile%\Desktop\Spotlight\* *.jpg > nul 2>&1 Echo Done!! Echo. pause[/quote]
     
    Solaris17, Apr 18, 2024
    #2
  3. How to fix problems with lock screen images (Windows Spotlight)

    This Windows 10 Tip
    highlights the Windows Spotlight setting, which automatically uploads beautiful images of scenery daily from around the world for the background on the lock screen.

    What steps should I try if I’m having trouble with Windows Spotlight?
    For example, what should I do if:

    • The Windows Spotlight image doesn’t appear on the lock screen.
    • The Windows Spotlight image doesn’t appear on the sign-in screen.
    • The Windows Spotlight option doesn’t appear in my lock screen settings.
    • The Windows Spotlight image isn’t changing. (It shows the same image every day.)
     
    Meliton Dec, Apr 18, 2024
    #3
  4. Solaris17 Win User

    Windows Spotlight in Windows 10 lock screen repeating the same images over and over?

    Windows spotlight images (Lock screen)

    I updated this to fix an issue where images already in the folder would be swapped back to no extension making them unreadable again.

    CODE:
    Spoiler Code: @Echo off title Spotlight Image Converter v2 cls :checkPrivileges :: Check for Admin by accessing protected stuff. This calls net(#).exe and can stall if we don't kill it later. NET FILE 1>NUL 2>NUL if '%errorlevel%' == '0' ( goto menu) else ( goto getPrivileges ) :getPrivileges :: Write vbs in temp to call batch as admin. if '%1'=='ELEV' (shift & goto menu) for /f "delims=: tokens=*" %%A in ('findstr /b ::- "%~f0"') do @Echo(%%A setlocal DisableDelayedExpansion set "batchPath=%~0" setlocal EnableDelayedExpansion Echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\OEgetPrivileges.vbs" Echo UAC.ShellExecute "!batchPath!", "ELEV", "", "runas", 1 >> "%temp%\OEgetPrivileges.vbs" "%temp%\OEgetPrivileges.vbs" exit /B :menu Echo Windows 10 Lock screen image converter Echo. Echo Brought to you by Solaris17 of TPU Echo. Echo This will make a folder on your desktop called "Spotlight" Echo. Echo It will copy the lockscreen images to the folder then convert them to JPEG format. Echo. Echo Let me know when you are ready. Echo. Pause goto copy :copy @Echo off CLS Echo. Echo Converting and copy in progress... Echo. mkdir "%userprofile%\Desktop\Spotlight" > nul 2>&1 mkdir "%userprofile%\Desktop\Spotlight\Converted" > nul 2>&1 timeout 5 >nul robocopy %userprofile%\appdata\local\packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\ "%userprofile%\Desktop\Spotlight" /copyall /E > nul 2>&1 ren %userprofile%\Desktop\Spotlight\* *.jpg > nul 2>&1 move "%userprofile%\Desktop\Spotlight\*.jpg" "%userprofile%\Desktop\Spotlight\Converted" > nul 2>&1 Echo Done!! Echo. pause[/quote]
     
    Solaris17, Apr 18, 2024
    #4
Thema:

Windows Spotlight in Windows 10 lock screen repeating the same images over and over?

Loading...
  1. Windows Spotlight in Windows 10 lock screen repeating the same images over and over? - Similar Threads - Spotlight lock screen

  2. Windows Spotlight in Windows 10 lock screen repeating the same images over and over?

    in Windows 10 Software and Apps
    Windows Spotlight in Windows 10 lock screen repeating the same images over and over?: I'm finding that the Windows 10 Spotlight lock screen is repeating images over and over again, even after I've rated it once, they come back and ask me to re-rate it again. This has been happening over the past year or so. In the past, you'd just get a new image and you'd...
  3. Windows Spotlight in Windows 10 lock screen repeating the same images over and over?

    in Windows Hello & Lockscreen
    Windows Spotlight in Windows 10 lock screen repeating the same images over and over?: I'm finding that the Windows 10 Spotlight lock screen is repeating images over and over again, even after I've rated it once, they come back and ask me to re-rate it again. This has been happening over the past year or so. In the past, you'd just get a new image and you'd...
  4. Solved: Microsoft Defender Antivirus repeatedly updates over and over and over, repeatedly

    in Windows 10 Gaming
    Solved: Microsoft Defender Antivirus repeatedly updates over and over and over, repeatedly: Microsoft Defender Antivirus - KB2267602 1.375.1243.0 repeatedly downloads and installs. It goes to 100% again and again and again and again and again. It never stops.The Windows Update Troubleshooter has been trying to analyse the problem for a while. Meanwhile, Windows...
  5. Microsoft Defender Antivirus repeatedly updates over and over and over, repeatedly

    in Windows 10 Installation and Upgrade
    Microsoft Defender Antivirus repeatedly updates over and over and over, repeatedly: Microsoft Defender Antivirus - KB2267602 1.375.1243.0 repeatedly downloads and installs. It goes to 100% again and again and again and again and again. It never stops.The Windows Update Troubleshooter has been trying to analyse the problem for a while. Meanwhile, Windows...
  6. Repeated over and over and over and over again warnings & errors in Windows 10 Event Viewer

    in Windows 10 Customization
    Repeated over and over and over and over again warnings & errors in Windows 10 Event Viewer: Does anyone have a recommendation on how to correct the following warning and errors from occurring over and over again? This is completely filling up the event log history. The Warnings all occur in the following sequence then the Error occurs, the repeats again and again....
  7. Why does Windows Spotlight lock screen keep getting stuck, over and over again?

    in Windows Hello & Lockscreen
    Why does Windows Spotlight lock screen keep getting stuck, over and over again?: So the Windows Spotlight lock screen keeps getting stuck every couple of weeks lately. I know that this solution will work to get it unstuck:...
  8. Windows 10 Lock Screen Spotlight Image

    in Windows 10 Customization
    Windows 10 Lock Screen Spotlight Image: Dear Sir, I found some descriptive mistake in northern coast of Madagascar. Original text "This wide bay on the northern coast of Madagascar is a breeding ground for thousands of humpback whaleswho winter in the warmwaters of the Indian Ocean. The coral reefs, estuaries,...
  9. Windows defender repeatedly shows the same threat over and over after taking action

    in AntiVirus, Firewalls and System Security
    Windows defender repeatedly shows the same threat over and over after taking action: Hello microsoft team, Recently windows defender detected Trojan:Win32/Access!rfn on my PC. After I clicked on Start Action, it is notifying the same threat everytime. I even deleted the infected file after going in the location in the threat details. But still, it shows the...
  10. Same failed update messages keep repeating over and over again

    in Windows 10 Updates and Activation
    Same failed update messages keep repeating over and over again: Hello, I have Windows 10 Home edtion on my computer. Every day ( or every other day ) I keep getting the following messages (in RED color) during the Windows update process. There were problems installing some updates, but we'll try again later. If you keep seeing...