Skip to content

Instantly share code, notes, and snippets.

@ko-zu
Forked from hacker1024/disableAAC.reg
Created August 14, 2023 02:12
Show Gist options
  • Save ko-zu/9d1c38a4d92cb13a5e8bf789b98315c7 to your computer and use it in GitHub Desktop.
Save ko-zu/9d1c38a4d92cb13a5e8bf789b98315c7 to your computer and use it in GitHub Desktop.
Disable AAC Bluetooth audio codec in Windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters]
"BluetoothAacEnable"=dword:00000000
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters]
"BluetoothAacEnable"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment