windows services auto-logon to a computer

  • Thread starter Thread starter Mullin Yu
  • Start date Start date
M

Mullin Yu

hi,

i want to write a windows service automatically logon to a network computer
so that after re-starting the computer without logon, the computer can logon
to that computer and can use its resources e.g. printer, files

any ideas?

thanks!
 
Windos services run with a security context of the account they are configured to run under.

Just open properties of a system service and on the Log On tab indicate "This account" and specify the credentials.

The service will run with this context. You can create a dedicated account in a domain that will have appropriate access rigths to the required resources.
 
Back
Top