stefansundin / elevatedstartup

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

Home Page:https://stefansundin.github.io/elevatedstartup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://stefansundin.github.io/elevatedstartup/

License:GNU General Public License v3.0


Languages

Language:C 95.1%Language:Batchfile 4.9%