mattn / sudo

sudo for windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final purpose of this project

Magissia opened this issue · comments

Is the point of this project to create a full sudo like in linux, or juste to force an UAC prompt from a terminal for arbitrary commands ? (like elevate.exe ?)

commented

Implementation of the sudo command with some compatibility is possible but not portable since it needs to be installed as an NT service or use a task scheduler to elevate without UAC prompt. This project provide as much interface as possible to the genuine sudo command. Please check feature of sudo.exe your self. (or read code)