Are mapped drives once maintained when logged off?

Associate
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
Hi all,
Say i logon to XP and map 3 network drives under my user account - if I log off, are those connections maintained? What i'm wanting to do is run a scheduled task as a user that has full access to 3 network drives, but to run it when the machine is at the logon screen. The option to run the task when logged off is no problem, but I can't figure out if/how the mapped drives are maintained.

Can anyone enlighten me?

Cheers,
Matt
 
I belive that the mapped drives will not be available until a user has logged on. If you are running task at the logon prompt, you would be better of using unc paths i.e. \\server\share.
 
I can't imagine that the mapped drives would be persistent between different users, it'd be a helluva security risk otherwise.
 
try the scheduled task, but supply the credentials for the user, as said above, unc path might be more successful
 
Only problem with the UNC path thing, is that I'm using a particular bit of software that can only draw data from named drives. I'll investigate a bit further though. I assumed that if i mapped drives as UserA, and set the scheduled task to run as UserA, and run when logged off, it would use their permissions.

Matt
 
Back
Top Bottom