How to Kill an Orphaned ProcessID: Q197155
|
When a service terminates abnormally, it sometimes leaves "orphaned" child processes behind. This article describes several ways to remove such a process.
The easiest method to use is the KILL command from the Windows NT Server
4.0 Resource Kit:
KILL <process name or id>-or-
KILL -F <process name or id>The list of processes and process IDs can be obtained from the Task Manager or with the TLIST utility from the Windows NT Server 4.0 Resource Kit.
AT <time> /INTERACTIVE CMD /C KILL -F <process name or id>If this is also unsuccessful, as a last resort, you might be able to use the PVIEW utility from the Windows NT Server 4.0 Resource Kit, Supplement 3, to adjust the permissions on the process and then kill it. You must be an administrator to perform this task.
For additional information on how this problem can arise, and for
alternative solutions to the problem, please see the following articles in
the Microsoft Knowledge Base:
Q142011 How to Close a Remote Process by Using the Scheduler Service
Q138340 Trouble Quitting Program Started with AT.EXE Scheduler
Keywords :
Version : WinNT:4.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: February 25, 1999