153
Microsoft: Introducing Sudo for Windows
(devblogs.microsoft.com)
This is a most excellent place for technology news and articles.
Yep. It's basically an alias for:
If you want to open a new command line window with admin privs you can always do:
Which is of course on Linux this would kinda be like running:
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.
Nice.