double clicking on folders brings up 'open file with what program?

G

Guest

Clicking any folder while in my computer does not display contents of
folders, rather it displays a list of programs to select to open the folder.
If I right click the drop down menu displays two OPEN commands. Selecting
the first one brings up the 'open with what program' box while the second
'OPEN' command opens the folder and displays the contents. Any takers?
 
J

Jerold Schulman

Clicking any folder while in my computer does not display contents of
folders, rather it displays a list of programs to select to open the folder.
If I right click the drop down menu displays two OPEN commands. Selecting
the first one brings up the 'open with what program' box while the second
'OPEN' command opens the folder and displays the contents. Any takers?


The valid open command is located at HKEY_CLASSES_ROOT\Folder\shell\open\command
and is an unnamed (Default) Value Name, a REG_EXPAND_SZ data type, containing:
%SystemRoot%\Explorer.exe /idlist,%I,%L

The invalid Open is probably at HKEY_CLASSES_ROOT\Directory\shell\open\command.
When you find it, delete the invalid Open sub-key.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top