Link to home
Start Free TrialLog in
Avatar of Jerry L
Jerry LFlag for United States of America

asked on

XP Open With - Need to Add an Application to the Options

Windows XP Pro SP2

When I attempt to open a .php file by right clicking, there is an option to "Edit with Dreamweaver."  But when I select it, I am shown the "Open With" dialog box in which Dreamweaver (DW) is not present.  When I try to associate the .php file with DW using the Folder Options -> File Types, I am only allowed to open the one instance.  It does not set the permanent option, "Always open this type of file using this application."

Is there a registry tweak I can use for this?  Thanks.
Avatar of LeeTutor
LeeTutor
Flag of United States of America image

Sounds like perhaps your "Open with" registry settings may be corrupted.  This page has a table of registry files and Visual Basic Script programs that you can download and run by double-clicking:

http://www.kellys-korner-xp.com/xp_tweaks.htm

row 220, lefthand side:  Restore Open With on the Right Click
Avatar of Jerry L

ASKER

Thank you Lee for the suggestion, however I checked my entries with those at Kelly's Korner and mine are the same.  Any other ideas what may need to be done?
Well, this free program may be of some use.  Go to the page, download it, and see if it will be helpful.  Read the entire page, it has a lot of info on using it:

http://www.nirsoft.net/utils/shexview.html
ShellExView v1.10 - Shell Extensions Manager
Copyright (c) 2003 - 2004 Nir Sofer  

Description
Shell Extensions are in-process COM objects which extends the abilities of Windows operating system. Most shell extensions are automatically installed by the operating system, but there are also many other applications that install additional shell extension components. For example: If you install WinZip on your computer, you'll see a special WinZip menu when you right-click on a Zip file. This menu is created by adding a shell extension to the system.
The ShellExView utility displays the details of shell extensions installed on your computer, and allows you to easily disable and enable each shell extension.

ShellExView can be used for solving context-menu problems in Explorer environment.
Avatar of Jerry L

ASKER

When I launch ShellExView, I do not see Dreamweaver or Macromedia in the list.   Are there any other Registry entries I may want to look at?


Just for the record, here are the registry entries suggested by Kelly's Korner

220.  Restore Open With on the Right Click
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With EncryptionMenu]
@="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"
ASKER CERTIFIED SOLUTION
Avatar of LeeTutor
LeeTutor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jerry L

ASKER

I re-installed on a new computer and the shell extension works fine.  I could probably have tried re-installing on the orig. computer to have solved the problem.  But your idea makes sense as far as debugging.  Didn't actually try it but the points are yours.  Thanks for the input.