If you had disabled thumbnail previews in Windows Explorer for performance, but want to have a means of enabling or disabling thumbnail previews in a jiffy, here is a solution for you. To enable or disable thumbnail previews in Windows Vista and Windows 7, you normally click on the Organize button in the folder view, choose Folder and Search Options, select the View tab and then select or deselect the Always show icons, never thumbnails.
Editor’s note: Of course, one can change the folder view options to Tiles or Details, and apply the setting to other folders. This article is for users who prefer the "icons" view, but want to enable or disable thumbnails quickly without getting into Folder Options.
Here is a REG file and a VBScript that adds a Enable/Disable Thumbnails option to the right-click menu. This script works in Windows Vista and Windows 7.
1. Download togglethumbs.zip and save it to the Desktop.
2. Unzip the archive and extract the contents to a folder.
3. Move the file togglethumbs.vbs to the C:\Windows directory.
4. Double-click togglethumbs.reg to merge the contents to the registry.
The Enable/Disable Thumbnails option is now added to the context menu, which will be seen when you right-click on the Desktop and when right-clicking on an empty area in a folder.
![]()
And here is a small screencast:
Related Posts
- How to Fix Image Thumbnails Not Displayed in Windows 7 and Vista?
- How to Increase the Taskbar Thumbnail Preview Size in Windows 7
- How to Clear the Thumbnail Cache in Windows 7 and Windows Vista
- Enable or Disable Thumbnail Preview for PDF Files
- Enable Thumbnail Support for .NEF File Type in 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?




Okay. Adding it to HKCR\LibraryFolder\Background\Shell makes it appear in Libraries.
How to make this context menu option appear in the Pictures Library’s context menu?
The enable/disable option is open on the desktop but not in any other folder. What did I do wrong?
Thanks
excellent. What a rediculous oversight by windows, many thanks for this…
Thank you so much for this. Days of searching came to an end when someone on a forum pointed me to this.
This is a nice trick but can you please make it appear in the context menus of libraries (when browing pictures or videos libraries)?
Thanks, now i love se7en
maybe, you can do this too.
http://www.experts-exchange.com/articles/Programming/System/Windows__Programming/Add-a-Custom-Command-Button-to-the-Windows-7-Explorer-Toolbar.html
Thanks, this is excellent. Perfect instructions too – as usual.