What RegKey can you get the default browser application’s path from?
Best way to get to it from C#/.NET?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s the key you want:
And here’s a quick registry tutorial for C#, if you need it.
Edit:
For per-user settings, use this key:
(HKCR has both machine and user settings, user takes priority).
Note that this might not work on Vista. For more info, see here.