Jul 7, 2011

Hide accounts from Windows Welcome Screen


This is a neat little trick for those spy wannabes, or those of you who are paranoid wanting a secret user account on your system. If you have a public available computer, you may want to make sure users log on, using the proper account(s). This can be achieved with a little tweak of the registry. The hidden accounts are of course available for log in, when you know where to look.

  1. Open registry editor (regedit.exe)
  2. Navigate to HKEY_LOCAL_MACHINE -> Software -> Microsoft-> Windows NT ->CurrentVersion -> Winlogon
  3. Under Winlogon, look for a key named: SpecialAccounts If it’s not there create a New key (in the left pane) with that name.
  4. If The SpecialAccounts Key is present, inside there will be another key named: UserList (if not create it). If the UserList Key is present you may find several usernames listed, if the username you want to hide is there, skip to step 6.
  5. In the Right Pane, create a new DWORD value, and use the account name that you want to hide.
  6. Double click the new DWORD entry and set the value to 0 (zero) To unhide an account later on, set the value to 1 (one)

The next time you log on, the account will be hidden.

Note:-  To access the hidden accounts, press CTRL+ALT+DELETE at the welcome screen to open the “Log on to Windows” dialog box.

No comments:

Post a Comment