Skip to content

Commit 76e1121

Browse files
authored
Update README.md
1 parent c86e1f6 commit 76e1121

1 file changed

Lines changed: 60 additions & 1 deletion

File tree

README.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,61 @@
1+
<p align="center">
2+
<img src="" alt="AdminFreeExec Logo">
3+
</p>
4+
5+
<table align="center">
6+
<tr>
7+
<td align="center">
8+
<a href="https://opensource.org/licenses/apache-2-0"><img src="https://img.shields.io/badge/License-Apache-green.svg" alt="License: Apache License 2.0"></a>
9+
</td>
10+
<td align="center">
11+
<img src="https://img.shields.io/badge/Build-Passing-green" alt="Build Passing">
12+
</td>
13+
<td align="center">
14+
<img src="https://img.shields.io/badge/Version-v0.1.0-blue" alt="Version">
15+
</td>
16+
</tr>
17+
<tr>
18+
<td align="center">
19+
<img src="https://img.shields.io/badge/Author-rompelhd-red" alt="Author: rompelhd">
20+
</td>
21+
<td align="center">
22+
<img src="https://img.shields.io/badge/Platform-Windows-yellowgreen?style=flat&labelColor=gray" alt="Platform">
23+
</td>
24+
<td align="center">
25+
<img src="https://img.shields.io/badge/Python-3.x-orange" alt="Python Version">
26+
</td>
27+
</tr>
28+
</table>
29+
30+
<br/>
31+
132
# AdminFreeExec
2-
AdminFreeExec is a lightweight Windows application that allows users to execute .exe files without requiring administrator privileges. It provides a simple drag-and-drop interface and file selection to launch programs using the RUNASINVOKER compatibility layer.
33+
34+
**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.
35+
36+
---
37+
38+
## Features
39+
40+
- 🚀 **Bypass UAC Prompt**
41+
Run programs without requiring administrator permissions.
42+
43+
- 🖱️ **Drag & Drop Support**
44+
Easily select or drag EXE files into the interface.
45+
46+
-**Simple & Lightweight**
47+
No installation required, just run and use.
48+
49+
- 🎨 **Modern UI**
50+
Built with PyQt5 for a clean and intuitive interface.
51+
52+
---
53+
54+
## Installation
55+
56+
Clone the repository and install the dependencies:
57+
58+
```bash
59+
git clone https://github.com/rompelhd/AdminFreeExec.git
60+
cd AdminFreeExec
61+
pip install -r requirements.txt

0 commit comments

Comments
 (0)