starman@programming.dev to linuxmemes@lemmy.worldEnglish · 9 months agoSudo is coming to windowsprogramming.devimagemessage-square83fedilinkarrow-up1916arrow-down117file-text
arrow-up1899arrow-down1imageSudo is coming to windowsprogramming.devstarman@programming.dev to linuxmemes@lemmy.worldEnglish · 9 months agomessage-square83fedilinkfile-text
Source: https://blogs.windows.com/windows-insider/2024/02/08/announcing-windows-11-insider-preview-build-26052-canary-and-dev-channels/
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up10·9 months agoIs it a wrapper around runas?
minus-squareroon@lemmy.mllinkfedilinkEnglisharrow-up1·9 months agoFrom the page linked in that article
minus-squareOfficerBribe@lemm.eelinkfedilinkarrow-up1·edit-29 months agorunas.exe cannot start elevated process. Exceptions seem to be MMC snap-ins so you can launch something like lusrmgr.msc or devmgmt.msc with admin account and you will have admin rights.
Is it a wrapper around
runas
?From the page linked in that article
runas.exe cannot start elevated process. Exceptions seem to be MMC snap-ins so you can launch something like lusrmgr.msc or devmgmt.msc with admin account and you will have admin rights.