Hello Everyone,

The college I work for, asked me to write an application that would restrict programs, similiar to Application Security. The way I layed my program out was as follows:

You have a set of policies that you can use to classify each program. Each policy has it's own password. For example:

A policy called "Chat Programs" may include the EXE names for:
MSN
Yahoo
Etc, Etc

Or a policy named "Office Apps" may include the EXE names for:
Excel
Word
Etc, Etc

My program would then monitor the process list, for any of the "watched" EXE names. If it found one, it would "pop-up" with a password box. If the user does not enter the correct password for that policy (In a specified time limit), then my program would terminate the application.

In addition, it would log the username, time, program, and if they gained access to the program (yes/no).

If anyone is interested, I'd be happy to share with them, the way my program works...

Simon Templer