Navigate Effortlessly: Bypass PIN in Windows 11 Projections

Navigate Effortlessly: Bypass PIN in Windows 11 Projections

Richard Lv11

Windows requires a PIN when projecting your computer onto another screen, such as a projector or a second monitor. Doing so prevents others from accessing your private information or projecting their content onto your computer.

However, if you’re the only person using your computer, you may find this extra security measure unnecessary. Let’s explore how to disable the “require PIN for pairing” setting when projecting to your PC in Windows 11.

1. Using Windows Settings

Windows has a built-in app that allows you to change various settings. You can use this app to turn off the “require PIN for pairing” setting when projecting to your PC. Here’s how to do it:

  1. Open the Settings menu .
  2. From the left sidebar, select the System tab.
  3. Scroll down to the Projecting to this PC section and click on it.

On the next page, look for the Require a PIN for pairing setting. Click on its drop-down menu, and you’ll see three options:

  • Never: Never ask for a PIN for pairing when projecting to this PC.
  • First Time: Require a PIN the first time you’re projecting to this PC.
  • Always: Always requiring a PIN for pairing when projecting to this PC.

Choose the Never option and exit the Settings window. The settings will be saved automatically, and you won’t need to enter a PIN when projecting your computer onto another display.

If you don’t see Require a PIN for pairing in the Projecting to this PC section, the feature is disabled on your computer.

To enable this feature, click on the Optional features link. You can also navigate to Settings > Apps > Optional features to access the same page. Doing so will open the optional features window.

Add the Wireless Display optional feature

Click the Add an optional feature button and search for Wireless Display. You should see the Wireless Display feature listed in the search results. Check the box next to it and click Next > Install.

Add an optional feature

Once the feature is installed, return to the Projecting to this PC section in Settings. You should now see the “require a PIN for pairing” setting. Choose the Never option and close the window.

2. Using the Group Policy Editor

Another option is to use the Group Policy Editor. This method requires you to have a Pro or Enterprise Windows version. However, you can activate the Group Policy Editor in Windows Home Edition .

Once you’ve done that, follow these steps to turn off the feature:

  1. Press Win + R on your keyboard to open the Run dialog box.
  2. Type gpedit.msc in the text field and press Enter. This will open the Group Policy Editor window.
  3. From the left sidebar, navigate to the following path:
    Computer Configuration > Administrative Templates > Windows Components > Connect​
  4. On the right side of the window, look for Require pin for pairing and double-click on it. Doing so will open the policy settings page.
    Disable the Require pin for pairing policy
  5. Select the Enabled radio button and select Never from the drop-down menu.
    Never Require Pin For Pairing in GPE
  6. Click Apply > OK to save the changes.

After that, exit out of the window. When projecting your computer onto another screen, you won’t need a PIN anymore.

3. Using the Registry Editor

If you can’t access the Group Policy Editor, you can use the Registry Editor to disable the “Require PIN for Pairing” setting. This method involves editing the Windows registry, so creating a system restore point and backing up the registry before proceeding is essential. That way, you can easily restore your computer if anything goes wrong.

Once you’ve done that, follow these steps to turn off the feature:

  1. Press the Windows key to open the Start menu.
  2. Type regedit in the search bar and hit Enter to open the Registry Editor.
  3. If the User Account Control window prompts, click Yes to give the program permission.
  4. In the left sidebar, navigate to this path:
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Connect
  5. If you don’t see the Connect key at this location, right-click on Windows and select New > Key. Name it Connect and press Enter.
  6. Now, right-click on Connect and select New > DWORD (32-bit) Value.
  7. Name the value RequirePinForPairing and press Enter. Doing so will create a new DWORD in the registry.
  8. Double-click on this newly created value to open its Properties window.
    Tweak Registry to Disable Require PIN for Pairing
  9. Set the Value data to 0 and click OK to save the changes.

Once you’ve done that, exit the Registry Editor window and restart your computer. After restart, you won’t need a PIN when projecting your computer onto another screen.

To turn the feature back on, follow the same steps but set the Value data to 1. This will enable the required PIN for pairing settings when projecting to a Windows 11 PC​​​​​.

4. Using a REG File

The fourth and final option is to use a REG file. This method is for those who have little or no experience with the Registry Editor. The REG file contains instructions that edit the Windows registry on your behalf. If you’d rather use this method, here’s what you need to do:

  1. Right-click on Start and select Run from the menu.
  2. Type Notepad in the text field and press Enter.
  3. In the Notepad window, type or copy-paste the following code lines:
    `Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Connect]
"RequirePinForPairing"=dword:00000001`
4. Click File and select Save as from the menu.
5. In the Save As window, click the Save as type drop-down menu and select All files.
6. Name the file DisableRequirePin.reg and select Desktop from the left sidebar.
Disable the Required PIN for Pairing
7. Now click Save and exit Notepad. You'll find the REG file on your desktop.
8. Double-click on it and select Yes when prompted. This will edit the registry on your behalf.

Once done, restart your computer and the settings will be saved automatically. You won't need to enter a PIN when projecting your PC onto another screen.

If you ever want to re-enable this feature, repeat the same steps as above and use this code in Notepad:

`Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Connect]
"RequirePinForPairing"=dword:00000003`

Save the file with the EnableRequirePin.reg filename and double-click on it to edit the registry.

After that, restart your computer and the setting will be enabled. You'll now need to enter a PIN each time you project the PC onto another screen.

Project to a Windows 11 PC Without Requiring a PIN

Projecting your PC onto another display is a useful feature that allows you to mirror or extend your computer screen. Now you know how to do so without needing to enter your PIN every time.

However, if you’re the only person using your computer, you may find this extra security measure unnecessary. Let’s explore how to disable the "require PIN for pairing" setting when projecting to your PC in Windows 11.

Also read:

  • Title: Navigate Effortlessly: Bypass PIN in Windows 11 Projections
  • Author: Richard
  • Created at : 2024-06-25 16:21:29
  • Updated at : 2024-06-26 16:21:29
  • Link: https://win11-tips.techidaily.com/navigate-effortlessly-bypass-pin-in-windows-11-projections/
  • License: This work is licensed under CC BY-NC-SA 4.0.