https://github.com/ww898/ae_loader
Auto elevation loader for Windows
https://github.com/ww898/ae_loader
elevation uac-bypass uacbypass windows
Last synced: 2 months ago
JSON representation
Auto elevation loader for Windows
- Host: GitHub
- URL: https://github.com/ww898/ae_loader
- Owner: ww898
- License: apache-2.0
- Created: 2020-01-25T19:47:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T10:13:27.000Z (about 6 years ago)
- Last Synced: 2025-09-30T07:42:08.914Z (9 months ago)
- Topics: elevation, uac-bypass, uacbypass, windows
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This library automatically elevate administrator account. No more "Yes/No" modal dialog will be shown.
Tested on Windows 10 Pro 1909 build 18363.535.
# Restrictions
This library doesn't work:
- on non-administrator account
- on computers with secure boot
- in DRM-processes
- in special list of system processes, such as:
* Windows Defender
* Windows Software Licensing service
* Microsoft Hyper-V critical processes (vmms.exe and vmwp.exe)
# Installation
1. Copy `\AELoader.dll` to `%WinDir%\System32`and `%WinDir%\SysWOW64`.
2. Run `AELoader.Enable.reg` to activate the injection. To deactivate run `AELoader.Disable.reg`.
# Usage
1. Use `ww898.AELauncher.AEProcess.Start()` from `ww898.AELauncher..nupkg`.
2. Create `%ProgramData%\AELoader..ini`, where `pid` is unsigned decimal value of parent process of `%WinDir%\System32\recdisc.exe`. Run `%WinDir%\System32\recdisc.exe`.
`AELoader..ini` format:
```
[AELoader]
EnableEventLogs=
CommandLine=
```