Skip to content

A utility for running arbitrary commands with administrator access on Windows

License

Notifications You must be signed in to change notification settings

lhmouse/sudo-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A utility for running arbitrary commands with administrator access on Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages