Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > iexplore running as process

Reply
Thread Tools Display Modes

iexplore running as process

 
 
rajkiranpro
Guest
Posts: n/a

 
      11-22-2008
I noticed in my task manger that Internet Explorer is running as a process.
though I try to end it., it reappears again in the process list.. this gives
me problems while installing some software. I thought it might be a spyware
or virus but I scanned the system and found none and the iexplore running is
in the default program files directory. can anyone tell me why this happens
or suggest a solution to close the process permanently so that it doesn't
reappear. I don't want to uninstall internet explorer.

thanks in advance

Regards
Rajkiran

 
Reply With Quote
 
 
 
 
Rick Rogers
Guest
Posts: n/a

 
      11-22-2008
Hi Rajkiran,

First, you can't uninstall Internet Explorer anyways, so that's not a
solution. If IE runs as a process, it usually indicates malware. You might
want to rerun the scans, only this time in safe mode where the malware is
less likely to be active. When active, it can often mask itself from
detection and removal.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"rajkiranpro" <> wrote in message
news:4B88BAB4-5047-4A2A-BEDD-...
>I noticed in my task manger that Internet Explorer is running as a
>process. though I try to end it., it reappears again in the process list..
>this gives me problems while installing some software. I thought it might
>be a spyware or virus but I scanned the system and found none and the
>iexplore running is in the default program files directory. can anyone tell
>me why this happens or suggest a solution to close the process permanently
>so that it doesn't reappear. I don't want to uninstall internet explorer.
>
> thanks in advance
>
> Regards
> Rajkiran


 
Reply With Quote
 
rajkiranpro
Guest
Posts: n/a

 
      11-22-2008
Thanks u for the response.
I tried scanning in safe mode too..
I scanned using Adaware Personal and Spybot And Windows Defender too but no
errors.

is there anyway to trace the application which may start this iexplore

"Rick Rogers" <> wrote in message
news:...
> Hi Rajkiran,
>
> First, you can't uninstall Internet Explorer anyways, so that's not a
> solution. If IE runs as a process, it usually indicates malware. You might
> want to rerun the scans, only this time in safe mode where the malware is
> less likely to be active. When active, it can often mask itself from
> detection and removal.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "rajkiranpro" <> wrote in message
> news:4B88BAB4-5047-4A2A-BEDD-...
>>I noticed in my task manger that Internet Explorer is running as a
>>process. though I try to end it., it reappears again in the process list..
>>this gives me problems while installing some software. I thought it might
>>be a spyware or virus but I scanned the system and found none and the
>>iexplore running is in the default program files directory. can anyone
>>tell me why this happens or suggest a solution to close the process
>>permanently so that it doesn't reappear. I don't want to uninstall
>>internet explorer.
>>
>> thanks in advance
>>
>> Regards
>> Rajkiran

>

 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      11-22-2008
Hi,

Try Process Explorer:
http://technet.microsoft.com/en-us/s.../bb896653.aspx

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"rajkiranpro" <> wrote in message
news:69530F42-28F9-47BF-A0E1-...
> Thanks u for the response.
> I tried scanning in safe mode too..
> I scanned using Adaware Personal and Spybot And Windows Defender too but
> no errors.
>
> is there anyway to trace the application which may start this iexplore
>
> "Rick Rogers" <> wrote in message
> news:...
>> Hi Rajkiran,
>>
>> First, you can't uninstall Internet Explorer anyways, so that's not a
>> solution. If IE runs as a process, it usually indicates malware. You
>> might want to rerun the scans, only this time in safe mode where the
>> malware is less likely to be active. When active, it can often mask
>> itself from detection and removal.
>>
>> --
>> Best of Luck,
>>
>> Rick Rogers, aka "Nutcase" - Microsoft MVP
>> http://mvp.support.microsoft.com/
>> Windows help - www.rickrogers.org
>> My thoughts http://rick-mvp.blogspot.com
>>
>> "rajkiranpro" <> wrote in message
>> news:4B88BAB4-5047-4A2A-BEDD-...
>>>I noticed in my task manger that Internet Explorer is running as a
>>>process. though I try to end it., it reappears again in the process
>>>list.. this gives me problems while installing some software. I thought
>>>it might be a spyware or virus but I scanned the system and found none
>>>and the iexplore running is in the default program files directory. can
>>>anyone tell me why this happens or suggest a solution to close the
>>>process permanently so that it doesn't reappear. I don't want to
>>>uninstall internet explorer.
>>>
>>> thanks in advance
>>>
>>> Regards
>>> Rajkiran

