Skip to content

a small tool written in C that simply start powershell or cmd in admin mode called from the normal cmd

Notifications You must be signed in to change notification settings

just6chill/sudo-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

sudo-windows

a small tool written in C that simply start powershell or cmd in admin mode called from the normal cmd


GUIDE FOR SELF COMPILING

compile:

gcc main.c -o sudo.exe

add to path:

setx path "%path%;C:\path\to\sudo"

usage:

from the cmd simply type

sudo ?

GUIDE FOR USING PRECOMPILED MSI INSTALLER:

download and execute sudo_installer.msi

usage: from the cmd simply type

sudo ?

GitHub all releases GitHub last commit GitHub top language

About

a small tool written in C that simply start powershell or cmd in admin mode called from the normal cmd

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages