Skip to content

Instantly share code, notes, and snippets.

@beyond9thousand
Last active May 3, 2023 08:46
Show Gist options
  • Save beyond9thousand/4b6680ea7524f24d2c58b669460db997 to your computer and use it in GitHub Desktop.
Save beyond9thousand/4b6680ea7524f24d2c58b669460db997 to your computer and use it in GitHub Desktop.
::keepassxc.bat
@echo off
"C:\Program Files\KeePassXC\KeePassXC.exe" --pw-stdin "C:\beyond9thousand\important documents\syncthing\backup\application settings files\Password\Passwords.kdbx" < "C:\beyond9thousand\utility_programs\powershell_scripts\keepassxc\pwd.txt" |taskkill /F /IM cmd.exe
::powertunnel.bat
start javaw -Xmx200m -jar "C:\beyond9thousand\utility_programs\Programs\Power Tunnel\PowerTunnel.jar" --start --minimized
::syncthing.lnk
C:\ProgramData\chocolatey\bin\syncthing.exe -no-console -no-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment