winsudo/README.md

20 lines
949 B
Markdown
Raw Normal View History

2021-05-17 05:59:00 +00:00
# winsudo
2021-05-17 06:13:02 +00:00
`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.
2021-05-17 06:14:41 +00:00
*NOTE: since the password thingy has not been implemented yet, please use the password `workinprogress`.*
2021-05-17 06:16:22 +00:00
2021-05-17 06:16:05 +00:00
*SIDE NOTE: please don't actually use this for real world purposes.*
2021-05-17 06:14:41 +00:00
2021-05-17 06:13:02 +00:00
### 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.