logon as service from command prompt?

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

W2K

Is there any way to set a user to "logon as service" using the command line.

Thanks

Rob
 
You can run a service that interacts with the user's desktop. The "at"
command and tools like psexec from sysinternals do this. The user will need
the appropriate privileges to use those tools, of course (otherwise it's
probably a "shatter" attack - escalation of privileges).
 
Drew said:
You can run a service that interacts with the user's desktop. The "at"
command and tools like psexec from sysinternals do this. The user will
need the appropriate privileges to use those tools, of course (otherwise
it's probably a "shatter" attack - escalation of privileges).


Sorry, must have confused you..

what I mean is, I want to modify the local security policy so that a user
is added to the (local policies)(User Rights Assognment) (log on as
service) setting

Cheers

Rob.
 
Back
Top