R res0jrnn Oct 31, 2003 #1 I have set up a slide show. How can I change the interval between slide changes Thanks for any help Rich
I have set up a slide show. How can I change the interval between slide changes Thanks for any help Rich
K Kelly Oct 31, 2003 #2 Hi Rich, Increase SlideShow Timeout to 10 Seconds (Row 81) http://www.kellys-korner-xp.com/xp_tweaks.htm In order to change the slideshow timing, open regedit and go to the following key (or open my script in Notepad and modify). [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellI mageView] Create a DWORD named "Timeout", with the value the number of millseconds between image changes (1000 (Dec) = 1 second, 5000 = 5 seconds) Note that the time of actually changing the image is not included, so 1000 = 1 second + time to decode the image. /top10faqs.htm
Hi Rich, Increase SlideShow Timeout to 10 Seconds (Row 81) http://www.kellys-korner-xp.com/xp_tweaks.htm In order to change the slideshow timing, open regedit and go to the following key (or open my script in Notepad and modify). [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellI mageView] Create a DWORD named "Timeout", with the value the number of millseconds between image changes (1000 (Dec) = 1 second, 5000 = 5 seconds) Note that the time of actually changing the image is not included, so 1000 = 1 second + time to decode the image. /top10faqs.htm