Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Store Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems.

Go Back   Vista Forums > Vista Forums > Software

How to get PSD Thumbnails working in Vista64?

Reply
 
Thread Tools Display Modes
Old 04-21-2008   #1 (permalink)
Junior Member
New64Pooter is on a distinguished road
 
Join Date: Apr 2008
v64u
Posts: 13

How to get PSD Thumbnails working in Vista64?

Hi there.. very bad problem with vista64 upgrades.. PSD thumbnail view is broken again.

There is this fix about for getting it to work in 32bit environments but it dose not work on vista64.

PSD Thumbnail Support in Explorer x32bit

in this thread tehre is a fix for xp64 i thought might work but i do not undserstand it or how to do it....

Mabey someone could explain?

I think the problem is that the DLL is 32bit and vista64 needs 64bit stuff for shell extensions.

This is the code for the 64bit FIX.. apparently... if someone could explain it?

Code:
To get this to work in XP64, you need to change not only the paths to point to program files (x86), but also place the registry entries in a slightly different place so that they work properly.
 This is the PS reg file, you can edit the AI reg file to do the same thing. Basically, put Wow6432Node before any and all CLSID references:
 Windows Registry Editor Version 5.00
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.psd\ShellEx]
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.psd\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}”
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}]
@=”Photoshop Icon Handler”
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\InProcServer32]
@=”C:\\Program Files (x86)\\Common Files\\Adobe\\Shell\\PSICON.DLL”
“ThreadingModel”=”Apartment”
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\MiscStatus]
“IconBits”=”1″
Or if you know of an alternative fix i would be very happy. I do not mind if it uses some kind of 3rd party app.. as long as the icons are visible in thumbnail view in explorer.


Cheer i hope someone can help.
New64Pooter is offline   Reply With Quote

Reply

Thread Tools
Display Modes









Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48