Hi /comp/, do you guys know of a program that will automatically change my desktop background at a set time?
Name:
Anonymous2006-02-28 18:17
Your desktop is set in the HKCU\Control Panel\Desktop\Wallpaper registry key, a REG_SZ, set to a file. Have a script on boot (HKLM or HKCU \Software\Microsoft\Windows\CurrentVersion\Run) that will get a file from a directory randomly (glob, then select randomly) and set it there so it's displayed the next time.