ok here is a simple fix.... please let me know if this works.

edit logon.kix and replace this line

code:

$Configregkey = "HKEY_LOCAL_MACHINE\SOFTWARE\Logon_Script"

with

code:

select
case @inwin = 2
$Configregkey = "HKEY_LOCAL_MACHINE\SOFTWARE\Logon_Script"
case @inwin = 1
$Configregkey = "HKEY_USER\@sid\Logon_Script"
endselect

I am unable to test this in a domain enviroment, so feedback would be welcome.

I just don't have the desktop space to bring a domain controller online here in my computer room at the house But i did find a win9x box!

Bryce

[ 01 March 2002: Message edited by: Bryce ]