Skip to content

Commit b695353

Browse files
authored
Update README.md
1 parent 5b81d6c commit b695353

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# DesktopProcessMonitor
2+
3+
Project has 3 sub-projects:
4+
1. App.Windows.Service: C# Windows Background Service. Spans WMProcMon for each logged in user. Re-runs WMProcMon if it is terminated by the user.
5+
2. WMProcMon: C++ console application (invisible). Subscribes to _InstanceCreationEvent_ event messages via WMI. Terminates new processes if their AuthentiCode certificate info matches user-defined blacklist criteria. Non-blocking with no noticable impact on system performance.
6+
3. SetPsiBlock: The Visual Studio Setup project handling installation and uninstallation of the abobe sub-projects.

0 commit comments

Comments
 (0)