I'm looking for reliable methods to connect to Bluetooth devices, unpair them, and reconnect through PowerShell. I've found various approaches online, but I want to know the standard methods people commonly use. Also, I can't use devcon for this, so what else is out there?
1 Answer
Back in the day, like around 2015, I had a go at this with PowerShell 2.0 on Windows 8. It was quite a hassle back then—I had to rely on external apps and messing with registry values. I think things have improved since then, but it can still be a bit of a pain to code for Bluetooth management in PowerShell.
Thanks for sharing your experience! Seems like it's still a bit tricky. Have you found any resources that could help with the newer versions?