- Pair and connect on Linux
- Pair and connect on Windows
- Shut down Bluetooth device
- Boot to Linux
- Mount Windows partition
- Go to
<windows-mount>/Windows/System32/config - Run command
chntpw -e SYSTEM
- Install chntpw if it is not available
| # Copyright 2014-2017 Bert Carremans | |
| # Author: Bert Carremans <bertcarremans.be> | |
| # | |
| # License: BSD 3 clause | |
| import os | |
| import random | |
| from shutil import copyfile |
| #!/bin/bash | |
| clear | |
| bold=$(tput bold) | |
| normal=$(tput sgr0) | |
| if [[ $1 =~ ^.*youtu.*$ ]]; then | |
| echo "${bold}Youtube-dl${normal}" | |
| echo "> ${1}" | |