Logon scripts should always be error trapped.

Post from Whirlpool:

when some users log on they get the following message but it is ok for other users

PostLogon.vbs file contents are below _____________ Set WshShell = CreateObject(“WScript.Shell”) CMDFile = “cscript %logonserver%\something$\logonXP.vbs PostLogon” WshShell.Run CMDFile, 0, True wscript.quit

can you please tell me which area i need to look at for [...]