LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 05-20-2006, 07:38 PM   #1
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
app that overrides IE from starting


Windows/Firefox question:

I just fixed another user's computer from about 5 viruses. I installed Firefox and removed the Internet Explorer's shortcut from the desktop and told the user not to use Internet Explorer anymore, that he will probably get the virus back. (probably? certainly!)

So viruses got in the computer again. (I realize now that since I was missing on time, I didn't install the latest patches. doh! Next time...)

I was wondering if there was any existing software that intercept Internet Explorer from launching and opens Firefox instead. Does anyone know?

I was able to bring the user's attention to an Ubuntu box
 
Old 05-20-2006, 09:24 PM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Well, even if m$ tells it's impossible to remove explorer, i heard that's possible.
You can remove each icon (even windows update one).

You can also try:
rm /usr/bin/explorer
ln -s /usr/bin/firefox /usr/bin/explorer
Ooops! I forget that i'm not a m$ user . Sorry i can't help you more. Hope someone will.
 
Old 05-20-2006, 09:37 PM   #3
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
That would be a file association issue. file such as .htm .html etc... open by default with "iexplore.exe"

You could navigate folder options and change each instance where files are open with IE and change them to FireFox. Usually even if you changed your default browser to FireFox it won't change all associations.

Or you could just rename "iexplore.exe" but that's a micky-mouse fix, and would probably give you more problems then it fixes.

good Luck

KC
 
Old 05-20-2006, 10:41 PM   #4
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Linux.tar.gz:
I realized that I couldn't do that when it said there was an error upon typing "ls"... sigh...

kencaz:
renaming iexplorer will just confuse the user :/

The owner has other users using the computer, and they seem to refuse to touch firefox, I'm sure there is plenty of source code on the internet that could help me code the app
 
Old 05-21-2006, 06:22 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
In the Start menu, there should be a "default apps" entry (it may even be in the Control Panel). Open it and set Firefox to be the default internet app.
 
Old 05-21-2006, 07:08 AM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
The alternative is to tell them not to use Internet Explorer. Later down the road when they get a virus after ignoring your advice, refuse to fix it. They'll either learn really fast or learn even faster how to live without a computer.
 
Old 05-27-2006, 09:32 PM   #7
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843

Original Poster
Blog Entries: 1

Rep: Reputation: 30
XavierP:
It was already done, but the user went and seeked Internet Explorer, and launched it. I told the owner not to use Internet Explorer. Since this is a multiuser machine, it's harder to make everyone follow the advice then as if it was only one.

cs-cam:
That wouldn't be very nice, but effective. The user can always choose another geek/tech to do the job. However, most of the windows knowing geeks/techs prefer to format and patch the system rather than remove the viruses and then patch the system as I do. Most don't know about knoppix either, and prefer not to burn a dozen disks to backup the data, therefore, data is seldom backed up and often lost.
 
Old 05-27-2006, 10:59 PM   #8
Furlinastis
Member
 
Registered: Dec 2004
Location: Ball of Confusion
Distribution: Artix,Arch,Slackware,Bluewhite64
Posts: 261

Rep: Reputation: 40
There's an app called nlite which can remove internet explorer. Though you would have to reinstall windows because it alters the install disk. I'm sure there is a tutorial on how to do it somewhere if you google.

After you do that, follow THIS link.
 
Old 05-28-2006, 09:26 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You can simply change the permissions on the ie folder in C:\\Programs.

Then remove all shortcuts and noone can get to IE without your permission.
 
Old 05-28-2006, 03:57 PM   #10
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Furlinastis: niiiiiiiiice I can't reinstall windows, but I sure can make firefox look like IE. Users that are new to an application tend to blame it for everything if anything goes wrong. Now it won't look so new

pixellany: That involves making the equivalent of a chown and chmod to windows. This version of windows does have this permission scheme enabled, that that still has one problem, that forces the user to choose firefox, and it's not transparent.
I would simlink IE to firefox but theres no such thing in windows... :|


I found a little howto cripple IE to forbid it to go on the internet, and/or "chmod" it not to run. I think that's what I'll do until I can find a patch/program that really takes IE out of the computer or overrides it to launch firefox instead.
And I'll remember to patch the system afterwards, so if my plan fails, at least it won't be sooooo vulnerable...
 
Old 05-28-2006, 04:53 PM   #11
mangku
LQ Newbie
 
Registered: Dec 2005
Location: England
Distribution: Debian
Posts: 12

Rep: Reputation: 0
Or you could install zone labs firewall and set it to block IE.
 
Old 05-28-2006, 11:09 PM   #12
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Quote:
Originally Posted by cs-cam
The alternative is to tell them not to use Internet Explorer. Later down the road when they get a virus after ignoring your advice, refuse to fix it. They'll either learn really fast or learn even faster how to live without a computer.
Sounds like, for this example, this is your best advice.

This person/these people you're trying to help aren't willing to help herself/themselves.

Tough love, sometimes. Tough love.
 
Old 05-29-2006, 12:08 AM   #13
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
http://www.litepc.com/xplite.html
 
Old 05-29-2006, 12:18 AM   #14
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
This works, but a determined idiot will get around it:

Rename iexplore.exe.
Make firefox the default browser.
In File Manager, associate html, php with firefox.
Remove the quicklaunch and desktop icons for IE.

However some apps will still use IE as MS in their vicious lockin strategy, have made it part of the OS ftom Windows 98 up.
 
Old 05-29-2006, 01:37 PM   #15
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843

Original Poster
Blog Entries: 1

Rep: Reputation: 30
mangku: I rather not install big apps, but I could always do something similar with WinXP's existing internal firewall.

BajaNick: sweeeet!

davcefai: yeah, it's because of those apps that launch absolutely IE "in their vicious lockin strategy" that I was looking for an app that overrides IE upon launching.


So I can disable IE using one of the mentioned apps and/or follow the suggestions in http://kb.mozillazine.org/Uninstalli...ernet_Explorer ,
then change the association of all html, and php files to firefox, remove all the icons and shortcuts, make firefox look like IE and feel like IE, install the patches, and voila!


thanks everyone for your suggestions
 
  


Reply

Tags
howto, ie, uninstall



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X server key overrides problem with 9.3 and Xfce 4.2 brodskie SUSE / openSUSE 6 08-09-2005 07:36 PM
Starting An App From A Command-line linuxdawg Linux - Newbie 5 02-02-2005 09:06 AM
xmame 0.84 default.cfg overrides everything penguin_slacker Linux - Games 0 07-31-2004 06:00 PM
Starting xchat (or any other app for that matter) with geometry options rootyard Linux - General 5 03-22-2004 05:48 AM
Starting a KDE app minimised? SMurf7 Linux - Newbie 3 03-08-2004 07:39 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 12:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration