Windows – Hide admin account from (Windows 7) login screen *without disabling* it

administratoruser-accountswindows 7

Can anyone please tell me how to hide admin account from the welcome screen without disabling it?

The method that uses the SpecialAccounts registry key does disable the account, so you can no longer enter the admin password to run elevated tasks from a limited account.

The solution should be usable by Home editions of Windows, so if it requires a group-policy, please also include the registry entry that the group-policy editor alters.

Best Answer

In the Registry, you can create a list of accounts to hide at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList. Create a REG_DWORD value named Administrator, with 0 as data to hide it (any other value will have no effect).

Related Question