Bestbett Posted January 10, 2008 Posted January 10, 2008 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?
PEO Posted January 10, 2008 Posted January 10, 2008 (edited) im not much of a vbs expert, but i fiugured a pause would help. I've found this script which may help Edited January 10, 2008 by MrHappy I'm drunk and made a little mistake :)
sharkster Posted January 11, 2008 Posted January 11, 2008 Do they all use the same profile? you could add the shortcuts on the desktop in their
sharkster Posted January 11, 2008 Posted January 11, 2008 Also forgot, you can set it to map the drive in the profile also and it will remember this for next time they log on.
mac_shinobi Posted January 11, 2008 Posted January 11, 2008 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
Guest Guest Posted January 14, 2008 Posted January 14, 2008 Or use a redirected desktop? Agreed. Or even if you use UNC paths in the script instead of a mapped drive.
Bestbett Posted January 14, 2008 Author Posted January 14, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now