Logging into a hidden user account on Windows 10

1

I created a hidden user account and disabled it from the Windows login screen and Fast User Switch menu using reg command

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

but how can i login into this user now?

aloe

Posted 2019-04-24T06:59:37.100

Reputation: 11

Answers

1

You need to unhide it if you want to login to it. The only other form of login that won't require unhide is the runas command.

LPChip

Posted 2019-04-24T06:59:37.100

Reputation: 42 190

1

To login into a hidden account, you need to make Windows ask for user name and password during log on.

In the Local Security Policy (secpol.msc), go to Local Policies > Security options and enable "Interactive logon: Don't display last user name".

harrymc

Posted 2019-04-24T06:59:37.100

Reputation: 306 093