Skip to content

Instantly share code, notes, and snippets.

@fallenprogrammr
Last active January 13, 2020 23:12
Show Gist options
  • Save fallenprogrammr/9cbbe3ec65eea1652924c12fd8fce110 to your computer and use it in GitHub Desktop.
Save fallenprogrammr/9cbbe3ec65eea1652924c12fd8fce110 to your computer and use it in GitHub Desktop.
Windows enable / disable bluetooth
net start bthserv / net stop bthserv
There might be dependent services to start (they will be stopped automatically)
for example - Bluetooth User Support Service_dd84e
Mac Os enable / disable bluetooth
brew install blueutil
blueutil -p 1 / blueutil -p 0
Monitor switch input source
Use ddc libraries
Windows - clickmonitorddc
Mac - https://github.com/kfix/ddcctl
Make Mac os disk utility show the partition scheme option -> https://support.apple.com/en-us/HT208496
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment