Jump to content

Recommended Posts

Posted

Running Win Server 2003 / XP Clients

 

I have a vbs set as login script in GPO that Maps a drive and copies shortcuts from that drive to thier Desktop. ( this way I can just add any icon to the share and all students get that icon). Normally this works slick.

 

Change made :

I recently removed StubPath entries from the clients registries to improve login speed, which it did pretty drastically.

 

Problem:

Now the clients log in near instantaneously, however it is so fast that it doesn't even map their drive, so they don't get thier shortcuts. My current solution is to have them log off and log right back on, it then maps the drive and everything is happy.

 

Is there a way either in vbs or in GPO to ensure the login script runs through completely before it is allowed to continue logging in?

Posted (edited)
im not much of a vbs expert, but i fiugured a pause would help. I've found this script which may help Edited by MrHappy
I'm drunk and made a little mistake :)
Posted
Or use a redirected desktop?

 

Agreed. Or even if you use UNC paths in the script instead of a mapped drive.

Posted
Computer Configuriation --> Admin Templates --> System --> Logon --> Always wait for the network at computer startup and logon

 

Enable this setting in gpo and see if this helps

 

Thank you gecko this seems to have done the trick. I guess before logons were taking long enough that it wasn't a problem, this fixed it though.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...