Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

hexian000/sudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo

A sudo for Windows cmd

usage

  1. Build by simply click "Build" in Visual Studio or download a prebuilt binary from the release page
  2. Copy sudo.exe to %windir%\System32
  3. Invoke your command like this:
sudo "net session >nul 2>&1 && echo OK & pause"