Random cycling stops

Sometimes Deskscapes (Windows  7) gets stuck on a dream and then refuses to continue cycling through randomly. If I open Deskscapes and click on Apply to all my monitors, the cycling starts again, but it doesn't start with a random background, but the first one in the list.

The computer never goes to sleep, hybrid sleep is off, it doesn't hibernate either. The hard disk does go off after 20 minutes, the display goes off after 2 hours and the screensaver activates after 15 minutes and displays the logon screen on resume.

11,842 views 2 replies
Reply #1 Top

The hard disk does go off after 20 minutes, the display goes off after 2 hours and the screensaver activates after 15 minutes and displays the logon screen on resume.
End of quote

The processes to speak of could stop DS from cycling (they are more destructive than you think).  Also, Windows does not always do an elegant job of recovering from them or in the order best suited for DS to continue as it was (other apps as well for that matter).

As a test, I would wean down each to see what may indeed be more destructive than any other.

You can also wait for Windows to fully come back and try to manually restart Windows Explorer.  You can create a batch file to run after:

@echo off

taskkill /f /im explorer.exe
ECHO Waiting 5 seconds to restart WinExp...
Timeout /t 5 /nobreak start explorer.exe

Save that as WinExpRestart.bat on your desktop and try.
Reply #2 Top

well yes, this works, thanks - but it does close all my file explorer windows :D