How to change the default browser from the registry? [closed]
- by msbg
Possible Duplicate:
Which registry keys need to be edited to change the default browser?
I am trying to change the default browser opened from start ? run or win + r. I have set both
HKEY_CLASSES_ROOT\http\shell\open\command
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\command
From
"C:\Program Files\Internet Explorer\iexplore.exe" %1
To
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" %1
But running an http address still opens Internet Explorer not Firefox. How do I change this?