A pretty stupid implementation and joke of the sudo command in windows.
Find a file
Tana d17dd57e0d
Merge pull request #1 from nafumie/whitesource/configure
Configure WhiteSource Bolt for GitHub
2021-09-11 22:44:42 +08:00
.idea/.idea.winsudo/.idea implement runas into a command which is stupid why would anyone do this 2021-05-17 14:04:59 +08:00
winsudo implement runas into a command which is stupid why would anyone do this 2021-05-17 14:04:59 +08:00
.whitesource Add .whitesource configuration file 2021-09-11 04:23:18 +00:00
LICENSE Initial commit 2021-05-17 13:59:00 +08:00
README.md Update README.md 2021-05-17 14:16:22 +08:00
winsudo.sln implement runas into a command which is stupid why would anyone do this 2021-05-17 14:04:59 +08:00

winsudo

winsudo is an otherwise dumb implementation of the linux command sudo in windows, built using C#. It's really stupid so please just think of it as a joke and not as an actual project.

NOTE: since the password thingy has not been implemented yet, please use the password workinprogress.

SIDE NOTE: please don't actually use this for real world purposes.

Limitations

Due to limitations in Microsoft Windows, A UAC prompt will be required to start your winsudo'd application or argument. While you can get rid of this by turning off UAC, please don't unless you really know what you're doing.

Features

Password Entry (work in progress)
The general feeling of the sudo command at your Windows CLI.

Compiling

I have no idea how to write compiling instructions. Just compile it like any C program.

License

This project is licensed under the MIT License, please read the LICENSE file for more information.