1 minute read

If like me you don’t like using Adobe Bridge and instead like to see thumbnail icon previews of your Adobe Illustrator and Adobe Photoshop (.ai, .eps and .psd) files in Windows Explorer then this is the fix you need.

Here’s what you need to do:

  • aiicon.zip – A zip file containing aiicon.dll, aiicon.dll.reg, psicon.dll, psicon.dll.reg
    • Download and extract to it’s own directory.
  • aiicon.bat – A batch file that will help you get it setup.
    • Right click, and save as “aiicon.bat”.
    • Save to same directory.
    • Run.

That’s it! Nothing else to it!

The result should look something like this:

A screenshot of icons changed to thumbnails

(Image courtesy of Sitepoint)

The aiicon.dll and psicon.dll files are actually distributed by Adobe with Adobe Illustrator 11 and Adobe Photoshop 7. You can actually still find them in the trial versions. It seems that since the introduction of the “CS” versions, Adobe has directed you towards Adobe Bridge, instead of using Windows Explorer for browsing and previewing their files, so that is why this fix applies to CS, CS2, CS3 and CS4.

The registry files (.reg) are the result of exporting the relevant values from the registry when thumbnails did work, so they can be imported to other systems that don’t have these values.

The batch script ties everything together. It puts the DLL files in the right place, imports the registry and updates it so that the paths are correct. It’s completely open source so you can see exactly what it does by viewing the file.

Enjoy!

Comments