View Single Post
  #6  
Old February 9th 18, 10:41 PM posted to microsoft.public.win98.gen_discussion,microsoft.public.windowsxp.general
[email protected]
external usenet poster
 
Posts: 25
Default Cant switch default browser

On Tue, 30 Jan 2018 07:43:54 +0700, JJ wrote:

On Mon, 29 Jan 2018 15:28:45 -0600, wrote:
I'm running Win98se. For many years my default browser was K-Meleon, and
I also had the highest (usable in 98) version of Firefox installed. (FF
version 3.x).

K-Meleon no longer works on almost any website, and the upgrades for it
are only for XP and higher.

I want to switch and make Firefox the default browser. But I cant make
it switch. I went to the Options in FF and clicked on "Make FF the
Default Browser". That does nothing, and I have tried to do it at least
10 times.

I even made a backup of K-Meleon and deleted it. Then went to FF and
clicked on "make FF the default". Still nothing. All it did then, was to
keep annoying me by saying it cant find K-Meleon.exe.

I even went so far as to modify my registry to remove all references to
K-Meleon. Then went to FF and once again, clicked on "Make FF the
default".

Still no change.....

I since restored the registry and put back K-Meleon from the backup.

How the heck can I make FF my default browser?

After that, I'll remove K-Meleon permanently.


Use below REG file. Copy and paste it into Notepad. Change the paths to your
Firefox's installation path. Make sure you use two backslashes just like
below example REG file. Save it as e.g. "SetBrowser.reg". Include the quotes
so that Notepad won't save it as "SetBrowser.reg.txt". Once it's saved,
close Firefox if it's running, then double-click the REG file (choose Yes/OK
when prompted).

If *.html files are also still opened with K-Meleon, SHIFT+RightClick a
*.html file then choose "Open with...". Choose the Firefox application, then
press OK.

**********start of code (don't include this line)**********
REGEDIT4

[HKEY_CLASSES_ROOT\ftp\shell\open\command]
@="c:\\program files\\firefox\\firefox.exe %1"

[-HKEY_CLASSES_ROOT\ftp\shell\open\ddeexec]

[HKEY_CLASSES_ROOT\http\shell\open\command]
@="c:\\program files\\firefox\\firefox.exe %1"

[-HKEY_CLASSES_ROOT\http\shell\open\ddeexec]

[HKEY_CLASSES_ROOT\https\shell\open\command]
@="c:\\program files\\firefox\\firefox.exe %1"

[-HKEY_CLASSES_ROOT\https\shell\open\ddeexec]


I have not tried these yet. I did find out that uninstalling both
Firefox and K-meleon, then reinstalling FF still did not set FF as the
default browser.

Anyhow, before trying these things, what is the name of the registry
files (I think there are two) in Win98se? I want to be able to put them
back (from Dos), if I f**k things up. I do have a full backup, but it's
easier to just replace the registry files....