Skip to content

An example pattern in C# for using WMI to monitor process creation and termination events.

Notifications You must be signed in to change notification settings

malcomvetter/WMIProcessWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WMI Process Watcher

Build in Visual Studio (.net 3.5 so it runs on Win 7).

This is a proof of concept, example project that shows a pattern for how to leverage WMI to monitor process creation and termination events via C#.

NOTE: Short-lived processes will not persist long enough for WMI to capture the command line arguments, unfortunately.

screenshot

About

An example pattern in C# for using WMI to monitor process creation and termination events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages