Windows Service - Account - Login Script?

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Do a Account run the Login Script as defined in the user profile when logon
as a Windows Service?
 
Not while it is just being used as a service account. But if someone presses
ctrl-alt-del and use the account to login to a computer, yes, the script
will run. You can always configure the account to NOT have a logon script,
if you are concerned about this.

HTH
Deji
 
Nope, logon scripts are only processed during interactive logons and ONLY if the logon provider (which is usually the MS
GINA but that can be changed) runs it.
 
Hi,

How would you connect to a share like \\somecomputer\ipc$ when the service
is starting?


Joe Richards said:
Nope, logon scripts are only processed during interactive logons and ONLY
if the logon provider (which is usually the MS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top