Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candera/sudo
A very simple sudo for Windows
https://github.com/candera/sudo
Last synced: 20 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-06T10:30:59.000Z (over 14 years ago)
- Last Synced: 2024-12-09T09:51:34.270Z (25 days ago)
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 2
- 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 ([email protected])
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
orsudo explorer .
And sudo will run whatever command is specified after asking for elevation.