How to prevent apps from communicating with Unpaired Devices
This article will help you if you want to prevent pre-installed apps from communicating with unpaired wireless devices. You can block apps from sharing information with unpaired devices using Windows Settings, Registry Editor, and Local Group Policy Editor. Windows 10’s pre-installed apps can share and synchronize information with a wireless device even if that is not paired with your computer.
Prevent apps from communicating with unpaired devices
To prevent apps from communicating with unpaired devices using Windows Settings, follow these steps-
- Press Win+I to open the Windows Settings.
- Go to Privacy > Other devices.
- Toggle the Communicate with unpaired devices button.
Open the Windows Settings on your computer. For that, press the Win+I buttons together or click the settings gear icon in the Start Menu.
After opening it, go to Privacy > Other devices. Here you will find a heading called Communicate with unpaired devices. By default, it is turned ON. Toggle the button to turn it OFF.
There is another option called Choose apps that can communicate with unpaired devices. If you click on this option, you will have to option to choose specific apps according to your requirements.
Block apps from communicating with unpaired devices using Group Policy Editor
To block apps from communicating with unpaired devices using GPO, follow these steps-
- Press Win+R to open the Run prompt.
- Type gpedit.msc, and hit the Enter button.
- Navigate to App Privacy in Computer Configuration.
- Double-click on Let Windows apps communicate with unpaired devices.
- Select the Enabled option.
- Choose Force Deny from the drop-down list.
- Mention the Package Family Name.
- Click Apply and OK.
Open the Local Group Policy Editor. For that, press Win+R, type gpedit.msc
, and hit the Enter button. After that, navigate to the following path-
Computer Configuration > Administrative Templates > Windows Components > App Privacy
On your right-hand side, you will see a setting called Let Windows apps communicate with unpaired devices.
Double-click on it and select the Enabled option. Now, you will have to choose Force Deny from the Default for all apps drop-down list.
After that, you can specify the app. Even if you choose the Force Allow option, you will get the same option.
For your information, it is required to enter the Package Family Name.
At last, click the Apply and OK buttons, respectively.
Prevent apps from communicating with unpaired devices using Registry Editor
To prevent apps from communicating with unpaired devices using Registry Editor, follow these steps-
- Press Win+R.
- Type regedit and hit the Enter button.
- Navigate to AppPrivacy in HKLM.
- Right-click on AppPrivacy > New > DWORD (32-bit) Value.
- Name it as LetAppsSyncWithDevices.
- Double-click on it and set the Value data as 2.
- Click OK.
It is recommended to create a System Restore point before making any change in the Registry Editor.
Open the Registry Editor. For that, press Win+R, type regedit
, and hit the Enter button. After that, navigate to the following path-
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsAppPrivacy
If you do not find the AppPrivacy, create it manually. For that, right-click on Windows > New > Key, and name it as AppPrivacy.
After that, right-click on AppPrivacy > New > DWORD (32-bit) Value and name it as LetAppsSyncWithDevices.
Double-click on it and set the Value data as 2. 2 represents Force Deny. If you want to use the Force Allow option, set the Value data as 1.
Like other methods, it is possible to specify an app to prevent it from communicating with unpaired wireless devices. If you want to do so, follow these steps. Otherwise, the above-mentioned Registry change will do the job.
After that, right-click on AppPrivacy > New > Multi-String Value and name it as:
LetAppsSyncWithDevices_ForceDenyTheseApps.
Then, double-click on it, and write down the Package Family Name one after one.
Click OK to save the change. However, if you Want to use the Force Allow option, it is required to create a Multi-String Value named LetAppsSyncWithDevices_ForceAllowTheseApps
. On the other hand, LetAppsSyncWithDevices_UserInControlOfTheseApps
will let other users choose apps manually.
To find the Package Family Name of a pre-installed app, follow the same method as mentioned above.
That’s all!