Skip to content

HarbingerOfFire/tido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TIDO

Like SUDO, but instead it gives you TrustedInstaller Access to your Windows System.

It works by getting Starting the TrustedInstaller Application, getting the Security Identifier (SID), and using it to impersonate the running of commands as TrustedInstaller.

USE

To use open an admin terminal (WIN11) or Command Prompt (WIN10) and navigate to the directory containing tido.bat. Call tido and your script. TIDO takes a powershell script as it's input like the following:

tido Remove-Item -Path "C:\Windows\System32\Bubbles.scr"

SOURCES


-John Hammond
-James Forshaw