Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Choose program" code in registry

Status
Not open for further replies.

spasserium

Technical User
Sep 10, 2002
30
US
Can anyone tell me where (in the registry?) windows produces the "Choose Program" option in open with context menus?
 
It's a combination of 2 places.

HKCU\software\microsoft\windows\currentversion\explorer\fileExts , this handles the multiple choice stuff (i.e. you right click, goto open with, and it lists a number of application.

If you select "choose program", it looks through
HKCR\applications, and lists all the applications that have a "shell" sub branch.

( I think.....)


<< JOC >>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top