0

I am using Windows 8.1 with a single user account (the admin account). When I boot up the computer, I am presented with the usual login screen, but rather than simply typing in my password, the screen says "Other User", and has both a username and password box.

I would like to keep the computer password protected, but don't want the hassle of having to type my username in each time I boot up, since I am the only user, and my account is the administrator account. Ideally, I would see the same behavior as happens when I am already logged in and lock the system (my username is displayed, and I only have to type in my password).

Any help would be appreciated!

1 Answer 1

1

For security reasons you should create a Standard User Account on your PC and use that as your default account.

I think you must type the Username to Sign in because you changed the Local Security Policy. So try this:

  • Hit Win+Q
  • Type Local Security Policy or secpol.msc
  • Right Click and Run as Administrator.
  • Navigate to Local Policies Security Options Interactive logon: Do not display last user name
  • Disable it.
  • Sign out and Sign in

Sign In in Windows 8 with only using the password


You can also do this via the registry

  • Win+R and type regedit and run as Administrator
  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  • set the dontdisplaylastusername to 0.

Check here the Microsoft Documentation.

2
  • I used the first solution presented, and the problem is now solved. Commented Aug 19, 2014 at 16:37
  • @CaptainProg Nice to hear that it helped you. The second solution is for those who don't own the Professional version of Windows. But the first solution is better, cause messing with the registry is risky. If you can please +1
    – Devid
    Commented Aug 19, 2014 at 16:59

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .