4

Is there a way to reduce the timeouts for attempting to connect to domain network resources? (Windows Login Authentication, Network Printers, Network Shares, etc.)

I have a series of laptops (Dell latitudes, same hardware) that are being used by roaming staffers that spend half their time onsite and connected to our network through docking stations. When they are connected to the network and they boot their machine it takes 1min 25sec (+/- 10sec) to boot. If I disconnect them from the network it takes anywhere from 4 to six minutes. If I unmount the shares and don't have them automount on boot it takes 4 to 5 minutes. If I uninstall all network printers it cuts the boot time to 3 to 4 minutes. If I boot with a network connection off the domain network but with a vpn connection that autoconnects on boot the boot takes 2 to 3 minutes.

I am assuming that the boot delay is caused by timeouts stacking up relating to trying to connect to network services. I would prefer not to have to delete all my printers and network shares when I leave the network or when shutting down to prevent the slowdown on the subsequent boot off-network.

Tvanover
  • 257
  • 1
  • 3
  • 12

3 Answers3

5

Try setting this within Group Policy:

Computer Configuration -> Administrative Templates -> System -> Logon

Always wait for the network at computer startup and logon: Disabled
Neobyte
  • 3,177
  • 25
  • 29
  • Unfortunately that impacts when GPO settings are applied even if the computer is always on the network. What I need is to reduce the timeouts, not disable checking completely. – Tvanover Jun 19 '09 at 22:37
1

Yes. There is an option for this within group policy. Sorry I can not add links, I am still a new user, but search for the following in using Google.

Slow network connection timeout for user profiles - This will bring up a link to a technet articel on the basic setup of timeout settings.

Windows 2008 Group Policy Reference - This should bring you to a Microsoft site where you can download the guide for the GPO settings in Windows 2008

When making a new GPO Remember to only enable/disable/change on thing at a time. Go back and test. Rinse and Repeat. :-0

Let me know if you want more specific help after looking these over.

Joseph

Zoredache
  • 128,755
  • 40
  • 271
  • 413
JJ01
  • 451
  • 5
  • 17
0

Do these laptops have wifi on them? Are they using Windows to manage their wireless settings? If yes on both, check how many SSIDs they have listed in their list of preferred networks. Windows will check for each and everyone to find a DC before it times out. If you have say more than 50 in there you'll be waiting for awhile. Removing all of them should speed up login times.

zippy
  • 1,708
  • 3
  • 18
  • 36