Hi, thanks for the update.
I'd like to ask if there's the password field or not at all? Did you see "Sign-in options" and when clicking it a key icon appears (password option) or there's nothing, just only the PIN box?
If it's the latter case, this usually means the Windows Hello PIN data is corrupted or/and the sign-in UI is stuck. A common path is to try to remove the Windows Hello data completely and then set a new PIN. Let's try this:
- From the sign-in screen, hold Shift and select Restart (Power icon > Restart).
- This will help you enter WinRE
- However, if it doesn't work, you have to enter it manually. The way to force WinRE is different between PC models.
- Then go to Troubleshoot > Advanced options > Command Prompt
- Run these commands one by one:
-
diskpart -
list vol -
exit
-
- Look for the volume that contains the
Windowsfolder (oftenC:) - Then run the following (replace
C:with the correct letter if different)-
cd /d C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft -
dir -
ren Ngc Ngc.old
-
- Then restart the PC > see if you have the option to sign in with password now.
If any of the commands fails, reply back with the exact error text and I’ll provide the additional commands or other solutions if needed.