PDA

View Full Version : Customize Thumbnail Preview Border for Images and Videos



razorsedge
July 29th, 2010, 05:47 AM
In Windows Vista and 7 Explorer, if you set "Thumbnail" view for a folder containing images or videos, it shows the thumbnails having a nice looking border with shadow effect.

In this tutorial, we'll tell you about a small registry trick which helps you in customizing these thumbnails border. You can remove the drop-shadow effect or add different effects to the thumbnails.

34348

So without wasting time lets start the tutorial:

1. Type regedit in RUN or startmenu search box and press Enter. It'll open Registry Editor.

2. Now go to:

HKEY_CLASSES_ROOT\SystemFileAssociations\image (to customize border for images)
HKEY_CLASSES_ROOT\SystemFileAssociations\video (to customize border for videos)

3. In right-side pane, look for a DWORD value "Treatment". It would be set to 2 for images and 3 for videos by default. Double-click on it and set its value to any of following:

0 - To remove the border (Makes thumbnail preview a little bit faster)
1 - To add drop-shadow effect
2 - To add photo-shadow effect
3 - To add video reel like effect

34349

4. Close Registry Editor and log off and log on again. You can also End Task and restart Explorer using Task Manager.

5. That's it. Now you can have different thumbnail preview borders in Explorer as shown in following screenshot:

[attachment=1:2lj35ez6]Windows_Explorer_Thumbnail_Preview_.png[/attachment:2lj35ez6]

PS. If you want a ready-made registry script to do the task automatically, download following ZIP file, extract it and run the desired REG file:

http://www.askvg.com/wp-content/uploads/2010/07/Customize-Thumbnail-Preview-Border-in-Windows-Vista-and-7-Explorer.zip

thanks to askingvg for the premade scripts