Author Topic: Fix: Cannot Auto Logon In Windows 8 / 7  (Read 2168 times)

Online javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35978
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
Fix: Cannot Auto Logon In Windows 8 / 7
« on: January 13, 2015, 07:06:33 AM »
Most of you have might have single user account on your Windows systems, which is the administrator account. Hence, many of you may prefer to have automatic logon enable, when you start your system, in order to avoid entering the password at each logon. We have shared the method to enable auto logon, earlier. In that method, we have unchecked the Users must enter a user name and a password to use this computer option under User Accounts window. But it may happen that you may find the Users must enter a user name and a password to use this computer missing in User Accounts. If you face this issue, read on.



If you’re using a domain controlled system, this crucial option may be missing. In that case you need to ask the domain controller to uncheck that option from controlling machine. But if you’re on a non-domain system, and you are still missing the option, then this article will help you to enable automatic logon using registry manipulation.

Cannot Auto Logon in Windows

Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point before proceeding.

1. Press Windows Key + R combination, type put regedit in Run dialog box and hit Enterto open the Registry Editor.



2. Navigate here:

Quote
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon


3. In the right pane of above mentioned registry location, you need to make sure that following data exists. If something is missing, you can add it:

AutoAdminLogon  – Registry String (REG_SZ) –  Value data is 1.

DefaultPassword – Registry String (REG_SZ) – Value data is your user account password.

DefaultUserName – Registry String (REG_SZ) – Value data is your user account name.

Add the missing, and once you’re done, close Registry Editor plus reboot. After restarting the machine, you should have auto-logon enabled.

twc