network logon problem

  • Thread starter Thread starter ric altman
  • Start date Start date
R

ric altman

I am having a problem with XP home. When I map a drive in
XP home and tell it to reconnect, it maps it and works
fine. But then when I restart it puts a red X on the
mapping. If you double click the mapped drive it goes into
the folder and all is fine until you restart again.
 
This is a common problem with XP. The connection is
actually there despite the red cross. Cheers.
 
Nictu said:
This is a common problem with XP. The connection is
actually there despite the red cross. Cheers.

If it annoys you, create a .BAT file and create a link to that
..BAT file in your STARTUP folder. The .BAT file needs command
lines like:

Net use X: \\PCname\ShareName /persistent:yes <password>
 
Back
Top