Ok, I am trying to push a program start from my NT server to a specific user's pc (changes daily). The program I am trying to run on their computer (also NTs but they don't have admin rights for obvious reasons) requires admin rights and resides on the server. So I was thinking perhaps I could use the 'AT' command. Assuming this will work because it is the main server running the command and not the local user (which should give admin rights to running the program since it's the server calling it, right?) I get this:

"The service has not been started"

and then it doesn't run the app on the user's pc like I wanted. What am I missing? What can I do?

Thanks!
Sergio