Shipped in Windows 11 Insider Preview Build 26052. https://www.tiraniddo.dev/2024/02/sudo-on-windows-quick-rundown.html claims it has a big security problem that makes the program accept calls to elevate from anywhere once first run
Edit:
- The security problem has been internally fixed and will be available in the next release
- It’s not just an alias for ‘runas’. It seems to be able to configurably block user input for sudo’d commands, retain the existing environment, ditch it and open a new window, and remember that you’ve sudo’d in the last minute or so.
- It brings up UAC instead of having you input the password
looks like shit thanks
What is sudo?
“Substitute user do”, most commonly used on Linux to run your command as superuser (think admin mode on Windows)
Finally! The day I’ve been waiting for so long. Goodbye Linux, hello Windows!
- nobody ever
In your mind, do you really think that is the intention here? Seems more like a convenience for people who use both Linux and Windows.
I have to use both so I welcome it.
Ok, so yea just a “better” version of runas. I can see it being a bit easier when you just need to do the one thing as admin, but overall just opening an admin windows is still going to be the best way.
I really think the security issues makes it not worth enabling.
Yep. It’s basically an alias for:
runas /user:administrator
If you want to open a new command line window with admin privs you can always do:
runas /user: administrator CMD.exe
Which is of course on Linux this would kinda be like running:
sudo su
It’s not just an alias. It seems to be able to configurably block user input for sudo’d commands, retain the existing environment, ditch it and open a new window, and remember that you’ve sudo’d in the last minute or so.
Tell me it has a better configuration format than sudo.
(I’ve ditched sudo for OpenBSD ‘doas’ across the board ever since it made its way into debian’s repos)
Also switched to doas on Arch. Works great.
I wonder if “please
” is nice too, but it’s such a long word to type.