Gaming Internet explorer running in the background?

Ringo619

Well-Known Member
OP
Member
Joined
May 24, 2010
Messages
577
Trophies
1
Age
30
XP
469
Country
United States
Today my task bar froze up and it restarts and then all of a sudden i see this V

v5zhh0.jpg


so i just close all of them and just keep going then i open my task bar and see 6 IE apps open and i tried to end each of the process but it just kept returning each time i end it and its annoying me cause this makes me pc lag a lot cause its using a lot of memory
ncie51.jpg


So does any one know how to stop IE from appearing on my task bar and running in the background?
I am using windows7 32 bit version and i have ran a virus scan and nothing telling there is a viruses or something.
Thanks in advance

Edit: gonna go to bed its late here , hopefully i gave enough details to fix this problem. Thanks if you can
 

ByteMunch

Well-Known Member
Member
Joined
Jan 2, 2010
Messages
444
Trophies
0
Age
28
Website
Visit site
XP
110
Country
Try getting a temporary browser and reinstalling IE?

Or go run->MSCONFIG->Startup and check if IE is there. If it is, uncheck the box.
 

Originality

Chibi-neko
Member
Joined
Apr 21, 2008
Messages
5,716
Trophies
1
Age
35
Location
London, UK
Website
metalix.deviantart.com
XP
1,904
Country
This reminds me of an old "fun" virus I ran into at school. After finding it, I took it home and started messing around with it (in an isolated computer environment), then a week later I started hearing about an MSN worm spreading around that triggered IE windows to constantly open. It was supposed to be a kind of DOS attack spawned from within the computer itself, probably aimed at someone the originator didn't like very much. It wasn't very effective though...
 

Dialga.The.Maste

Well-Known Member
Member
Joined
Feb 3, 2009
Messages
143
Trophies
1
Location
Earth
XP
316
Country
Canada
Install another browser (i see chrome.exe is running) then uninstall IE using the "turn windows features on and off" in the "uninstall a program" menu.
dothis.PNG

You could also run this batch file
Code:
@echo off
:redo
taskkill /f /im iexplore.exe 
goto redo
This batch file should kill all IE processes
BTW What AV are you using?
 

Ringo619

Well-Known Member
OP
Member
Joined
May 24, 2010
Messages
577
Trophies
1
Age
30
XP
469
Country
United States
SimpyDsi said:
Try getting a temporary browser and reinstalling IE?

Or go run->MSCONFIG->Startup and check if IE is there. If it is, uncheck the box.
I went to MSCONFIG and it was't there and i might uninstall IE and reinstall it again

funem said:
Does this happen after you have rebooted ?
No this does't happen after i reboot just every time i restart my task bar i get this problems

Stevetry said:
terminate the proses
I did and it keeps coming back over and over again

QUOTE(Dialga.The.Master.Of.Time. @ Dec 28 2010, 03:01 AM) Install another browser (i see chrome.exe is running) then uninstall IE using the "turn windows features on and off" in the "uninstall a program" menu.
dothis.PNG

You could also run this batch file
CODE
@echo off
:redo
taskkill /f /im iexplore.exe
goto redo
This batch file should kill all IE processes
BTW What AV are you using?
Using microsoft security essentials and how would you make a batch file for this kinda type
ohnoes.png
? sorry for the noob-ish question
 

Costello

Headmaster
Administrator
Joined
Oct 24, 2002
Messages
14,202
Trophies
4
XP
19,719
create a new text file called something.bat or something.cmd, paste that script into it, save the file, then double click the file to run the script.
however that script is bad, what it does is repeatedly shut down internet explorer... infinitely, instantly. it's like monopolizing your CPU just to kill IE even if the tasks isnt running.
so definitely not a good idea.
 

Ringo619

Well-Known Member
OP
Member
Joined
May 24, 2010
Messages
577
Trophies
1
Age
30
XP
469
Country
United States
Costello said:
create a new text file called something.bat or something.cmd, paste that script into it, save the file, then double click the file to run the script.
however that script is bad, what it does is repeatedly shut down internet explorer... infinitely, instantly. it's like monopolizing your CPU just to kill IE even if the tasks isnt running.
so definitely not a good idea.

Thanks for the heads up i think i will just uninstall IE9 beta and just go back to the older version IE 8 hopefully that will fix the problem
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,649
Country
France
The process explorer from windows is not very effective.

I recommend you try this one : Process Explorer
http://technet.microsoft.com/en-us/sysinternals/bb896653

