0

I need to monitor other accounts on a Windows Server, and have figured out that to do so, I have to be able to run a monitoring process on them. The main program runs from a full-access (possibly NT_AUTHORITY) account, but all ways of starting processes seem to require the user password! help please!

AlphaModder
  • 3,266
  • 2
  • 28
  • 44

1 Answers1

1

You could create this as a service instead and when installed supply password for the service properties (which user you want to run it as). Then the need to re-enter password should disappear.

  • unfortunately, this is on a server, and has to run on ALL accounts, and it is for school, so I doubt the students will give their password – AlphaModder Dec 06 '12 at 23:56