Windows Security pin and passwords

Brenda 10 Reputation points
2023-08-16T19:47:10.9933333+00:00

Everytime I put a password into my laptop, Window's security asks for my sign-in pin number. How do I turn this off?

Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
40 questions
0 comments No comments
{count} vote

4 answers

Sort by: Most helpful
  1. Ashley Higgins 10 Reputation points
    2024-03-28T01:02:55.0066667+00:00

    In my experience, it was a Chrome setting!

    shot

    1 person found this answer helpful.
    0 comments No comments

  2. Ashley Higgins 10 Reputation points
    2024-03-28T01:03:38.5233333+00:00

    In my experience, it was a Chrome setting!shot

    1 person found this answer helpful.
    0 comments No comments

  3. zscaife 0 Reputation points
    2023-08-16T19:59:16.02+00:00

    It sounds like you're experiencing a situation where Windows security is prompting for a sign-in PIN after entering a password on your laptop. To address this, you can try the following steps:

    Settings: Open "Settings" by clicking the Start menu and selecting the gear-shaped icon.

    Accounts: In the Settings window, select "Accounts."

    Sign-in options: Choose "Sign-in options" from the left sidebar.

    PIN: Under "Sign-in options," find the section related to PIN and click "Remove."

    0 comments No comments

  4. ZhoumingDuan-MSFT 8,295 Reputation points Microsoft Vendor
    2023-08-17T08:53:00.6466667+00:00

    @Brenda, Thanks for posting in Q&A. 

    From your description, we understand that you want to turn off sign-in pin. For one device to turn off sign-in pin, please follow the steps @zscaife mentioned. Moreover, if you want a group of devices turn off sign-in pin, based on my test, we can use PowerShell script to disable the sign in pin via Intune. Here are steps you can take:

    1, Create a .ps1 file on your device and here is the content of script:

    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.
    
    

    2, Add a PowerShell script which locate in Devices > Script > add ,upload the script into Intune and Set Script settings follow the screenshot below:A screenshot of a computerDescription automatically generated

    3, Assign the policy to group.

    4, After the policy applied, the Windows Hello PIN change button will disappear and the windows sign in page will ask for password instead of pin to sign in.

    Before we disable windows hello pin

    User's image

    User's image

    After we disable windows hello pin

    User's image

    Hope above can be helpful!


    If the answer is helpful, please click "Accept Answer"  and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.