Windows 10: My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how...

Discus and support My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how... in Windows 10 Software and Apps to solve the problem; please help me on lock screen... Discussion in 'Windows 10 Software and Apps' started by Thiện Trịnh, Feb 17, 2024.

  1. My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how...


    please help me on lock screen

    :)
     
    Thiện Trịnh, Feb 17, 2024
    #1
  2. Solaris17 Win User

    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, Feb 17, 2024
    #2
  3. 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, Feb 17, 2024
    #3
  4. My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how...

    Windows Spotlight stopped changing images

    Hello,

    To address your concern with Windows Spotlight, we suggest that you follow the suggestion of
    Michael Metz on this link
    for possible troubleshooting steps.

    Get us back with the update.
     
    Marvin Barc, Feb 17, 2024
    #4
Thema:

My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how...

Loading...
  1. My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how... - Similar Threads - spotlight cannot changed

  2. Windows Spotlight Desktop - Default Image Interval

    in Windows 10 Gaming
    Windows Spotlight Desktop - Default Image Interval: I've been using Windows Spotlight desktop on my Windows 10 device for a couple months now. My only complaint is that it will stay on one picture for 2-3 days, and then cycle through 4 others within a matter of hours. Is this normal? What is the default interval for displaying...
  3. Windows Spotlight Desktop - Default Image Interval

    in Windows 10 Software and Apps
    Windows Spotlight Desktop - Default Image Interval: I've been using Windows Spotlight desktop on my Windows 10 device for a couple months now. My only complaint is that it will stay on one picture for 2-3 days, and then cycle through 4 others within a matter of hours. Is this normal? What is the default interval for displaying...
  4. Windows Spotlight Desktop - Default Image Interval

    in Windows 10 Customization
    Windows Spotlight Desktop - Default Image Interval: I've been using Windows Spotlight desktop on my Windows 10 device for a couple months now. My only complaint is that it will stay on one picture for 2-3 days, and then cycle through 4 others within a matter of hours. Is this normal? What is the default interval for displaying...
  5. Windows Spotlight image not changing.

    in Windows 10 Gaming
    Windows Spotlight image not changing.: Windows Spotlight image does not change, it stays stuck on the same image. https://answers.microsoft.com/en-us/windows/forum/all/windows-spotlight-image-not-changing/020f5f8b-92ae-43ae-8f23-b43c2b3c170f
  6. Windows Spotlight image not changing.

    in Windows 10 Software and Apps
    Windows Spotlight image not changing.: Windows Spotlight image does not change, it stays stuck on the same image. https://answers.microsoft.com/en-us/windows/forum/all/windows-spotlight-image-not-changing/020f5f8b-92ae-43ae-8f23-b43c2b3c170f
  7. My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how...

    in Windows 10 Gaming
    My windows spotlight on windows 11 cannot be changed, there is only 1 default image, how...: please help me on lock screen https://answers.microsoft.com/en-us/windows/forum/all/my-windows-spotlight-on-windows-11-cannot-be/fe396b3d-995b-490f-a079-965685ba1c3b
  8. my images are not changing in Windows Spotlight.

    in Windows 10 Software and Apps
    my images are not changing in Windows Spotlight.: My background images on my home screen are now longer changing. https://answers.microsoft.com/en-us/windows/forum/all/my-images-are-not-changing-in-windows-spotlight/952bfb8d-63e4-450b-a9d9-bf27be03d1eb
  9. my images are not changing in Windows Spotlight.

    in Windows 10 Gaming
    my images are not changing in Windows Spotlight.: My background images on my home screen are now longer changing. https://answers.microsoft.com/en-us/windows/forum/all/my-images-are-not-changing-in-windows-spotlight/952bfb8d-63e4-450b-a9d9-bf27be03d1eb
  10. Windows Spotlight stuck on 1 image

    in Windows 10 Ask Insider
    Windows Spotlight stuck on 1 image: This is a problem I've had for a while now, and it's extremely frustrating. Despite the lock screen background option being set to Windows Spotlight, all it shows me is a picture of this lake in New Zealand with a small red backpack in the foreground. Now I've searched time...