Get out of my head and onto my blog

23 August 2011

Hide administrator account from Welcome screen

Setting up a new laptop (Win 7 Professional), and i enable the administrator account so i can access the PC's from the server, but it started showing on the Welcome screen as a user, which i didn't want.



  1. Run Registry Editor (RegEdit.exe).
  2. Navigate to the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

    Special Accounts User List

    Note: If SpecialAccounts and UserList is not found, create new sub-key and name them accordingly.

  3. Select UserList, and in the right pane, right click on any blank space, and point to New -> DWORD (32-bit) Value.
  4. Name the new DWORD registry value name as the exact same name that match the name of the user account to be hidden.

    For example, if the user ID of the user account is John, the name the registry value as John.

  5. Double click on DWORD registry value, and set the value data to 0 in oder to hide the account from Welcome Screen.

    Tip: To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.

  6. Exit Registry Editor.
  7. Log off or restart computer to make the change effective.

Labels: , , , , , ,

0 Comments:

Post a Comment

<< Home