https://github.com/candera/sudo
A very simple sudo for Windows
https://github.com/candera/sudo
Last synced: about 1 year ago
JSON representation
A very simple sudo for Windows
- Host: GitHub
- URL: https://github.com/candera/sudo
- Owner: candera
- Created: 2010-07-06T10:27:29.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-06T10:30:59.000Z (almost 16 years ago)
- Last Synced: 2025-05-06T17:07:57.218Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
sudo - A very simple sudo for Windows.
Craig Andera (candera@wangdera.com)
I like to use the keyboard, not the mouse, and it's a pain to right-click stuff all the time to run it elevated. So I wrote this. To use it, you just drop sudo.exe in your PATH somewhere, and then do stuff like this:
sudo notepad C:\windows\system32\drivers\etc\hosts
or
sudo explorer .
And sudo will run whatever command is specified after asking for elevation.