sudo-win icon indicating copy to clipboard operation
sudo-win copied to clipboard

A utility for running arbitrary commands with administrator access on Windows

sudo-win

A utility for running arbitrary commands with administrator access on Windows

Use the following command to compile:

  gcc -std=c99 -Wall -Wextra -Werror -Wconversion -pedantic -pedantic-errors \
    sudo.c -o sudo.exe -O3 -nostdlib -lshlwapi -lshell32 -lkernel32 \
    -Wl,--entry,@SudoEntryPoint,--subsystem,windows,--strip-all