How to hide user accounts from the sign-in screen

Windows 10 by default displays the full name on a user on the sign-in screen, but to make this work you’ll need the name of the account. You can find this information by opening Local Users and Groups. However, this option is only available for Pro users, as such we’ll be using the old User Accounts manager that is available on Windows 10 Pro as well as on Windows 10 Home.

  1. Use the Windows key + R keyboard shortcut to open the Run command, type netplwiz, and click OK to open User Accounts.
  2. Select the account you want to hide and click Properties.

  1. Make note of the User name for the account.

Use the following steps to hide an account from sign-in screen on Windows 10:

  1. Use the Windows key + R keyboard shortcut to open the Run command, type regedit, and click OK to open the Windows Registry.
  2. Browse the following path:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  3. Right-click the Winlogon, select New, and click Key.
  4. Name the new key SpecialAccounts.

  1. Right-click the SpecialAccounts key, select new, and click Key.
  2. Name the new key UserList.

  1. Inside of UserList, right-click, select New, and click DWORD (32-bit) Value.

  1. Name the new DWORD key with the name of the account you’re trying to hide.
  2. Double-click the new DWORD key and make sure its data value is set to 0.

Sign-out and you’ll now notice that the account will no longer be available on the sign-in screen. In fact by doing this, you’re also hiding the account from virtually everywhere in the operating system, including the from the switch user menu in the Start menu, from Control Panel, and even from the Settings app.

In order to make a hidden account visible again, you’ll have to go back to the registry UserList key using the steps mentioned above, and making sure to change the user name data key value from 0 to 1.

If you’re only hiding a remote user account, you don’t need to do anything else, as the user can login remotely without any issues.

Keep in mind that while this guide will help you to remove user accounts from the sign-in screen, it’s not recommended to remove all the accounts, including your own, as you may find tough to get back in.

These steps work on Windows 10, and it should also work on Windows 8.1 and Windows 7.