Computing.Net > Forums > Windows XP > Stopping Explorer.exe?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Stopping Explorer.exe?

Reply to Message Icon

Name: Vacuus
Date: July 10, 2005 at 02:27:02 Pacific
OS: Windows XP
CPU/Ram: AMD 64 3000+/512mb PC2700
Comment:

Hello, I was just wondering if it is possible to stop the explorer.exe Windows process within a batch file. As I've noticed that it uses ALOT of my pagefile, and, when stopped, significantly improves game performance.

Thank you in advance.

-Vacuus



Sponsored Link
Ads by Google

Response Number 1
Name: mattie
Date: July 10, 2005 at 03:25:15 Pacific
Reply:

EXPLORER.EXE is the user shell, which we see as the familiar taskbar, desktop, and so on. This process isn't as vital to the running of Windows as you might expect, and can be stopped (and restarted) from Task Manager, usually with no negative side effects on the system.

Note: The Explorer.exe file is located in the c:\windows\System32 folder. In other cases, Explorer.exe is a virus, spyware, trojan or worm!

If you're looking for an alternative shell, visit this web site:

http://www.skinyourscreen.com/skinwiki/index.php/Category:Alternate_Shells

Today's subliminal thought is: 'Calm down ... it's only ones and zeros.'

icq 10183575


0

Response Number 2
Name: Vacuus
Date: July 10, 2005 at 15:24:12 Pacific
Reply:

Thank you for your replies, however I'm well aware that explorer.exe is a shell, and that it controls the users desktop.

However, it is possible to play games without running explorer, which also gives you a performance boost. I've tried other shells, and did not like them, so I was wondering whether I can close it within a batch file.

Thank you in advance.


0

Response Number 3
Name: Dr. Nick
Date: July 10, 2005 at 16:56:49 Pacific
Reply:

Yes.

@echo off
taskkill /IM explorer.exe
pause
explorer.exe

It kills Explorer, then waits for the user to press a key. It then restarts Explorer.


0

Response Number 4
Name: Vacuus
Date: July 10, 2005 at 19:38:26 Pacific
Reply:

Hey, thank you. Works perfectly

Just one last thing, what does the /IM switch do?

You've been most helpful


0

Response Number 5
Name: Dr. Nick
Date: July 10, 2005 at 23:24:29 Pacific
Reply:

No problem.

/IM tells it to kill the process based on it's image name. For example, you could use TASKKILL /IM
notepad.exe 
to kill an instance of Notepad. The problem is that it's not very specific so if you have two copies of Notepad running and run that command it will terminate both of them. To be more specific you need to use the PID, but this isn't easy to find without looking in Task Manager.

You can also use the /F switch to force the app to close. This would, for example, prevent the program from waiting to find out if the current file needs saved.


0

Related Posts

See More



Response Number 6
Name: Vacuus
Date: July 11, 2005 at 00:20:06 Pacific
Reply:

Hey, turns out I had to add a /F switch (works on one machine, but not the other?) to the cmd.

I've posted the batch file over on the Elderscrolls Forums, mentioning you guys, of course!

Again, thank you for your help.


0

Response Number 7
Name: Dr. Nick
Date: July 11, 2005 at 14:00:55 Pacific
Reply:

Hey, no problem.

It looks like it's pretty popular over at the Elderscroll forum. I don't care for playing games on the PC so much, but I did finish Morrowind on the Xbox. Pretty cool game :)


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: Stopping Explorer.exe?

Help .....stopping explorer.exe www.computing.net/answers/windows-xp/help-stopping-explorerexe/165974.html

explorer.exe causing problems www.computing.net/answers/windows-xp/explorerexe-causing-problems/122918.html

explorer.exe uses 80% of cpu usage www.computing.net/answers/windows-xp/explorerexe-uses-80-of-cpu-usage/137863.html