Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/stefansundin/elevatedstartup
- Owner: stefansundin
- License: gpl-3.0
- Created: 2015-03-03T07:12:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T04:55:25.000Z (about 4 years ago)
- Last Synced: 2024-05-01T21:57:08.242Z (6 months ago)
- Topics: windows
- Language: C
- Homepage: https://stefansundin.github.io/elevatedstartup/
- Size: 80.1 KB
- Stars: 28
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.