Timeline for answer to Is there any 'sudo' command for Windows? by ceztko
Current License: CC BY-SA 4.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 13, 2020 at 10:43 | history | edited | ceztko | CC BY-SA 4.0 |
added 192 characters in body
|
| Jan 13, 2020 at 10:34 | comment | added | ceztko |
@Massimo of course calling this script sudo is a small naming abuse: it doesn't and it will not have the same features of original sudo, but by default in unix will execute with super user (root) impersonification, providing this is allowed in sudoers, so the mimic of the provided example it's perfectly clear to me. It's not possible to create a full sudo replacement in Windows without access to Windows internals and without defining a clear semantic of what can and what can't be done by the command. If this quick and dirty script doesn't work for you should find a different solution
|
|
| Jan 13, 2020 at 10:22 | history | edited | ceztko | CC BY-SA 4.0 |
deleted 3 characters in body
|
| Jan 13, 2020 at 10:11 | comment | added | Massimo | This is elevation of a user account in Administrators; sudo is another thing. | |
| Nov 6, 2019 at 20:01 | history | edited | ceztko | CC BY-SA 4.0 |
Some better wording
|
| Nov 6, 2019 at 19:56 | comment | added | ceztko | Downvoters: еxplain why and what is not working for you. The script is tested and working for me. | |
| Feb 1, 2018 at 21:29 | history | answered | ceztko | CC BY-SA 3.0 |