Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Login Script
Name: Sillykiddo Date: July 18, 2007 at 18:09:20 Pacific OS: 2003 CPU/Ram: Dual 2 Core Product: Custom
Comment:
Hi I've windows 2003 server and it has a login script tht runs on xp client machine when xp log on to network and wht this script does it map few network drives and do some proxy settings..but sometimes some cliets (people) are impatient to wait till the scripts fully runs and ends now i would like to put a msg box in the script which will pop up and tell them to "Wait till the script loads" something like tht. How can i do tht.. Oh my logon script is a .bat file
Name: Razor2.3 Date: July 18, 2007 at 18:19:53 Pacific
Reply:
This might be a job for VBScript, as it has no window to close.
Of course, you could always start your script with: shutdown -r -f -t 120 and end it with: shutdown -a
That way, if they don't allow the script to finish, the PC will restart in 2 minutes from the start of the script. Two minutes is too short for a call to the helpdesk to go though, but it should be long enough for your script to run. Plus, you get to see who the sharper clients are by counting the reboots.
0
Response Number 2
Name: seniornetman Date: September 14, 2007 at 10:23:52 Pacific
Reply:
Group policy has a setting to run the script silently.
Summary: Hi We have Windows 2003 server with XP pro client on a network. I have some login script that maps drives, install printers at login. They are .bat and .vbs files. I have also written a .vbs file th...
Summary: Hi all, I have over 70 domain win2k/xp pro laptops and workstations, that dont login to the domain, only authenticate via syncd usernames and passwords. I dont want to give them roaming profiles, as t...