use the logon batch file to call "ste51en.exe /q", this will run it in batch
mode with no user intervantion. then reboot.To check for installation of WSH
copy a txt file "wsh.txt" to c:\ on the users machine, check for this in the
logon batch. this will also catch any new machines at first login
this is what we do..
if exist c:\wsh.txt goto EXIT
copy \\server\wsh.txt c:\*.*
\\server\ste51en.exe /q
:EXIT
exit