This how-to will show you how to create a hidden user account in windows using regedit. Useful if you want to have a hidden account for remote access or in windows server 2012 r2 want the admin account enabled but not to show up on the login screen.
Goto start>run and type regedit (without quotation marks)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList
NOTE- you may have to create some keys after winlogon, just name them as you see them above
Create a new DWORD value and call it the name of the account that you would like to hide
To hide the account set the value to 0, to show it set it to 1
After a system reboot the changes should take effect and the account should be hidden!
0 Comments