>>


 
Reply With Quote
 
Joe Morris
Guest
Posts: n/a

 
      11-23-2008
"Rick Rogers" <> wrote:
> "rajkiranpro" <> wrote:


>>I noticed in my task manger that Internet Explorer is running as a
>>process. though I try to end it., it reappears again in the process list..
>>this gives me problems while installing some software. I thought it might
>>be a spyware or virus but I scanned the system and found none and the
>>iexplore running is in the default program files directory. can anyone
>>tell me why this happens or suggest a solution to close the process
>>permanently so that it doesn't reappear. I don't want to uninstall
>>internet explorer.


> First, you can't uninstall Internet Explorer anyways, so that's not a
> solution. If IE runs as a process, it usually indicates malware. You might
> want to rerun the scans, only this time in safe mode where the malware is
> less likely to be active. When active, it can often mask itself from
> detection and removal.


Another approach for the OP would be to see what's behind the "iexplore"
process (with the caveat you noted about the ability of some infections to
hide themselves).

From a command prompt (privilege elevation not required), issue the
following command (uppercase used for clarity; the command is
case-insensitive):

WMIC PROCESS WHERE (CAPTION="IEXPLORE.EXE") GET COMMANDLINE /VALUE

Where I've shown "IEXPLORE.EXE" above, use the exact text shown in the Task
Manager, enclosed in quotes. The response *should* be:

CommandLine="C:\Program Files\Internet Explorer\iexplore.exe"

(with the quotes as shown). Further, at least on my system there are two
binary-identical files named IEXPLORE.EXE, one in C:\Program Files\Internet
Explorer" and the other in "C:\Windows\System32". A copy of Internet
Explorer from any other directory should be treated with great suspicion,
although the converse is not true: it's possible that the legitimate copies
of IEXPLORE.EXE in the "correct" folders have been replaced with infected
files.

Joe Morris


 
Reply With Quote
 
rajkiranpro
Guest
Posts: n/a

 
      12-04-2008
the iexplore runs under the explorer.exe process.. though I end I it
automatically starts again. though I don see any window on the screen.. its
from the default ie program files directory.

I scanned through all means and I found that the file was free from any
viruses or other spyware or malware categories.

Regards
Rajkiran

"Rick Rogers" <> wrote in message
news:...
> Hi Rajkiran,
>
> First, you can't uninstall Internet Explorer anyways, so that's not a
> solution. If IE runs as a process, it usually indicates malware. You might
> want to rerun the scans, only this time in safe mode where the malware is
> less likely to be active. When active, it can often mask itself from
> detection and removal.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "rajkiranpro" <> wrote in message
> news:4B88BAB4-5047-4A2A-BEDD-...
>>I noticed in my task manger that Internet Explorer is running as a
>>process. though I try to end it., it reappears again in the process list..
>>this gives me problems while installing some software. I thought it might
>>be a spyware or virus but I scanned the system and found none and the
>>iexplore running is in the default program files directory. can anyone
>>tell me why this happens or suggest a solution to close the process
>>permanently so that it doesn't reappear. I don't want to uninstall
>>internet explorer.
>>
>> thanks in advance
>>
>> Regards
>> Rajkiran

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unknown Running Process Michael Windows Vista Security 6 03-27-2008 10:28 PM
How can I determine what process is running? FoxGuy Windows Vista General Discussion 1 12-03-2007 06:15 PM
unexplained process running all the time T5 Windows Vista Security 4 09-26-2007 11:51 PM
Process Running Elevated? Najash Windows Vista Installation 0 07-09-2007 11:40 PM
annoying process running in background T5 Windows Vista General Discussion 2 07-16-2006 11:46 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59