Bluetooth Reset Script in Powershell

I recently had a need to be able to reset Bluetooth from a Powershell script. I found a lovely little script at https://techcommunity.microsoft.com/t5/windows-powershell/switch-bluetooth-off-and-on-via-powershell/m-p/2275616 that neatly fit the bill. But there was a little more to it. It had to run based on a Windows event. I needed the script to run when I opened my Read More …