Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 7/8 Wallpaper Registry Keys (Slideshow) [closed]

I'm wondering where the registry keys are for the wallpaper locations, slideshow duration, and wallpaper fit so I can make a quick registry patch.

like image 238
jkmartindale Avatar asked Nov 26 '25 16:11

jkmartindale


1 Answers

There is a registry entry which contains (but not controls) the current slideshow duration in miliseconds. It is

HKEY_CURRENT_USER\Control Panel\Personalization\Desktop Slideshow\Interval

You can change it, but the next time you use the theme, the duration will be 15 minutes again. That duration is copied from:

%USERPROFILE%\AppData\Local\Microsoft\Windows\<i>Themes\theme_name\theme_name.theme</i>  

(a text file) where there is an item named Interval near the end of the file. You can change the value of that entry to, say:

Interval=14400000

which is 4 hours, or any other value. But I do not know where the 15 minutes duration comes initially from.

like image 53
Apps Avatar answered Nov 28 '25 10:11

Apps



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!