How to check who killed process in windows
In this article, I am going to show you, how to identify the reason behind windows process termination.
The procedure is valid on all windows platforms whether its windows 7, 8 10 or Server 2008 R2, 2012 R2 or Windows 2016.However, you need to download the compatible Windows debugging tools kit for Windows 32 bit and 64 bit. Windows debugging tools are part of Windows SDK toolkit.
Once you installed Windows debugging tools, you need to open Global Flags. Below is an example of global flag tool.
Once you installed Windows debugging tools, you need to open Global Flags. Below is an example of global flag tool.
Click Start – All Programs – Windows kit – Global flags.
Global Flags (X86) corresponds to 32 bit process monitoring.
Global Flags (X64) corresponds to 64 bit process monitoring.
Global Flags (X64) corresponds to 64 bit process monitoring.
In this example, I am going to monitor MS Word 32 bit application.
Click Silent Process Exit – Image: (TAB to refresh): winword.exe – hit TAB key to enable other option – Check “ Enable Silent process Exit monitoring.
Click Silent Process Exit – Image: (TAB to refresh): winword.exe – hit TAB key to enable other option – Check “ Enable Silent process Exit monitoring.
Click Apply and Ok.
Now Open MS Word and Close it normally. You will get event 3000 under Event viewer for normal application termination. Below is a screen shot.
Now again open MS Word and kill it using Task manager.
It will show the reason for process termination and the process name, which killed Wnword.exe.
This is the easiest way to identify which process is responsible for process termination.
Later you can disable the Silent process monitoring from Global flags.
Comments
Post a Comment