i need a script to terminate end process in task manager….
ex. end explorer.exe
script to terminate process in task manager
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: script to terminate process in task manager
swan_x wrote:i need a script to terminate end process in task manager….
ex. end explorer.exe
Code: Select all
//Kill Explorer
run "cmd /k taskkill /IM explorer.exe";
You can add /F to force kill explorer.exe
I don't know your OS but this might not work in XP home. See this link for similar command in XP home:
http://commandwindows.com/taskkill.htm
-
swan_x
- Posts: 335
- Joined: 08 Oct 2009 12:27
Re: script to terminate process in task manager
no...no....
your script (lanch cmd) power off my pc!!
i want only terminate explorer.exe...
and Taskkill is not recognized by XY...
your script (lanch cmd) power off my pc!!
i want only terminate explorer.exe...
and Taskkill is not recognized by XY...
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: script to terminate process in task manager
Oh! all i know that killing explorer.exe does not power off PC. Strange.swan_x wrote:no...no....
your script (lanch cmd) power off my pc!!
i want only terminate explorer.exe...
and Taskkill is not recognized by XY...
OK, i had a spare XP professional PC here and using this killed explorer:
Code: Select all
run "cmd /k tskill explorer";
The above script first opens command-line, as if you clicked start>Run>cmd and then executes the rest of the command.
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: script to terminate process in task manager
Duplicate thread?
http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=4180
http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=4180
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
swan_x
- Posts: 335
- Joined: 08 Oct 2009 12:27
Re: script to terminate process in task manager
@ zer0
ok! sorry! i want delete this post....how to???
ok! sorry! i want delete this post....how to???
-
Stefan
- Posts: 1360
- Joined: 18 Nov 2008 21:47
- Location: Europe
Re: script to terminate process in task manager
Too late!swan_x wrote:@ zer0
ok! sorry! i want delete this post....how to???
XYplorer Beta Club