Windows Autologin

If you have only one user on your Windows machine and do not want to type in your password at startup or you do not use a password at all, you can add the following to your registry so the startup is a little bit faster.

Copy and paste this into a textfile and name it autologin.reg (make sure it is not named autologin.reg.txt or something else)

If you are not in a domain or do not use a password you can ommit the lines with these options.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
"DefaultUserName"="User"
"DefaultPassword"="Password"
"DefaultDomainName"="Domain"
"ShowLogonOptions"=dword:00000000
"AutoAdminLogon"="1"

2 thoughts on “Windows Autologin”

  1. Do you mind if I quote a couple of your posts as long as I provide credit and sources back to your blog?
    My blog site is in the very same niche as yours and my visitors would really benefit from some of the information you provide here.

    Please let me know if this ok with you. Regards!

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.