Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
Hunterwould
- Posts: 8
- Joined: 02 Sep 2009 19:24
#1
Post
by Hunterwould » 02 Sep 2009 19:32
Alright I am in the middle of making a batch file that is going to be quite useful for me and my friends and I guess eventually anyone who goes to our website.
problem is that I simply can't figure this out.
when you go into task manager and kill the process explorer.exe it well... kills the process and you are still on the computer. however when you kill with the cmd command killprocess explorer.exe it opens a shutdown menu. please give me help here, but I want it to use native xp commands and not anything downloaded.
thank you
~Hunter
-
avery_larry
- Expert
- Posts: 391
- Joined: 19 Mar 2009 08:47
- Location: Iowa
#2
Post
by avery_larry » 03 Sep 2009 13:22
But what do you want to do? Perhaps you want the "shutdown" command.
-
Hunterwould
- Posts: 8
- Joined: 02 Sep 2009 19:24
#3
Post
by Hunterwould » 03 Sep 2009 17:18
All I want to do is to kill explorer.exe
The entire problem is that it opens the shutdown menu.

-
jgamezu
- Posts: 4
- Joined: 03 Sep 2009 16:58
- Location: Mexico
-
Contact:
#4
Post
by jgamezu » 03 Sep 2009 17:35
did you try ?????
taskkill /F /IM explorer.exe