Hi Winterstorm,
I just found out that the tweak:
Privacy" Name="Other Devices - Let apps share and sync automatic information with wireless devices" Selected="true"
Is causing the checkbox in the Windows setting to be grayed out.
As a solution the registry tweak can be changed to:
This will only result in switching it off but leave the possibility for the user to turn it on again if wanted.
Best regards,
Markus
I just found out that the tweak:
Privacy" Name="Other Devices - Let apps share and sync automatic information with wireless devices" Selected="true"
Is causing the checkbox in the Windows setting to be grayed out.
As a solution the registry tweak can be changed to:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\bluetoothSync]
"Value"="Deny"
This will only result in switching it off but leave the possibility for the user to turn it on again if wanted.
Best regards,
Markus