Hello,
I am designing some security software for Windows 2000/XP and 2003 operating systems and my problem is trying to run the EXE as SYSTEM or any account with Administrator rights. The program should be lauched as soon as a user logs onto the system. An example user may look like this

Username: Jimbo (Limited User)
Username: Adam(System Administrator)

Policies
Jimbo -> No Start Menu
Jimbo -> No CMD prompt
Adam -> No Save Settings

so when jimbo logs on to the system I want the policies to be imedatley written to the registry and then continue with windows daily jobs . But theres another problem what is Jimbo wants to cancel the task with Task Manager then my EXE will be killed, unless its ran as System. So how do I start the exe as an administrator and run before any other process. I lookforward to your replys.

Kind Regards,
Robert A Heeley