In this one, you will be able to see if the iexplorer.exe is really your internet explorer by checking it's path, or if it's another process with the same name.
You can also see if another process is launching them, as the parent/child process are represented by a folding tree.

Let me know is there's a parent process, it's path, and if killing it (kill tree) solved the auto-reopening of iexplorer.exe


You can also try this one : Autoruns
http://technet.microsoft.com/en-us/sysinternals/bb963902
it will list every process, dll, winlogon registry, etc. launched when booting your computer.
Do not unckeck anything if you don't know what you are doing. I give it just for information purpose.
If you are sure this is your malware, you can uncheck it though.
 

Costello

Headmaster
Administrator
Joined
Oct 24, 2002
Messages
14,202
Trophies
4
XP
19,719
Cyan: you can also see process file path in the default explorer, you just have to enable the proper columns

menu "View" / "Select columns..."
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,649
Country
France
Thanks, I didn't know (I'm still on Windows XP).
Can you see the parent process too ?

it's sometime useful to understand which process launched another one. Like plugin-container.exe belongs to Firefox.exe
 

Ringo619

Well-Known Member
OP
Member
Joined
May 24, 2010
Messages
577
Trophies
1
Age
30
XP
469
Country
United States
Yeah i am infected by a virus after uninstalling ie9 and then restarting my pc i went and looked in notification area and to find out that MSE is't there so i tried to manually open it and it opens for like 5 secs then closes it self down i kept trying and the same thing would happen and thats my problem now but ie9 does't appear anymore on my task manger if i restart my task bar
any one know how to fix this problem now Dx ?

EDIT: i ran malewarebytes anti maleware software and it caught this V
2ylo4gg.jpg
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,649
Country
France
malwares are often in the temporary folder. reboot and see if it's better now that you have quarantined them.
I would have liked to see the full path, filenames and registry entries.


PS :
You have a B:\ drive, or is it used by Win7 for something else ?
B:\ was reserved to the big floppy disk long ago
tongue.gif
 

Ringo619

Well-Known Member
OP
Member
Joined
May 24, 2010
Messages
577
Trophies
1
Age
30
XP
469
Country
United States
Cyan said:
malwares are often in the temporary folder. reboot and see if it's better now that you have quarantined them.
I would have liked to see the full path, filenames and registry entries.


PS :
You have a B:\ drive, or is it used by Win7 for something else ?
B:\ was reserved to the big floppy disk long ago
tongue.gif

Oh i am running a dual boot of vista and win7
and seems like the problem has gone but i still can't open MSE
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Julie_Pilgrim @ Julie_Pilgrim:
    the internet
  • Julie_Pilgrim @ Julie_Pilgrim:
    @Psionic Roshambo i have 16 gb in my pc and i run into issues with ram more than i'd like to admit
  • HiradeGirl @ HiradeGirl:
    I got only 8GB of RAM. But I want 32GB.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Time to just download more ram
  • K3Nv2 @ K3Nv2:
    Yeah search Google
  • Sonic Angel Knight @ Sonic Angel Knight:
    Or, I also heard that if you use flash memory, it can act as more "RAM" at least windows tell me when I stick a flash drive into it.
  • Veho @ Veho:
    It can act as a swap drive but that isn't more RAM, it's slooow.
  • K3Nv2 @ K3Nv2:
    I wish we could have 1Gbps external storage by now
  • K3Nv2 @ K3Nv2:
    Like for micro
  • Veho @ Veho:
    New Myoo.
  • SylverReZ @ SylverReZ:
    @Veho, Yooo noice
  • SylverReZ @ SylverReZ:
    Looks like a Famicom handheld
  • Veho @ Veho:
    Yeah, they were going for that.
  • Veho @ Veho:
    It's not very good though.
  • Veho @ Veho:
    I'm watching the review, the emulators it uses suck bawls.
  • Veho @ Veho:
    Software update might improve it.
  • Psionic Roshambo @ Psionic Roshambo:
    Or maybe someone will make like Emulation Station for it or something?
  • Veho @ Veho:
    That counts as a software update :tpi:
    +1
  • OctoAori20 @ OctoAori20:
    Ello
  • K3Nv2 @ K3Nv2:
    I can think of the design teams process another joystick and no audio or a joystick and mono audio
  • Veho @ Veho:
    "You think we can just put the speakers at the top
    ?" "NO!"
    +1
  • K3Nv2 @ K3Nv2:
    Pft stereo speakers you're fired
    +1
    K3Nv2 @ K3Nv2: Pft stereo speakers you're fired +1