• w2tpmf@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    10 months ago

    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
    
    • Aatube@kbin.socialOP
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      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.