Although I have a graphics card (NVIDIA GeForce 7300 LE) which supports Aero, slideshows always run in Basic mode in my Windows Vista (Ultimate) RTM system. The Help and Support indicated that the slide show theme controls only appear if the WinSAT score is atleast 3.0. Mine is rated as low as 2.8 (Graphics system being the poor scorer).
WinSATScore registry value
Soon after seeing RegMon query the WinSATScore registry value (non-existent by default), I Googled it and saw the excellent tweak posted at the Microsoft Photography Blog. It suggested that in order to get the entire Theme set for slideshows, one may try boosting the WinSAT score virtually, by creating/altering the WinSATScore value.
HKEY_CURRENT_USER\Software\Microsoft\Windows Photo Gallery\SlideShow
In the above key, I create a new DWORD (32-bit) value named WinSATScore and assigned 300 as the Value data, and closed Registry Editor.

Voila! The slideshow themes magically appeared, and all the themes worked fine in my system. Of course, there is no guarantee that this tweak with work with every graphics card on the market.
Note: If one or more of the slideshow theme does not work for you, you may want to check if your graphics card supports Vertex Shader 2.0 property or not. Here is an excerpt from Help and Support:
In order to see your slide show with high-quality visuals (including videos, themes, and transitions), you need to have a subscore of 3.0 for the Graphics category in the Windows Experience Index. Some themes also require your computer’s graphics card to have a feature called Vertex Shader 2.0. To take advantage of all slide show capabilities, you might need to upgrade to a more powerful graphics card. For more information, see Ways to improve your computer’s performance.
Here is the list of Slideshow Themes available:
- Classic
- Fade
- Pan and zoom
- Black and white
- Sepia
- Album
- Collage
- Frame
- Glass
- Spin
- Stack
- Travel
Bookmark this Page!
BlinkList | del.icio.us | Digg it | Furl | reddit | Spurl | StumbleUpon |
Related Posts
- Free Windows 7 Desktop Themes and Backgrounds From Microsoft
- How to Access the Hidden Themes in Windows 7
- Activate the Desktop Background Slideshow Feature in Windows 7 via Explorer
- Prevent Desktop Background (Wallpaper) Change When Applying a Desktop Theme
- Fix for Themes Service Startup Problems in Windows 7 and Vista
- Using the Desktop Background Slideshow Feature in Windows 7
- Prevent Themes From Changing Desktop Icons in Windows 7
- How to Create a Custom Theme Pack in Windows 7
- Windows Vista Partition Not Seen From Windows 7 in a Dual Boot Setup
- Searching Multiple File Types in Windows Vista
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?

› 
Hello,
I have a question about SlideShow.
I develop a program, I want to force GDI+ to be used sometimes, And then we should be restore it.
So, I create a new key “WinSATScore” and set it to 0 by Register API when I want to to use GDI+. And then, I delete the ‘WinSATScore’ value key when I want to restore it/
But. The GDI+ be used after I have deleted WinSATScore and restart SlideShow. We must close the explorer(Of course we can reboot) and restart SlideShow.
Do you have any deas to notify explorer and SlideShow to restore after I deleted the value key? I don’t want to restart explorer and SlideShow, Is it possible?
Thanks
Best Regards,
Allen