|
| This setting allows Windows clients to automatically logon without entering a user name or password, therefore bypassing the logon box.
Open your registry and find the key below.
Create a new string value called "Default Password" and set it to match the password of the default user.
Restart Windows and the system should automatically logon.
Note: The username of the default user can be found at [HKEY_LOCAL_MACHINE\Network\Logon]
Note: The password is stored in clear text, therefore anyone with access to the registry can see the default password.
Registry Settings
- System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Winlogon]
- Value Name:
Default Password
- Data Type:
REG_SZ (String Value)
|