[Your Name/Team] Document version: 1.0
| Task | Command | |------|---------| | Restart Bluetooth service | net stop bthserv && net start bthserv | | Re-enable Bluetooth radio (PowerShell) | Enable-PnpDevice -InstanceId (Get-PnpDevice -Class Bluetooth).InstanceId | | Check Bluetooth device status | Get-PnpDevice -Class Bluetooth -Status Error | bluetooth toggle missing windows 11
[Your Name/Team] Document version: 1.0
| Task | Command | |------|---------| | Restart Bluetooth service | net stop bthserv && net start bthserv | | Re-enable Bluetooth radio (PowerShell) | Enable-PnpDevice -InstanceId (Get-PnpDevice -Class Bluetooth).InstanceId | | Check Bluetooth device status | Get-PnpDevice -Class Bluetooth -Status Error |