Information
Service supporting the audio gateway role of the Bluetooth Handsfree Profile.
The recommended state for this setting is: Disabled
Bluetooth technology has inherent security risks - especially prior to the v2.1 standard. Wireless Bluetooth traffic is not well encrypted (if at all), so in a high-security environment, it should not be permitted, in spite of the added inconvenience of not being able to use Bluetooth devices.
Solution
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
Set-Service -Name BTAGService -StartupType Disabled
Note: This service was first introduced in Windows 10 Release 1803. It appears to have replaced the older
Bluetooth Handsfree Service (BthHFSrv)
, which was removed from Windows in that release (it is not simply a rename, but a different service).
Impact:
Bluetooth hands-free devices will not function properly with the computer.