Thanks for this article! I used it recently to help remove my 8Bitdo Pro 2 controller from my Bluetooth list when Windows 10 failed to remove it using the included method via settings (it would only report that the remove failed after each attempt).
I ran into one hiccup when trying to find the device ID that I'd like to share in case it helps someone else.
I couldn't find the device's ID in the Device Manager because it was not present there, sadly.
However, I was able to find the device's ID by using this method instead of relying on it being present in Device Manager.
- Go to the old Control Panel
- All Control Panel Items
- Devices and Printers
- Right click the device --> properties
- Bluetooth tab
- Copy the "Unique identifier" but then remove the colons so it is only a string of alpha numerical data with no colons EXAMPLE e5:17:d8:e1:10:95 would become e517d8e11095
- This code will be what can be found in the registry location you referenced to be able to delete the correct registry item
Hopefully if anyone runs into this hiccup they can get past it and thanks again for the helpful article!