Once the Windows Task Manager is open and the Processes tab has been selected... is there a way to "End the Process" of an exe. For example, let's say I want to end DataKeeper.exe. The problem being, of course, that everytime I open Task Manager, DataKeeper.exe is in a different position in the list so "PressDown" x number of times is not going to work.
Any ideas?
Delete a Process in Windows Task Manager?
Moderators: JRL, Dorian (MJT support)
Thanks - It works!
Thanks, Armstrong.
I used the following line because I'm running Win XP Pro:
Run Program>C:\Windows\System32\Taskkill.exe /F /IM DATAKEEPER.exe
It works like a charm!
I used the following line because I'm running Win XP Pro:
Run Program>C:\Windows\System32\Taskkill.exe /F /IM DATAKEEPER.exe
It works like a charm!
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Kill works good. Another very useful utility to do that is PrcView.
PrcView is freeware and does more than just kill.
PrcView is a process viewer utility that displays detailed information about processes running under Windows. For each process it displays memory, threads and module usage. For each DLL it shows full path and version information. PrcView comes with a command line version that allows you to write scripts to check if a process is running, kill it, etc.
You could also use PrcView to see if that server process was running or had stopped vs. checking how long since the log file had been modified.
PrcView is freeware and does more than just kill.
PrcView is a process viewer utility that displays detailed information about processes running under Windows. For each process it displays memory, threads and module usage. For each DLL it shows full path and version information. PrcView comes with a command line version that allows you to write scripts to check if a process is running, kill it, etc.
You could also use PrcView to see if that server process was running or had stopped vs. checking how long since the log file had been modified.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
Hi marois999,
You're welcome. Glad to know it works to your satisfaction.
Hi Bob,
Personally, I prefer Sysinternals' Process Explorer. It's free
. It's updated frequently and includes a 64-bit version. You'll love it.
Happy scripting.
You're welcome. Glad to know it works to your satisfaction.
Hi Bob,
Personally, I prefer Sysinternals' Process Explorer. It's free

Happy scripting.
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
When the only tool you have is a hammer, then every problem looks like a nail.
Thanks armsys. I already have some of the SysInternals packages. Especially like RegMon and FileMon when installing new programs.
One of the reasons I mention PrcView is the command line ability, plus runs on Win9X as well as NT systems. Lots of tools out there, we will all have our own favorites. At least we get to share our experiences here.
Thanks armsys. I already have some of the SysInternals packages. Especially like RegMon and FileMon when installing new programs.
One of the reasons I mention PrcView is the command line ability, plus runs on Win9X as well as NT systems. Lots of tools out there, we will all have our own favorites. At least we get to share our experiences here.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!