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