A special user does not appear in Windows login screen
        Posted  
        
            by 
                shayan
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by shayan
        
        
        
        Published on 2012-06-07T17:05:28Z
        Indexed on 
            2012/06/08
            4:41 UTC
        
        
        Read the original article
        Hit count: 626
        
In the list of users (under Local Users and Groups in my Windows 7) I have an ASPNET user (its description says "Account used for running the ASP.NET worker process (aspnet_wp.exe)" and its full name is "ASP.NET Machine Account")
The thing is this user does not appear in Windows login screen. What I have found:
- It is not a "Built-in security pricipal" user
 - It belongs only to Users group
 - I don't have 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccountskey in my registry 
In every sense I can see that it is a normal user yet it does not appear in login screen. Now the questions are:
What does make it special?
How can I create a user like this?
© Server Fault or respective owner