How to Disable Windows Hello PIN 3 Methods

  • هذا الموضوع فارغ.
  • Post
    Weekend Wiki
    مدير عام
    Disabling the Windows Hello PIN directly from the login screen or entirely from the system in Windows 11 requires administrative privileges and changes in system settings. Here’s how to achieve it:

    Method 1: Disable Windows Hello PIN via Group Policy

    1. Open Local Group Policy Editor:
      • Press Windows + R, type gpedit.msc, and press Enter.
    2. Navigate to the PIN Settings:
      • Go to Computer Configuration > Administrative Templates > System > Logon.
    3. Disable Convenience PIN Sign-In:
      • Locate the setting “Turn off convenience PIN sign-in”.
      • Double-click it, select Enabled, and click OK.
    4. Restart Your System:
      • Restart your computer to apply the changes. The PIN option should no longer appear on the login screen.

    Method 2: Disable Windows Hello PIN via Registry Editor (  )

    If Group Policy is unavailable (e.g., on Windows 11 Home), you can use the Registry Editor:

    1. Open the Registry Editor:
      • Press Windows + R, type regedit, and press Enter.
    2. Navigate to the Key:
      • Go to:
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions.
    3. Modify the Value:
      • Double-click on value and set it to 0.
    4. Restart Your System:
      • Restart the computer, and the Windows Hello PIN should be disabled.
      • Passwordless authentication options available soon to Windows users |  Information Technology Services

    Method 3: Disable Windows Hello from CMD (Direct Commands)

    1. Open Command Prompt as Administrator:
      • Press Windows + S, type cmd, right-click, and choose Run as Administrator.
    2. Execute Commands to Disable Windows Hello:
      • To disable Windows Hello features entirely:
        reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v value /t REG_DWORD /d 0 /f
        
    3. Restart Your System:
      • Reboot to apply the changes. The PIN option will no longer be available.

    Method 4: Remove Existing PIN

    To remove an existing PIN (if you don’t want to disable Windows Hello entirely):

    1. Open Command Prompt as Administrator:
      rundll32.exe keymgr.dll,KRShowKeyMgr
      
    2. Use the Windows Settings App: If you prefer GUI steps after CMD:
      • Go to Settings > Accounts > Sign-in options.
      • Under PIN (Windows Hello), select Remove.

      If “Remove” is grayed out, you may need to set a password or use the methods above to disable PIN functionality.

    Let me know if you encounter any issues or need further guidance!

  • يجب تسجيل الدخول للرد على هذا الموضوع.
arArabic