
If ((Get-Service bthserv).Status -eq 'Stopped') This is challenging because of the necessary interoperation with WinRT, but it is possible in pure PowerShell: Param ( I can't believe Microsoft would be so ignorant to not provide such a command…
using explorer: ms-settings:bluetooth or explorer.exe %LocalAppData%\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy\LocalState\Indexed\Settings\cs-CZ\AAA_ttingcontent-ms… opens the Bluetooth settings panel, but I still have to click on the toggle. NET: The most relevant page on MSDN doesn't say a word about turning the adapter on/off. using net as admin: net stop bthserv… doesn't actually turn off the radio (BT speaker continues playing music).
using powershell as admin: Disable-NetAdapter "Bluetooth Network Connection 3" (which is translation of the name of my Bluetooth adapter)… it disables the PAN driver, but a Bluetooth speaker continues playing music…. using devcon as admin: devcon disable USB\VID_8087&PID_07DC&REV_0001 (which is the HW ID of my Bluetooth adapter)… requires reboot to work…. What I've tried (with music playing through a Bluetooth-connected speaker to really know the state of the radio): Similar to using the Device Manager method, users will have to open the Services app and enable the service if they want to use Bluetooth again.Such a simple task, one would say, and I haven't found a satisfiable solution. This method involves stopping the Bluetooth Support Service, which is responsible for the discovery and association of Bluetooth devices. The Services menu comes in handy for other tasks as well. If you’re not planning to use the Bluetooth service on Windows 10 and would rather prefer if it was disabled, you can do so using the Services application. This will keep Bluetooth disabled on your computer until you re-enable the Bluetooth adapter using the Device Manager. Related: Bluetooth Not Working in Windows 10? Ways to Fix Pairing Problems Close Device Manager and reboot your computer. Right-click on the Bluetooth adapter and select Disable device.
In the Device Manager, expand the Bluetooth section.In the text box, type devmgmt.msc and hit Enter to launch the Device Manager.Press Windows key + R to open the Run prompt.