Share via

Turn off windows security

Pat Hubbard 0 Reputation points
2026-05-24T22:57:53.4666667+00:00

How do I turn off the Windows Security setting that asks for my pin everytime I try to sign into an app?

Windows for home | Windows 11 | Accounts, profiles, and login
0 comments No comments

3 answers

Sort by: Most helpful
  1. Kapil Arya 37,826 Reputation points Volunteer Moderator
    2026-05-25T03:19:11.7433333+00:00

    It seems you've admin protection enabled.

    Go to Windows Security > Account protection and then turn off administrator protection.

    Was this answer helpful?

    0 comments No comments

  2. Ivan B 114.7K Reputation points Independent Advisor
    2026-05-24T23:57:57.71+00:00

    Hi,

    Now, if it's UAC, it's not recommended to disable it. Access the command prompt (admin) and run the command: reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

    This command will disable UAC, and thus applications that require admin access will no longer request the PIN. This applies to applications outside the Microsoft Store in some cases.

    I should remind you that doing this is not recommended; it's a matter of security.

    If you want to re-enable UAC, use the command below:

    reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

    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 email notifications if you want to receive the related email notification for this thread.

    Thanks

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-05-24T22:58:02.36+00:00

    Windows Hello PIN prompts come from the Windows sign-in options, not from the Windows Security app. To reduce or remove PIN usage when signing into apps, adjust sign-in options and passwordless settings.

    1. Open the Settings app, then select Accounts > Sign-in options (or use this shortcut: Sign-in options).
    2. Under Manage how you sign in to your device (Windows 10) or Ways to sign in (Windows 11), locate PIN (Windows Hello).
    3. If the PIN is optional and a password is still allowed, choose to sign in with Password instead when apps or Windows ask how to sign in.
    4. If the device is set to require Windows Hello only for Microsoft accounts:
      • In the same Sign-in options page, under Additional settings, turn off:
        • Windows 11 / Windows 10: For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device (in Windows 10 this appears as Require Windows Hello sign-in for Microsoft accounts).
      • After turning this off, password sign-in becomes available again for Microsoft account scenarios, so apps can use the account password instead of always forcing the PIN.

    Note: Removing the PIN entirely may not be offered on some configurations, especially when Windows Hello is required by policy. In those cases, the best option is to disable the “only allow Windows Hello sign-in” setting so that apps can use other sign-in methods.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.