Created
June 7, 2018 01:58
-
-
Save olliecheng/2640316a3ad2c1bb209a2cc810c94dd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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