It seems you've admin protection enabled.
Go to Windows Security > Account protection and then turn off administrator protection.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I turn off the Windows Security setting that asks for my pin everytime I try to sign into an app?
It seems you've admin protection enabled.
Go to Windows Security > Account protection and then turn off administrator protection.
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
AI answer
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.
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: