| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
close explorer.exe with a*.bat file
|
Original Message
|
Name: bp103
Date: January 12, 2006 at 05:10:16 Pacific
Subject: close explorer.exe with a*.bat fileOS: Windows XPCPU/Ram: 700Mhz/256 |
Comment: how do I close explorer.exe with a *.bat file what would that code be? (I don't wanna pause it I wanna close it) please help NOTE:I know how useless explore.exe is so you don't need to tell me all about it.(not trying to be rude) look at Windows XP sideways it mocks you
Report Offensive Message For Removal
|
|
Response Number 1
|
|
Reply: You know you can just go to the control panel and end it im sure...The command below is only for Winxp Pro it wont work in the home edition.. But you must save this as a .cmd file instead of a .bat.. here is the script. @echo off taskkill /F explorer.exe exit If you want this to work in home you have to get the taskill.exe from a Pro computer. As far as I know there is no .bat file that will do this in windows. VeL
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
|
Reply: Your in luck here is a link to download the taskkill.exe that comes with Pro. http://home.wanadoo.nl/gigajosh/2005/05/taskkillexe.html VeL
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: trvlr
Date: January 12, 2006 at 10:29:36 Pacific
|
Reply: ermmm... am I missing something here...? To close Explorer why not simply click on the "X" at top right corner??? Or am misreading/misunderstanding the query?
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
|
Reply: That would be Iexplorer.exe (internet explorer).. explorer.exe is the windows shell which can be easily shut down through the taskmanager. I figured the guy with the question knew that since he understood alittle about .bat files..I was kinda curious as well what his intentions are for this script. VeL
Report Offensive Follow Up For Removal
|

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
Results for: close explorer.exe with a*.bat file
poweroff WinXP with a *.bat file Summary: I need a way to poweroff WinXP with a *.bat file (rundll32 user,ExitWindows don't work on XP) ...
www.computing.net/answers/windows-xp/poweroff-winxp-with-a-bat-file/3116.html
need help with a batch file Summary: i just need some help with a batch file i made. it's used to start up some processes that i previously terminated. here is the script for it: sc start acrsch2svc sc start pdsched sc start adobeactivef...
www.computing.net/answers/windows-xp/need-help-with-a-batch-file/142147.html
XP Pro - Creating a .bat file Summary: I have users which frequently access a database which autosaves the date/time in entries. I need to create a .bat file which when the user wants to acces the database from the desktop icon, will firs...
www.computing.net/answers/windows-xp/xp-pro-creating-a-bat-file/82420.html