starman@programming.dev to linuxmemes@lemmy.worldEnglish · 9 months agoSudo is coming to windowsprogramming.devimagemessage-square138fedilinkarrow-up11.05Karrow-down120file-text
arrow-up11.03Karrow-down1imageSudo is coming to windowsprogramming.devstarman@programming.dev to linuxmemes@lemmy.worldEnglish · 9 months agomessage-square138fedilinkfile-text
Source: https://blogs.windows.com/windows-insider/2024/02/08/announcing-windows-11-insider-preview-build-26052-canary-and-dev-channels/
minus-squarelaurelraven@lemmy.blahaj.zonelinkfedilinkarrow-up14·9 months agoProbably something more like “Invoke-Command -AsAdmin” Which would be aliased to sudo
minus-squaregroet@feddit.delinkfedilinkarrow-up2·9 months agoThat’s what I wxpect. But with one more layer. In the end it’s going to be system32/elevator.exe which is called by Invoke-Elevation in ps which is aliased to sudo. It’s supposed to be available in cmd and batch so it must be callable directly
Probably something more like “Invoke-Command -AsAdmin”
Which would be aliased to sudo
That’s what I wxpect. But with one more layer. In the end it’s going to be system32/elevator.exe which is called by Invoke-Elevation in ps which is aliased to sudo.
It’s supposed to be available in cmd and batch so it must be callable directly