How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I created a new local administrator account on my windows laptop, but the account does not appear on the lock/sign-in screen as a selectable user. I am locked with guest account with no admin rights. Hence all access denied.
Details below:
net user.Troubleshooting already tried:
Thanks in advance for any guidance or official references.
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
Your newly created administrator account is likely being hidden from the sign-in screen by a specific registry configuration, commonly found at the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList registry path. System administrators sometimes use this exact key to keep background service accounts invisible, but if a primary local admin gets hidden here, it creates a total lockout scenario. Because your current session is restricted to guest privileges, User Account Control will explicitly deny any attempts to open the Registry Editor and change those values to make your account visible again.
To resolve this without violating system security protocols, you must rely on the official Windows Recovery Environment by holding the Shift key while clicking Restart from your power menu. Once the blue recovery screen appears, navigate to the advanced troubleshooting options and select System Restore. This tool attempts to roll back your system configuration and registry hives to a previous state before the account visibility issue occurred.
If the recovery environment is also unable to locate your administrator account to authorize the restore, or if no restore points exist, your only Microsoft-supported path forward is to select the Reset this PC feature . By choosing the option to keep your files, Windows will safely set aside your personal data stored in the C:\Users directories, cleanly reinstall the operating system, and prompt you to configure a fresh administrator account to regain full control of your machine.
Hope this answer brought you some useful information. If it did, please hit "accept answer". Should you have any questions, feel free to leave a comment.
VP