Sharing bluetooth pairing between Mac OS and Windows

I wrote a small script to dump the pairing information from OSX into a Windows registry file. When you load that registry file, your bluetooth device will pair with both systems.

2 thoughts on “Sharing bluetooth pairing between Mac OS and Windows”

  1. Please how do i run this script.. I tried to double click the .py file i creatad in windows 10 but it didn’t work

    1. You don’t run the script on Windows. You need to run it on your MacOS, by opening the terminal and running `python script.py` (or just `./script.py` if you have the permissions set correctly). The script will then generate a registry file, and that is the file you need to open in Windows.

Leave a Reply

Your email address will not be published. Required fields are marked *