Skip to content

IT-Admins

a website from a systems administrator for systems administrators

    • Home
    • IT-Admins CMDB
      • ITAM – Features
      • ITAM – Release Notes
      • ITAM – Download
      • ITAM – Installation
      • ITAM – Online Manual
        • ITAM – General Functions
        • ITAM – Settings
        • ITAM – Common Modules
          • ITAM – Main Page
          • ITAM – Workstations
          • ITAM – Monitors
          • ITAM – Printers
          • ITAM – Toner-Inventory
          • ITAM – Servers
          • ITAM – Infrastructure Assets
          • ITAM – Other Assets
          • ITAM – Purchases
          • ITAM – Employees
          • ITAM – Software
          • ITAM – Projects and Project Tasks
          • ITAM – Phones/DIDs
          • ITAM – IP Addresses
          • ITAM – Responsibility Matrix
          • ITAM – IT Supplies
        • ITAM – Less Common Modules
          • ITAM – Departments
          • ITAM – Vendors
          • ITAM – Expenses
          • ITAM – Checklist Templates
          • ITAM – LDAP Groups
          • ITAM – Phones and Phone Models
          • ITAM – Links
          • ITAM – Reminders
          • ITAM – Printer Models and Supplies
          • ITAM – VLANs
          • ITAM – Databases
          • ITAM – WebServer
          • ITAM – Certificates
          • ITAM – DNS Entries and Zones
        • ITAM – Research Modules
          • ITAM – TAGs
          • ITAM – Notes
          • ITAM – Checklists
          • ITAM – Incidents
          • ITAM – MAC address search
          • ITAM – LDAP sync Log
          • ITAM – WMI Log
          • ITAM – LDAP compare
          • ITAM – Service Log
    • IT-Admins tool
      • IT-Admins Tool – Features
      • IT-Admins Tool – Scenarios
      • IT-Admins Tool – Screenshots
      • IT-Admins Tool – Release notes
      • FAQ
      • IT-Admins Tool – Download
      • IT-Admins Tool – Online Manual
        • IT-Admins Tool – Overview
        • IT-Admins Tool – Generic search functions
        • IT-Admins Tool – Configuration
        • IT-Admins Tool – Domain Users
        • IT-Admins Tool – Domain Groups
        • IT-Admins Tool – Domain Computers
        • IT-Admins Tool – Domain Contacts
        • IT-Admins Tool – NTFS ACLs
        • IT-Admins Tool – Long Paths
        • IT-Admins Tool – Directory compare
        • IT-Admins Tool – Search function
    • IT Search
      • IT Search – How it works
      • IT Search – Release Notes
      • IT Search – Download
      • IT Search – Installation
      • IT Search – Online Manual
        • Applying updates
        • Search Providers
        • Configuration
        • Error Log viewer
        • Active Users
        • Monitoring and Statistics
        • Backup and Restore
    • EOL Solutions
      • IT Printer Management (EOL)
        • Printer Management EOL – Installation
        • Printer Management EOL – Download
        • Printer Management EOL – Online Manual
          • Printer Management EOL – Executing the script
          • Printer Management EOL – Using the Sys-Search
          • Printer Management EOL – Managing printers
          • Printer Management EOL – Reviewing the log
          • Printer Management EOL – User to printer (v2)
          • Printer Management EOL – Computer to printer (v2)
      • IT Assets Database (EOL)
        • IT Assets DB Video
        • EOL Asset DB – Features
        • EOL Asset DB – Installation
        • EOL Asset DB – Release Notes
        • EOL Asset DB – Update to the newest version
        • EOL Asset DB – Download
        • EOL Asset DB – Online manual
          • EOL Asset DB – Overview
            • EOL Asset DB – The floating / roaming task execution
          • EOL Asset DB – Using the the sys search
          • EOL Asset DB – Main menu
          • EOL Asset DB – Workstations
          • EOL Asset DB – Monitors
          • EOL Asset DB – Departments
          • EOL Asset DB – Printers
            • EOL Asset DB – Printer models and supplies
            • EOL Asset DB – Toner inventory
          • EOL Asset DB – Incidents
          • EOL Asset DB – Software and licenses
          • EOL Asset DB – LDAP change reporting / synchronization
            • EOL Asset DB – Employees
            • EOL Asset DB – LDAP Groups
          • IP addresses – IPAM
          • EOL Asset DB – DNS management
          • EOL Asset DB – Servers and equipment
            • EOL Asset DB – databases
            • EOL Asset DB – backup reviews
            • EOL Asset DB – Certificate management
            • EOL Asset DB – Webserver Management
          • EOL Asset DB – Vendors and contacts
          • EOL Asset DB – Links and URLs
          • EOL Asset DB – Reminders
          • EOL Asset DB – Purchases
          • EOL Asset DB – Expenses
    • Current Page Parent Blog
    • Contact
    • Links

    Reset or Remove the Windows Hello PIN

    Windows 10 offers various ways to logon to your device. All of them have their pro’s and con’s. One thing is for sure, Microsoft loves the Windows Hello PIN. Even on an Active Directory Domain joined system – if you want to e.g. set up a Finger-Print login, you will be forced to generate a Windows Hello PIN, at least by default.

    Funnily it can happen that you don’t even have the option to reset the PIN. What if the user forgot his PIN? No big deal? Well… it actually is a big deal. By default Windows goes back to the PIN if the Finger-Print reader does not work, what is especially common with the Microsoft Surface Keyboards, sure you can rip them off and re-attach to make it work again, but still your user-base / employee-base will say it asks for a PIN and I forgot it..

    Fingerprints and PINs are stored locally on the device, in a secured vault. You can’t really alter it, but you can remove it.

    In order to remove all locally stored PINs and possibly even Finger-Prints, you must delete all contents of %windir%\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC.

    The quickest way to accomplish this is using the two following commands in an elevated Command Prompt / CMD (run as administrator).

    Take ownership and grant rights
    MS DOS
    1
    2
    3
    takeown /f %windir%\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC /r /d y
     
    icacls %windir%\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC /grant administrators:F /t

    The first one will take ownership of the folder, the second one then will grant administrators rights to it.

    Once this is done, you need to delete all contents of the folder. If you are logged on as an administrator you can just use Windows Explorer. If you are logged on as a regular user, you need to do it either more manual in CMD or use e.g. a tool like 7-zip in elevated mode and navigate to the folder, be aware that 7-zip might not be able to handle %windir%, either navigate manually to the folder or use C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC to get to the path. Delete all contents.

    Reboot.

    This sledgehammer method will delete all stored PINs and other information for all accounts known by the device. They will need to logon with their Active Directory password and start from scratch. You might also need to click on e.g. REMOVE in the Finger-Print configuration to start over.

     

    Tags: accountactive directorycleanuplockoutpasswordsecuritywindows

    March 22, 2021 by Florian Rossmark configuration solutions windows

    You may also like...

    • Prevent ScreenSaver coming up with a PowerShell script

      Prevent ScreenSaver coming up with a PowerShell script

    • Enable SMBv1 on Windows 10 per GPO

      Enable SMBv1 on Windows 10 per GPO

    • Password expiration notifications for end users

      Password expiration notifications for end users

    • Next ActiveDirectory/LDAP result limits – MaxPageSize
    • Previous VMware hosts network speed tests with iperf

    Recent blog posts

    • PRTG sensor to monitor a directory for a specific file type and minimum size and age February 15, 2023
    • APC NetBotz 250 SNMP monitoring with PRTG December 6, 2022
    • Linux and DHCP reservations aren’t working June 28, 2022
    • Check your webpage for mobile friendly readiness June 15, 2022
    • Tools for WebAnalytics and SEO April 21, 2022

    Blog Archives

    Tags

    cleanup monitoring UEFI filesystem backup exec network lockout ldap html vmware active directory SNMP Office 365 automate web dhcp server profile prtg dfs slack performance sql eventlog office powershell website print backup veritas notification excel javascript ip password windows ssl rds certificate account database security script gpo outlook
    • Terms & Conditions
    • Privacy Policy
    • Opt-out preferences
    • SPICEWORKS
    • LOPSA
    • RSS
    • LinkedIn
    • ITML
    • XING

    IT-Admins © 2025. All Rights Reserved.

    Powered by WordPress. Theme by Alx.

      Manage Cookie Consent
      To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
      Functional Always active
      The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
      Preferences
      The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
      Statistics
      The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
      Marketing
      The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
      Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
      View preferences
      {title} {title} {title}