Why is Windows 7 booting up with Mapped drives showing as disconnected?

This is a common issue with Windows 7, the best solution I've been able to find is to run a batch file that remaps the drive upon logging in.

net use [drive]: /delete
net use [drive]: \\server\share /user:[user] [password] /persistent:yes

It occurs because you're not connected to the mapped drive on boot up, under Windows 7 the drives only connect when you first access them.

Later on if you don't access them you can encounter the timeout issue.

All of our Win 7 machines exhibit this behaviour.


We have found that the more modern the hardware the more likely the problem. Often because the OS is up and running before the Network Card has fully initialised. We've had to generate scripts for pretty much all newer PC's.

On really fast PC's we've had to delay teh scripts by 30s to 60s to be certain the network card is fully active.