S
Stephen Corey
I'm trying to detect when users run games (solitaire, freecell, etc..)on all
PCs on my network. Because of the Windows File Protection system won't let
me overwrite the game executables, it looks like I'm forced to write an app
that runs in the background and waits for sol.exe (for example) to show up
in the process list. The problem is that my app is showing up when they do
an "ALT-TAB". How can I prevent this from being listed in there, and
possible under the "Applications" tab of the task manager. I don't care if
it's in the "Processes" tab of the task manager, though.
PCs on my network. Because of the Windows File Protection system won't let
me overwrite the game executables, it looks like I'm forced to write an app
that runs in the background and waits for sol.exe (for example) to show up
in the process list. The problem is that my app is showing up when they do
an "ALT-TAB". How can I prevent this from being listed in there, and
possible under the "Applications" tab of the task manager. I don't care if
it's in the "Processes" tab of the task manager, though.