Add TI-CMD.bat

This commit is contained in:
Arma-Damna-Dillo 2025-02-13 22:07:07 +00:00
parent 79fa8a8b19
commit 0e2454e437

10
TI-CMD.bat Normal file
View file

@ -0,0 +1,10 @@
@echo off
title TrustedInstaller CMD
color 0a
echo "TrustedInstaller CMD is made by Sneed Group."
:A
set /p bp="TI:\> "
sc.exe stop TrustedInstaller
sc.exe config TrustedInstaller binpath= "cmd /c %bp%"
sc.exe start TrustedInstaller
goto A