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

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top