Hiding a user from the Welcome Screen

From Ben's Writing

Jump to: navigation, search

Using a GUI

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

Using the command line

C:\> reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" \
     /v condor-reuse-slot1 /t REG_DWORD /d 0 /f

The operation completed successfully
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox