How to Eliminate a Hung Process Without Restarting the ComputerLast reviewed: February 19, 1998Article ID: Q171773 |
The information in this article applies to:
SYMPTOMSIf a program or process is not responding (hung) waiting for user input, and cannot accept input or be terminated, usually the only way to terminate the process is to restart the computer.
WORKAROUNDIf you cannot restart the computer to terminate the hung process, use the Kill.exe program from the Windows NT Resource Kit to terminate the process for the hung program without restarting the computer. Use the process button of Task Manager in Windows NT 4.0 to identify the process ID (PID) of the hung application or, in Windows NT 3.51, use Pviewer.exe or Tlist.exe to identify the process ID. If the process was started with AT Scheduler, then use AT to schedule the kill command and terminate the hung process. For example:
AT 10:30:40 C:<resource kit root>\kill -f 175NOTE: In many cases the process name will work if it is unique. This will terminate the program with Process ID of 175.
MORE INFORMATIONFor additional information, please see the following Microsoft Knowledge Base article:
ARTICLE-ID: Q138340 TITLE : Trouble Quitting Program Started with AT.EXE Scheduler |
Additional query words: NT Backup
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |