In my point of sale systems, I have a DB server running on NT4 WS and the clients are win95, using TCP/IP and MS client. I'm trying to get the WSs to log on automaticly, and I have a reg file that looks to be doing that, but is actually just bypassing the login. I found this out when I had to set up mapped drives to the NT box on one install. The WSs are using onboard Realtek 8139. Here's what I have for the reg file:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="microssvc"
"DefaulPassword"="microssvc"
"DontDisplayLastUserName"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Network\Real Mode Net]
"transport"=""
"netcard"=""
"LoadRMDrivers"=hex:00,00,00,00
"preferredredir"="VREDIR"
"Autologon"=hex:00

[HKEY_LOCAL_MACHINE\Network\Logon]
"ProcessLoginScript"=hex:01
"PrimaryProvider"="Microsoft Network"
"LMLogon"=hex:00,00,00,00
"username"="microssvc"

Any ideas