On Fri, 13 Jun 2003 22:04, [EMAIL PROTECTED] wrote: > As a service. Is there a difference?
For an NT service to be able to access files across the network it must run under an account with network privileges, by default the LocalSystem account is used which doesn't have any network privileges. Most people choose to create a new network account with privileges restricted to solely what they require and then run the NT service using that account. Regards, -- Jason Bainbridge http://jblinux.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
