- Posts: 45
- Thank you received: 0
Need to map drives while user logged off
20 years 8 months ago #2823
by jacko0
Need to map drives while user logged off was created by jacko0
Hi, I am using win2000 on a domain. I have an application which is now running as a service. But the service needs to access 2 network drives.
I want to be able to have the pc logged off but the service able to access 2 network drives, how can i do it?
At the moment the user is logged on and the drives are mapped.
Thanks for any help
Jacko
I want to be able to have the pc logged off but the service able to access 2 network drives, how can i do it?
At the moment the user is logged on and the drives are mapped.
Thanks for any help
Jacko
20 years 8 months ago #2825
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: Need to map drives while user logged off
Hmm the idea of services is that they run when no user is logged on as well.. but to map the network drive you'd need a user to log on and give credentials, you can set the service to have its own set of credentials..
1. Open the services MMC (a quick shortcut is to click start >> run >> type 'services.msc' )
2. Open the properties for your service
3. Click the 'log on' tab
4. Change from 'Local System Account' to 'This Account'
5. Give it the account you want it to log on as
Now it should work even if no user is logged in locally. It will use the credentials of the account you setup. However I dont think you'll be able to use the mapped drives, you'll have to provide the path \\server\sharename or whatever.
Lemme know if that helps.
1. Open the services MMC (a quick shortcut is to click start >> run >> type 'services.msc' )
2. Open the properties for your service
3. Click the 'log on' tab
4. Change from 'Local System Account' to 'This Account'
5. Give it the account you want it to log on as
Now it should work even if no user is logged in locally. It will use the credentials of the account you setup. However I dont think you'll be able to use the mapped drives, you'll have to provide the path \\server\sharename or whatever.
Lemme know if that helps.
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
20 years 8 months ago #2908
by jacko0
It works!!
Thanks for the help
I changed all the drive mapping's to UNC paths and changed the service to run as the user not the system account, just like you said
Jacko
Replied by jacko0 on topic Re: Need to map drives while user logged off
It works!!
Thanks for the help
I changed all the drive mapping's to UNC paths and changed the service to run as the user not the system account, just like you said
Jacko
20 years 8 months ago #2909
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: Need to map drives while user logged off
Hehe glad I could help.. they say I answer questions well on full moon nights.. this has nothing to do with my being bitten by a wolf when I was 12..
Cheers mate,
Cheers mate,
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Time to create page: 0.121 seconds