• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with drive mapping problem...

ddeder

Golden Member
I have two PCs, one running Windows XP Pro and the other running Windows XP Home. Simple file sharing is enabled on the XP Pro PC. A data folder on the XP Pro PC is shared. I have mapped this shared folder on the XP Home PC to drive J. There is an application on the XP Home PC that requires access to this mapped drive in order to start.

Whenever the XP Home PC is restarted, the mapped drive is not automatically reconnected. (When I originally mapped the drive, I did check the box that says "reconnect at logon")

So after booting the XP Home PC, if I try to start the application that requires the mapped drive, I get an error telling me it can't find the files it needs. If I then go into My Computer and double click on the mapped drive, the contents of the mapped drive are displayed and I can the open the application that requires these files without a problem.

I am trying to find a way to make the mapped drive connect automatically upon restarting the computer.

Any help is appreciated.
 
Try removing the mapped drive and recreating it.

Execute the following from run (obviously change it to point to your share)

net use J: \\servername\sharename /persistent:yes

Reboot the machine and see if it survives the reboot.
 
Back
Top