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.

Gry How to Show FPS Counter in Linux Games
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...
Gry How to download and Play Sid Meier's Civilization VI on Linux
How to download and Play Sid Meier's Civilization VI on Linux
Introduction to the game Civilization 6 is a modern take on the classic concept introduced in the series of the Age of Empires games. The idea was fai...
Gry How to Install and Play Doom on Linux
How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...