We don't use the runlogonscriptsync registry entry because everything else waits on the logon script to complete before loading...

Here's what we use and it works great. Have this line be the first line in your script..

code:
  
$TITLE = SETTITLE("Logging into Domain. Please wait...")
$CONSOLE = SETFOCUS ("Logging into Domain. Please wait...")

L8tr... [Big Grin]

[ 10. February 2003, 19:08: Message edited by: cmarti ]