Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefansundin/elevatedstartup

:file_folder: Easily autostart programs with administrator privileges. (Windows)
https://github.com/stefansundin/elevatedstartup

windows

Last synced: 13 days ago
JSON representation

:file_folder: Easily autostart programs with administrator privileges. (Windows)

Awesome Lists containing this project

README

        

The website for this program is here: https://stefansundin.github.io/elevatedstartup/

# Compile

I recommend that you use Cygwin and mingw-w64 to compile.

In the Cygwin installer, install the following packages:
- `git`
- `mingw64-x86_64-gcc-core`

In the Cygwin terminal, simply run `./build.bat` to compile.

## 32-bit

To compile a 32-bit version, get the cygwin package `mingw64-i686-gcc-core` and edit `build.bat`.