Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.75 KB

File metadata and controls

61 lines (47 loc) · 1.75 KB

AdminFreeExec Logo

License: Apache License 2.0 Build Passing Version
Author: rompelhd Platform Python Version

AdminFreeExec

AdminFreeExec is a lightweight Windows tool that allows you to run executables without requiring administrator privileges. It provides a simple interface to select or drag-and-drop EXE files and execute them using the RUNASINVOKER compatibility layer.


Features

  • 🚀 Bypass UAC Prompt
    Run programs without requiring administrator permissions.

  • 🖱️ Drag & Drop Support
    Easily select or drag EXE files into the interface.

  • Simple & Lightweight
    No installation required, just run and use.

  • 🎨 Modern UI
    Built with PyQt5 for a clean and intuitive interface.


Installation

Clone the repository and install the dependencies:

git clone https://github.com/rompelhd/AdminFreeExec.git
cd AdminFreeExec
pip install -r requirements.txt