Last active
July 26, 2020 17:16
-
-
Save glimpsed/6ce18293edeb23d1ef5a7ddc04f24bf9 to your computer and use it in GitHub Desktop.
Fix Windows 10 Bluetooth toggle not appearing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Turn off windows 10 fast-startup and then turn off your computer then on again. steps: | |
WinKey -> type to search "Power & sleep settings" | |
"additional power settings" | |
"choose what the power buttons do" | |
"change settings that are currently unavailable" | |
untick "Turn on fast startup" | |
Save changes | |
turn off computer then turn it on | |
OR OR OR OR OR | |
1.) Uninstall everything that is Bluetooth-related that is listed in Programs & Features. | |
2.) Uninstall all Bluetooth-related drivers listed in the Device Manager. | |
3.) Restart the computer. Bluetooth will be reinstalled, and you can reinstall the programs that you removed from Programs & Features. | |
The problem is mainly because the drivers provided by vendor does not support windows 10 | |
(this happens if you have migrated from windows 7 or windows 8.1). | |
Reinstalling the bluetooth driver (Programs and Features)only would solve the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment