try this:
code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\HTTP\shell]
@="Firefox"
[HKEY_CLASSES_ROOT\HTTP\shell\Firefox]
[HKEY_CLASSES_ROOT\htmlfile\shell]
@="Firefox"
[HKEY_CLASSES_ROOT\HTTP\shell\Firefox\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""
[HKEY_CLASSES_ROOT\htmlfile\shell\Firefox\command]
@="D:\\Mozilla Firefox\\FIREFOX.EXE -url \"%1\""
and to recover IE as default:
code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\HTTP\shell]
@="open"
[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open"
Usage: Make necessary changes to the codes, then save as *.reg and double click