1
0 Comments

I made a secret user account and used the “reg” command to prevent it from being visible on the Windows login screen and Fast User Switch menu.

reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" /v user /t REG_DWORD /d 1 /f

However, what is the method for accessing and logging in to this user account now?

Askify Moderator Edited question May 2, 2023