• 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.

Windows XP Pro mapped network drive disconnected!

V00DOO

Diamond Member
I have a 4 Win XP Pro machines connected to 2003 server. 2 of XP machines have a mapped drive to one of the XP machine. The mapped drive randomly discount itself if it idles (non-use) for a period of time. It this normal and how can I keep the mapped drive from discounting beside clicking on the mapped drive to reconnect?
 
map the drive using the following command in a batch file at each computer logon (ie, make it part of the logon on script if this is a domain, or just in the start/programs/startup folder if it is not, or is doesn't matter.):

net use driveletter: \\host\sharename /PERSISTENT:YES /Y
 
Back
Top