Hide users accounts from Windows login
Description
This technique involves configuring Windows systems to prevent specific user accounts from appearing on the login screen while still allowing them to exist and function on the system. It can be used to enhance operational security, limit user visibility, or maintain hidden administrative accounts
Steps
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist /v $user_account /t REG_DWORD /d 0 /f