Why can't PSD thumbnails be displayed in Windows 7?

Anonymous
2009-10-27T08:16:58+00:00

I use Windows 7's File Explorer to upload or open graphics files in other apps. Thumbnails are very handy in seeing at a glance that I have the right picture. PNG,JPG,and even PDF thumbs are supported,but not PSD. I have to rely on a third party solution. A programmer from Adobe has answered that Microsoft has the PSD documentation and this implies that the ball is in their court.  I hope a Microsoft tech can pass this concern on or give me a reason why it can't happen at least in Windows 7.

Windows for home | Previous Windows versions | Music, photos, and video

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2011-03-02T18:29:35+00:00

Just install Pictus.  Free.

http://poppeman.se/pictus/

Associate with PSD files, done.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2009-12-09T17:29:50+00:00

Check out Mystic Thumbs, donation-ware for now, 32 or 64 bit versions.  Works good for me on windows 7 pro:  http://mysticcoder.net/MysticThumbs/Default.aspx

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2010-02-01T20:51:16+00:00

PSD is as common as PDF and it has been around as long. The reason psicon.dll was dropped was over "file locking" issues with Windows.

I"pestered" Adobe,this is the answer I got:

Apple has been able to add support for PSDs in Quick Look without relying on Adobe, and MSFT has the PSD format documentation. That's not to say we shouldn't step up, too. We just haven't been able to find time yet.

I had hoped MSFT would have given some sort of direct statement on this issue,which is why I asked. Something other than the third party solutions have been given. Perhaps this is not the forum to bring this up.

I really won't say anything more about this. I think I have gone as far as I can.

psicon.dll for the free fix,Ardfrey if you can spare the $20.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2011-02-05T00:13:21+00:00

The FREE Solution:

This is a FREE and open source PSD viewer for windows 7, 64-bit and 32-bit. Made for Vista, but I tested on Windows 7.

http://www.codeproject.com/KB/vista/PhotoshopPreviewHandler.aspx

Download links are at the top of the article...

Was this answer helpful?

0 comments No comments

83 additional answers

Sort by: Oldest
  1. Anonymous
    2011-12-21T17:00:53+00:00

    If previous fixes didn't work for you, this probably will.

    Confirmed on windows7 64-bit (though others may work)

    There are two fixes using .DLL's that have been posted in this thread. Install either one,

    then read on if they don't work right away.

    psicon.dll

    PSDCodec.dll

    If you don't see any change after reboot, do the following:

    =================================================================================

    Run photoshop and do file --> Open. Browse to a folder that has PSD's. Change that folder's view to something that usually shows thumbnails... for example, right click an empty area and do view --> large icons. The PSDs should now all show thumbnails within photoshop, and you'll also see them in that folder within windows.

    The same trick will get PDF thumbnails to show (by browsing within acrobat).

    =================================================================================

    To save time, so you don't have to browse manually to several folders, here's a trick to fix ALL psd's.

    In windows, browse to your C: drive or wherever you keep your PSD's. At the top right, in the search box, type *.psd and press enter. This runs a search for all PSD's on the drive/folder, and includes all subfolders. It might take a while. Once the search is finished, click the save search button at the top. Save it anywhere (like your desktop).

    Now within photoshop, click file --> open --> browse to wherever you saved that search. It should be called .psd and have a blue folder icon. If you double click it, it acts just like a folder that has all your PSD files (they didn't actually move though). Now right click --> view --> choose medium/large/tile view.

    This may take a second, and if any PSDs fail to show thumbnails, try clicking each of them once. Thumbnails should now show in windows everywhere. You can safely delete the saved search if you want, it won't affect your files.

    =======

    If this STILL doesn't work, it's possible windows didn't register the dll's correctly. To make windows use a DLL, it needs to know the name/location of that DLL. To make sure the path/filename is correct, here's a surefire method.

    psicon.dll --> save it anywhere (doesn't have to be the suggested location). Hold ctrl+shift on the keyboard, right click the dll file. You should see "Copy as Path"  somewhere in the middle. Choose that.

    Now go to the .reg file provided with this dll. Right click it, choose edit. It should open in notepad.

    There's a path already listed here, between quotes. It'll look similar to this, though maybe not exactly the same:

    "C:\Program Files\Adobe\Shell\psicon.dll"=dword:00000001

    Highlight everything from the first " to the last " (including both quote marks) and then right click, paste.

    Now wherever you see a backslash, type a second \ to make a double backslash.

    One more step, the path is repeated at the second to last line.

    Again highlight it, paste, replace all single slashes with double. Now save, close, double click the reg file, click OK, and reboot. Then try viewing thumbnails within photoshop to kickstart windows into showing them.

    PSDcodec.dll --> Place it anywhere, ctrl+shift+right click the dll file, choose copy as path.

    Start -> cmd --> type regsvr32 (with a space at the end) --> right click, paste.

    Press enter. Click ok. Reboot.  Then try viewing thumbnails within photoshop to kickstart windows into showing them.

    Was this answer helpful?

    0 comments No comments