Hi

I have a login script that uses the OS Type to determine if a pc is a server or workstation the code is -

If (:inwin=1)
$OS_Type ="NT"
Else
$OS_Type ="9x"
Endif

The script works fine on all PC's apart from Vista clients? Could any shed some light as to why?

Thanks