Login

Unable to add or use PIN sign-in option in Windows 10

Unable to add or use PIN sign-in option in Windows 10

Signing in to your device with a four-digit PIN is the easiest way to unlock your Windows 10 device, rather than entering a password. But some Windows 10 users are facing a problem as they are unable to use this login feature. In this post, we will show you a quick solution if you're unable to add or use the PIN sign-in option in Windows 10.

When trying to change or add a PIN login in Windows 10, you may encounter issues such as:

Usually, when this happens, it's caused by the NGC folder (see path below) getting corrupted.

C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC

Unable to add or use PIN sign-in option

If you're faced with this issue, emptying the NGC folder and resetting the ACLs (Access Control Lists) on the NGC folder should fix these issues. You can perform this task by simply running a batch file.

Here's how:

You must be signed in as an administrator to perform this task.

Note: This action will remove the PIN from all user accounts on the computer.

@echo off powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,takeown /f C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC /r /d y & icacls C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC /grant administrators:F /t & RD /S /Q C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc & MD C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc & icacls C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc /T /Q /C /RESET' -Verb runAs"

Users can now be able to add a PIN to their account if wanted and sign in to Windows 10 using the PIN.

Do remember to create a system restore point first.

Related post: Something happened and your PIN isn't available.

Middle mouse button not working in Windows 10
The middle mouse button helps you scroll through long webpages and screens with a lot of data. If that stops, well you will end up using the keyboard ...
How to change Left & Right mouse buttons on Windows 10 PC
It's quite a norm that all computer mouse devices are ergonomically designed for right-handed users. But there are mouse devices available which are s...
Emulate Mouse clicks by hovering using Clickless Mouse in Windows 10
Using a mouse or keyboard in the wrong posture of excessive usage can result in a lot of health issues, including strain, carpal tunnel syndrome, and ...