Configure a secure network login to a domain
8 September 2003 by Snakefoot | Comment » | Trackback OffClear the username of the previous logged on user, so it is not displayed to the next user (Will disable Automatic Login):
Prevent caching of passwords in pwl files (Will also forget dialup passwords):[HKEY_LOCAL_MACHINE \Network \Logon]
DontShowLastUser = "1"
More Info MS KB Q135586
Prevent logon unless authenticated by the domain: (This can also be configured with Poledit -> Default computer -> Windows 95 network -> logon -> "Require validation by network for windows access")[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \CurrentVersion \Policies \Network]
DisablePwdCaching = 1
More Info MS KB Q137826
More Info MS KB Q141858
More Info MS KB Q148925
[HKEY_LOCAL_MACHINE \Network \Logon]
MustBeValidated = 1
Tags:
Category:
Updated: 5 October 2007