Autologin i Windows
First try netplwiz if you can uncheck the box, then just make settings in the program. If netplwiz does not work, you can change the register for Windows OS.
Netplwiz
- Launch the netplwiz program.
- Uncheck the box for “Username and password must be entered to use the computer.”
- Execute and fill in username and password.
- Confirm, clear!
If there is no box to uncheck see image below, you need to change the registry for Windows.
Change in the register
Starta Regedit. Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- Double-click the key
DefaultUserName
, enter the username and click OK.
If there is no key, create a new key [String] with the nameDefaultUserName
.
Fill in the value with a Username. - Double click on
DefaultPassword
, enter the password and click OK.
The key is not presentDefaultPassword
so create a new key[String] with the nameDefaultPassword
.
Fill in the value with the Password. - Check the value of the key
AutoAdminLogon
is 1, if the value is 0 the function is deactivatedAutoAdminLogon
.
Quit Registry Editor.
Now automatic login takes place at start.
Leave an answer