Analysis updated 2026-07-16 · repo last pushed 2026-04-02
Delete stubborn files or folders in protected system directories that return access denied errors.
Replace locked Windows system components by opening them with TrustedInstaller privileges.
Import registry files that Windows normally guards against modification.
Clean up leftover files in protected system folders during maintenance or uninstallation.
| aveyo/leanandmean | aveyo/d-optimizer | saideens-libraries/all-in-one-runtime-installer-v2 | |
|---|---|---|---|
| Stars | 418 | 185 | 136 |
| Language | Batchfile | Batchfile | Batchfile |
| Last pushed | 2026-04-02 | 2024-02-01 | — |
| Maintenance | Maintained | Dormant | — |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 1/5 |
| Audience | ops devops | general | general |
Figures from each repo's GitHub metadata at analysis time.
Installation is a simple registry merge or batch script that adds context menu entries, no external dependencies required.
RunAsTI is a Windows utility that lets you run programs, open folders, and import registry files with the highest level of system access, called "TrustedInstaller", instead of just running them as a regular administrator. This matters because Windows protects certain system files and settings even from admin accounts. If you've ever tried to delete a stubborn file or modify a locked registry key and gotten an "access denied" error, this tool gives you the permission level needed to get past that barrier. You install it by merging a registry file or running a batch script, which adds new "Run as trustedinstaller" options to your right-click context menu. From then on, whenever you right-click an executable, script, folder, or registry file, you can choose to open it with these elevated privileges. The tool works by borrowing the identity of TrustedInstaller (or the System account as a fallback), temporarily launching your chosen program under that identity, and then handing control back. Notably, it keeps your personal user profile loaded during this process, so your programs still have access to your settings and environment. This tool is built for Windows power users, IT administrators, and anyone who regularly maintains or tweaks Windows systems. For example, if you need to clean up leftover files in a protected system folder, replace a locked system component, or apply a registry tweak that Windows normally guards, you would use this to get the job done without fighting permission errors. It works across Windows 7 through Windows 11. What makes this project notable is how compact and self-contained it is. Rather than requiring you to install a separate application, it uses a clever snippet of code embedded directly in a registry entry or batch file. It also handles edge cases that the built-in "run as administrator" option does not, for instance, it works with file paths containing special characters that normally cause errors, and it includes specific workarounds for a bug in Windows 11's initial release. The tradeoff is that running things as TrustedInstaller is inherently risky, since it removes the safeguards that prevent you from accidentally damaging your system.
A compact Windows tool that adds a right-click option to run programs, open folders, or import registry files with TrustedInstaller-level system access, bypassing permission errors that regular admin mode cannot overcome.
Mainly Batchfile. The stack also includes Batchfile, Windows Registry.
Maintained — commit in last 6 months (last push 2026-04-02).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.