J
John A Grandy
in xp pro, how to grant a user the right to log-on as a service?
John said:in xp pro, how to grant a user the right to log-on as a service?
Chris Jackson said:I'm not sure what you are trying to do here? A service is simply an
application that runs automatically when the operating system boots up. It
stores the user credentials that it needs in order to create a user token
and launch the process with that token. Now, there are user account for
LocalService and NetworkService, but you can't get that these directly.
These accounts exist to provide you with a low-privileged account token to
launch these processes under, so you no longer have to run every service
with the very powerful (and dangerous, if compromised) System account.
If you want a user to have the most access to the system, then add that user
to the administrators group.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Shell/UI
Windows XP Associate Expert
<snip>John said:thanks. it was a little easier in w2k wasn't it ...