Make Windows Vista Explorer Preview Pane Work for More File Types

Have you ever noticed that many files don’t seem to work in the Preview Pane in Windows Vista’s Explorer?  Until recently the only way to work around this was a painful registry hack… but now there’s a utility that will let you easily add file types to the preview list.

This article is divided up into two sections… if you want to understand how it all works, you can read through the description of the registry hack. If you just want to get right to the utility, skip down to the bottom.

The Painful Manual Registry Hack Method

Scenario: We want to be able to preview reg hack (.reg) files.

The first thing we’ll want to do is navigate down to HKEY_CLASSES_ROOT\.reg. Once we are there, we need to check the value of the (Default) key to figure out if there is a ProgID registered, and what the name of it is.

The ProgID is used so that multiple file extensions can have the same settings without duplicating information in the registry. This way the .reg and other keys can point to the “regfile” ProgID to get all their settings.

make-windows-vista-explorer-preview-pane-work-for-more-file-types photo 1

Next you’ll need to browse down to the ProgID key, where we’ll actually apply the hack: HKEY_CLASSES_ROOT\regfile. Once you are there, create a new key called shellex under it, and then create another key under that one with this name:

{8895b1c6-b41f-4c1c-a562-0d564250836f}

This key is the unique ID that tells Windows Explorer you want to set a preview handler. Once you’ve created that key and selected it, you’ll see a new (Default) key on the right hand side which you’ll want to modify.

make-windows-vista-explorer-preview-pane-work-for-more-file-types photo 2

Double-click on the (Default) key, and use the following text for the value:

{1531d583-8375-4d3f-b5fb-d23bbd169f22}

This key is the unique ID for the Windows TXT Preview Handler, which I figured out by looking under the list of currently registered Preview Handlers in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PreviewHandlers

make-windows-vista-explorer-preview-pane-work-for-more-file-types photo 3

You could substitute any one of these preview handlers… if you wanted to register a media file preview handler, you could use {031EE060-67BC-460d-8847-E4A7C5E45A27} as the value instead of using the preview handler for text files.

At this point, you should be able to select a .reg file and see its contents in the Preview pane:

make-windows-vista-explorer-preview-pane-work-for-more-file-types photo 4

This same method would work for any other file type, but that could get really tedious.

Adding Preview File Types The Easy Way

Now that we know how it all works (or not, as you probably skipped down to this part), you can use the free PreviewConfig utility for Windows Vista, which is just extremely simple to use. Just select the file type on the left, and then select the handler you want for it on the right.

make-windows-vista-explorer-preview-pane-work-for-more-file-types photo 5

You can choose either plain-text or media, which will register Windows Media Player to preview the file. This is useful for non-standard files like .mkv that might play fine in Windows Media player with the right plugins, but might not preview. Click the Apply button and you are done.

Download PreviewConfig from winhelponline.com [mirror]

Article Make Windows Vista Explorer Preview Pane Work for More File Types compiled by Original article here

More stories

Put Your PuTTY in the System Tray

If you open up a lot of PuTTY windows just to keep connections open, you might be interested in an updated version that supports minimizing to the system tray. I find this very useful for opening tunnels that I wouldn’t otherwise need to interact with on the desktop.

Add "Run as Administrator" for AutoHotkey Scripts in Windows 7 or Vista

As regular readers know well, I’m a huge fan of using AutoHotkey  to automate my entire computing experience… but in Windows 7 and Vista there’s a serious limitation since you can’t run a script as Administrator by default. This means that your hotkeys can’t interact with windows running in Admin

Rip CD’s Into Your Favorite Format With Media Jukebox

I have decided that J River’s Media Jukebox is now my music player of choice.  I did an initial review in a previous post.  Now let’s cover the various features included in this application.  Today I will cover how to rip you CD’s into your favorite format.

Make Remote Desktop Work Faster

In my IT experience I have noticed that sometimes Remote Desktop can run painfully slow.  Here are a couple tricks to speed up the process.  We will change the display settings first.  Sure it won’t look as fancy, but when working on computers remotely, you just need the functionality.