If your running Windows 2000 server, or newer, you can edit the server gpo “computer logon script” section to map the drive. This script gets processed before anyone logs on. Here are the detailed steps to do that:

  1. Start -> Run -> mmc
  2. Add the Group Policy snap-in
  3. Console Root -> Local Computer Policy -> Computer configuration -> Windows Settings -> Scripts -> Startup -> Show Files
  4. Create a batch script called mapping.bat, that contains the mapping command (e.g. ““)
  5. Run the batch file manually to verify that it works
  6. Reboot the box to verify that the mapping works on reboot