I have multiple accounts on my Windows 7 system. Some accounts aren't user account (e.g. accounts specifically for a service), yet these accounts still show on the Windows 7 Login screen.

Am I able to hide these accounts from being shown? I cannot find any options to allow this.

link|improve this question
Use any Windows 7 tweaker tool -- it should have such option available (Yamicsoft Windows 7 definitely can do this). You can hide such accounts using secpol.msc (then "Security Settings | Local Policies | User Rights Assignment | Deny log on locally"), but it is not available for Home Premium. Other than that -- you will have to edit registry directly. – LazyOne Sep 13 '11 at 13:43
feedback

1 Answer

On Windows Vista and Windows 7 you can specify certain accounts to be "special accounts" that do not show-up on the logon screen.

Basically it is a list in the registry below the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLists

There you can create of each account name an DWORD of value 0 using the account name as the value name.

A detailed description including screen shots can be found here:

http://www.howtogeek.com/howto/windows-vista/remove-user-accounts-from-the-logon-screen-in-windows-vista/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.