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. 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. 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 Apply and Ok. ...