>>108629885
Save a txt file as .ps1 and put this in
Get-PnpDevice -FriendlyName *bluetooth* | Disable-PnpDevice | Enable-PnpDevice
You can launch it from any place or put it in task scheduler if there's a pattern to when you need to disable > enable the device. Ask chatgpt for a cmd command to get the syntax for that