- 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
#!/bin/sh | |
# Author: daper <[email protected]> | |
# Description: Shell Only S3 Upload Script with Multipart support. | |
# Requirements: openssl curl | |
# Optional: gnu-parallel | |
# Full path to this script. | |
# This is needed when using gnu-parallel. | |
# Please set-up manually. | |
SCRIPT="$(pwd)/backup.sh" |
Running games through Steam's Proton is great. But what if there is a secondary exe or configuration application bundled with the game? How can you launch it if Steam itself only launches the game?
Simply run this command in a terminal:
cd /path/to/steam/steamapps/compatdata/20920/pfx
STEAM_COMPAT_DATA_PATH="/path/to/steam/steamapps/compatdata/20920" WINEPREFIX=$PWD \
"$HOME/.steam/root/steamapps/common/Proton 5.0/proton" run ./drive_c/path/to/custom_application.exe