215 pts.
Q:
Keep user desktops from displaying until login is complete
I am using Bat files for users to login and get their mappings on a Windows Server 2003 machine. Is there some way that I can keep the user desktops from displaying until the login script is completed?
ASKED: Nov 20 2008  3:55 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24710 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
You are probably asking this because the script does not load their mappings when they login. Thats because the user is logging in while the computer is finishing up the network connections in the background, and when the script runs, it will not have a connection to the network, and therefore, will not map the drives.

You can set a group policy to have the computer wait for the network connections to finish before logging the users in. Enable the following group policy: Computer Configuration\Administrative Templates\System\Logon\Always Wait for the network at computer startup and logon.
Last Answered: Nov 20 2008  7:14 PM GMT by Mshen   24710 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _