PSD thumbnail preview in Windows XP
Posted by
This is a follow-up to the previous article regarding the generation of thumbnail previews for FLV and 3GP files.
One of the problems that graphic designer working with Photoshop face, is Windows XP inability to create thumbnail previews for PSD files. To fix this problem follow these steps:
Download the following dll file: psicon.dll. Place the file in the following directory:
C:\Program Files\Common Files\Adobe\Shell\
If the Shell folder does not exist you can create it. If you understand the registry file that i’m about to give you, then you can edit the path of the file and place it anywhere you want.
Copy paste the following registry code to your favorite notepad application and name the file “psd.reg” without the quotations
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs]
“C:\\Program Files\\Common Files\\Adobe\\Shell\\psicon.dll”=dword:00000001[HKEY_CLASSES_ROOT\.psd\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}”[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}]
@=”Photoshop Icon Handler”[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\InProcServer32]
@=”C:\\Program Files\\Common Files\\Adobe\\Shell\\psicon.dll”
“ThreadingModel”=”Apartment”
Run the file you just saved and you’ll be notified that you’re adding information to the registry, click yes.
That’s it, now head to any folder containing psd files, select a Thumbnails view and Windows explorer will be able to create Thumbnail previews to all PSDs. Problem Solved!!