explaingit

aveyo/leanandmean

Analysis updated 2026-07-16 · repo last pushed 2026-04-02

418BatchfileAudience · ops devopsComplexity · 1/5MaintainedSetup · easy

TLDR

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.

Mindmap

mindmap
  root((repo))
    What it does
      Runs as TrustedInstaller
      Adds right-click menu options
      Opens folders with full access
      Imports registry files safely
    Use cases
      Delete stubborn system files
      Replace locked components
      Apply guarded registry tweaks
      Clean protected folders
    Audience
      Windows power users
      IT administrators
      System tweakers
    Tech stack
      Windows Batch files
      Registry entries
      Context menu integration
    Compatibility
      Windows 7 through 11
      Handles special characters
      Windows 11 bug workaround

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Delete stubborn files or folders in protected system directories that return access denied errors.

USE CASE 2

Replace locked Windows system components by opening them with TrustedInstaller privileges.

USE CASE 3

Import registry files that Windows normally guards against modification.

USE CASE 4

Clean up leftover files in protected system folders during maintenance or uninstallation.

What is it built with?

BatchfileWindows Registry

How does it compare?

aveyo/leanandmeanaveyo/d-optimizersaideens-libraries/all-in-one-runtime-installer-v2
Stars418185136
LanguageBatchfileBatchfileBatchfile
Last pushed2026-04-022024-02-01
MaintenanceMaintainedDormant
Setup difficultyeasyeasyeasy
Complexity1/52/51/5
Audienceops devopsgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Installation is a simple registry merge or batch script that adds context menu entries, no external dependencies required.

In plain English

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.

Copy-paste prompts

Prompt 1
I keep getting 'access denied' when trying to delete a file in C:\Windows\. How do I use RunAsTI to run a command prompt or file explorer as TrustedInstaller to delete it?
Prompt 2
How do I install RunAsTI so I get a 'Run as trustedinstaller' option when I right-click on files, folders, and registry files in Windows 11?
Prompt 3
I need to apply a registry tweak but Windows says the key is protected. How can I use RunAsTI to import my .reg file with TrustedInstaller permissions?
Prompt 4
Write me a step-by-step checklist for safely using RunAsTI to replace a locked system DLL, including how to back up the original file first.

Frequently asked questions

What is leanandmean?

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.

What language is leanandmean written in?

Mainly Batchfile. The stack also includes Batchfile, Windows Registry.

Is leanandmean actively maintained?

Maintained — commit in last 6 months (last push 2026-04-02).

How hard is leanandmean to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is leanandmean for?

Mainly ops devops.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.