I want to monitor silent process exit issue.
I performed the steps from this blog:
http://blogs.technet.com/b/askperf/archive/2013/05/01/what-killed-my-process.aspx
But it doesnt show any event in the eventlog.
I have Windows 7 SP1 x64. Downloaded the Windows 8.1 version of the debug tools, but dont know which architecture I need: x64 because I run 64-bit Windows 7, or x86 because the app I want to silent-exit-monitor is a 32-bit application?
Anyway, as a test I created a rule for notepad.exe using 64-bit GFLAGS.EXE. I am member of local administrator group using my AD account, but I am not domain admin. The registry keys both created under Image File Execution and SilentProcessExit, I even allowed
SelfExit notifications. Still I dont see anything in the application log at all!
I have no idea what went wrong. Do I need debug program privileges from GPO, or what?