Smallvoid.com
  • Home
  • About
  • Articles
  • Links
  • Forum

Configure a secure network login to a domain

September 8, 2003 by Snakefoot | 0 Comment

Clear the username of the previous logged on user, so it is not displayed to the next user (Will disable Automatic Login):

[HKEY_LOCAL_MACHINE \Network \Logon]
DontShowLastUser = "1"

More Info MS KB135586

Prevent caching of passwords in pwl files (Will also forget dialup passwords):

[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \CurrentVersion \Policies \Network]
DisablePwdCaching = 1

More Info MS KB137826
More Info MS KB141858
More Info MS KB148925

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 \Network \Logon]
MustBeValidated = 1

Tags:
  • user-account, windows-domain, windows-login
Category:
  • Network,
  • Network,
  • Network

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

  • Configure automatic login in Windows 9x
  • Prevent loading of System Policies when logging on to network
  • Mapping FTP server as a network drive letter
  • Description of host name resolution order
  • Configure host name resolution order in Windows 9x

Recent Posts

  • Disable IPv6 imaginary tunnel network interfaces
  • Encrypted backup to OneDrive or DropBox
  • Description of soft and hard page faults
  • Windows 10 Upgrade with black screen
  • Wordpress 4.2 Upgrade

Meta

  • Log in
  • Entries feed
  • Comments feed