wmbell Offline Upload & Sell: Off
|
p.1 #19 · How to set windows 7 to open photoshop 32 bit not 64 bit? | |
After following the posts above, which proved to be partially unsuccessful, I began digging around a little, and I believe I have found a solution (it worked for me anyway)...
When installing Photoshop on a 64-bit operating system, you will have the choice of installing either the 64-bit version of Photoshop or BOTH 64-bit and 32-bit installations.
If you choose to install both, by default, the 64-bit installation will associate itself with relevant files. All attempts to "Open With..." or associate the files with the 32-bit installation will fail and resort back to opening with the 64-bit version.
So, there are two ways to work around this issue...
- Simply open the 32-bit version, and select File > Open, to open your files. (This works fine, but it can become tedious and time-consuming, when you are in a hurry.)
- Apply the registry fix, to manually associate relevant files to the 32-bit version**. (This will allow you to double-click files, which will then open in the 32-bit version.)
** The following registry fixes assume you have installed Photoshop to the default installation directories, on a 64-bit Windows Vista or 64-bit Windows 7 operating system.
Open your favorite text editor, and save the following as "Set_Default_To_32-bit.reg".
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Photoshop.exe]
@="C:\\Program Files (x86)\\Adobe\\Adobe Photoshop CS4\\Photoshop.exe"
"Path"="C:\\Program Files (x86)\\Adobe\\Adobe Photoshop CS4\\"
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe]
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell]
"FriendlyCache"="Adobe Photoshop"
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\edit]
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\edit\command]
@="\"C:\\Program Files (x86)\\Adobe\\Adobe Photoshop CS4\\Photoshop.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\open]
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\open\command]
@="\"C:\\Program Files (x86)\\Adobe\\Adobe Photoshop CS4\\Photoshop.exe\" \"%1\""
Open your favorite text editor, and save the following as "Set_Default_To_64-bit.reg".
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Photoshop.exe]
@="C:\\Program Files\\Adobe\\Adobe Photoshop CS4 (64 Bit)\\Photoshop.exe"
"Path"="C:\\Program Files\\Adobe\\Adobe Photoshop CS4 (64 Bit)\\"
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe]
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell]
"FriendlyCache"="Adobe Photoshop"
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\edit]
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\edit\command]
@="\"C:\\Program Files\\Adobe\\Adobe Photoshop CS4 (64 Bit)\\Photoshop.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\open]
[HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Photoshop CS4 (64 Bit)\\Photoshop.exe\" \"%1\""
Now that you have both the "Set_Default_To_32-bit.reg" and "Set_Default_To_64-bit.reg" files saved, simply double-click the "Set_Default_To_32-bit.reg" file, to adjust the registry. Be sure to accept any warnings you get.
Once it is complete, reboot your computer. Now the PSD's should automatically open the 32-bit version, when double-clicked!!
To reset the entries back to the defaults, double-click the "Set_Default_To_64-bit.reg" file, and reboot. Everything should be back to the defaults.
I hoped this helped!!
|