How to stop programs from opening my browser?

3

1

How do you prevent programs from obnoxiously opening the browser on their own accord?

It's unbelievable that programs/developers feel so entitled as to A.) open another program on one's computer, and B.) then have the gall to browse to whatever site or advertisement they so please.

cough... Revo Uninstaller

Coldblackice

Posted 2013-05-29T01:23:23.747

Reputation: 4 774

3The programs are simply loading a URL, which will open the default browser. (edit: removed stuff that wasn't too relevant for win7) – JClaspill – 2013-05-29T01:35:47.650

Don't have the time to turn this into a full solution, but maybe this will get you looking in the right direction? http://superuser.com/questions/578439/how-do-i-have-no-default-web-browser-so-the-system-asks-what-browser-to-use-whe I think what you want to do essentially is change the "open URL" behavior to no longer just open the default browser, which is similar to what this question is looking for. A thought though, do you also want to invalidate any and all URL's outside the browser on your PC? Because that looks like the path you are heading down.

– Chris O'Kelly – 2013-05-29T03:36:51.393

@ChrisO'Kelly Well, I'd prefer not to completely invalidate that path. But now that I'm thinking it over, I can't really think of when I need it otherwise. However, I guess more and more programs are putting their help/support files online these days, which I'd prefer not to invalidate. Ideally, there'd be some type of access control list, which I'm not privy to know if Windows 7 has such (that would apply in this case). – Coldblackice – 2013-05-29T22:30:09.763

Also related (not a dupe): How can I select which browser a link from miscellaneous applications open in each time?

– Karan – 2013-05-30T14:41:14.710

1Not sure this can be accomplished without breaking functionality you would probably want to keep – Keltari – 2013-06-14T04:58:55.850

Not really a software fix, but I would tend to avoid these kinds of programs in the first place. There is (usually) a better alternative. – David – 2014-02-05T20:26:05.223

Answers

4

I realize this thread is old, but for those who are still wondering:

Open the Registry Editor (search for regedit in the start menu), then open HKEY_CLASSES_ROOT\http\shell\open\command

Double click on (Default) in the right pane, then delete what is in the "value data" field and replace it with "" then click ok.

Then go to HKEY_CLASSES_ROOT\https\shell\open\command, double click (Default) and replace whatever is in the box with "" again and click ok.

Leo

Posted 2013-05-29T01:23:23.747

Reputation: 41

1Though by doing this you'd lose the ability for any (legitimate) program to link to http URLs, no? Beggars/choosers, if so, I suppose. – Coldblackice – 2019-03-18T05:50:13.997

2

This is quite easy. Just rename firefox.exe to zfirefox.exe and it's done. (or any other browser that you might have) Obviously, you'll want to update any shortcuts and firewall rules.

Zed

Posted 2013-05-29T01:23:23.747

Reputation: 29

1But if the browser is still set as the system default browser, won't the OS still know where to find it? – Coldblackice – 2015-02-21T20:15:19.523

0

The problem with what you are trying to do is that any method of doing so would screw with everything.

Do you ever get a link in skype that you want to be able to click and it open in your browser? Outlook? Pdf files? Anything other programs?

If you do not want any programs to open a browser window then you could try Comodo. From reading here it can do so.

http://forums.mozillazine.org/viewtopic.php?f=37&t=1886465

A quick tutorial on how to reach that filter window within comodo is ->main menu ->defense->advanced->computer security policy->"find all applications header entry"->click edit->click "access rights"->add firefox or iexplore exefiles into blocked tab.

From looking at that it may be possible to whitelist skype and the like but Im not sure.

birdman3131

Posted 2013-05-29T01:23:23.747

Reputation: 662