Skip to content

Instantly share code, notes, and snippets.

@olliecheng
Created June 7, 2018 01:58
Show Gist options
  • Save olliecheng/2640316a3ad2c1bb209a2cc810c94dd4 to your computer and use it in GitHub Desktop.
Save olliecheng/2640316a3ad2c1bb209a2cc810c94dd4 to your computer and use it in GitHub Desktop.
@echo off
echo TTB Startup Fixer
set /P EXEPATH="Drag and drop your TTB .exe into here and press Return/Enter: "
set /P CFGPATH="Drag and drop your config file into here and press Return/Enter: "
echo Now, open a command prompt window as Administrator (or press Windows+X together and then press A) and paste in this command:
echo reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /v TranslucentTB /t REG_SZ /d "%EXEPATH% -config %CFGPATH%" /f
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment