• 0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      42
      ·
      3 months ago

      It’s basically runas, but then it pops up the UAC prompt and you have to give admin credentials 😒… runas is much easier, you give the creds in a command line, no windows poping up, nothing, it just works.

      • xlash123@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        ·
        3 months ago

        That’s an odd choice… If it was possible all along to just ask for a a password on the command line, why make it popup a UAC prompt? These are developers using it after all.

        • 0x4E4F@lemmy.dbzer0.comOP
          link
          fedilink
          arrow-up
          10
          ·
          3 months ago

          Devs can and have used runas in the past, that’s nothing new, and it does the job quite well. This new thing is just a fad if you ask me, “every OS on the planet has it and Linux is kinda getting traction, plus we’re on team FOSS now and all that, so why not make our own version of sudo, but actually make it more complicated to use than runas 👍” 😒… I mean, they always do shit like this, take some good idea and turn it into crap, but everyone buys into the idea. Why? Cuz they’re MS 😒.

          • kautau@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            3 months ago

            I mean yeah, but also passwordless auth is a good thing. Since it hooks into UAC it hooks into windows hello which can be biometric.

      • everett@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        I don’t understand what you’re trying to say here. (I wasn’t the one who downvoted you, by the way.)

    • 0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      17
      ·
      edit-2
      3 months ago

      Not only the prompt, but also the credentials screen… i mean… how stupid can you get 🤦. You can’t pass the credentials in cmd 🤣🤣🤣 and you made THIS command to be used it 🤣 🤦.

      They have it! It’s OK, it’s usable, it’s called runas, but no, we wanna copy stuff from POSIX OSes 🤪 drrrrrrr…

  • spujb@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    40
    ·
    3 months ago

    linux users when the windows sudo replica still values user security and uses uac and doesn’t just let you make changes to core system files because you happened to know a four letter command 👿👿👿👿

    • AMDIsOurLord@lemmy.ml
      link
      fedilink
      arrow-up
      30
      ·
      3 months ago

      Linux and Unices assume you know what you’re doing

      Windows assumes that the user has the mental prowess and knowledge of a 5 year old

      Both can result in disaster, in glorious ways

      • spujb@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        10
        ·
        3 months ago

        hate this take. can we stop calling normal, non-techie people idiots?

        it’s like saying the safety on a gun was designed for babies and makes the FOSS community look toxic as fuck.

        • AProfessional@lemmy.world
          link
          fedilink
          English
          arrow-up
          8
          ·
          3 months ago

          The first sentence is right, but not because of intelligence (agreed toxic).

          The money that goes into Linux is for corporate use by administrators. Very little money makes end user facing tools. I think given that fact the Linux desktop is an amazing result of the work of a lot of volunteers.

          • spujb@lemmy.cafe
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 months ago

            so is this the first time you have encountered a simile or did you want me to spell it out for you 😂😂

    • areyouevenreal@lemm.ee
      link
      fedilink
      arrow-up
      18
      ·
      edit-2
      3 months ago

      UAC is no different from having a sudo password. They both have security measures. Sudo actually has fairly granular permissions if you can be bothered to set them up.

      Windows still allows you to modify system files it’s just more difficult. If you want a Linux system that doesn’t let you do that those exist too, they are called immutable linux distros.

      • AProfessional@lemmy.world
        link
        fedilink
        English
        arrow-up
        17
        ·
        edit-2
        3 months ago

        Windows does contain DRM protected files that it will not allow you to touch. Some games on the Microsoft Store for example.

        Not to counter your point, just that I find it insane.

    • mlg@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 months ago

      Real gamers know the way to power on windows is though NT AUTHORITY\SYSTEM

    • Eager Eagle@lemmy.world
      link
      fedilink
      arrow-up
      18
      ·
      edit-2
      3 months ago

      I can’t express my disappointment trying to do some things on mac, via ssh as superuser, only to find out I needed to be there in person to reboot in fucking recovery mode.

      • cm0002@lemmy.world
        link
        fedilink
        arrow-up
        12
        ·
        3 months ago

        Yup, oh but don’t worry it’s all in the name of “Privacy and Security!!”/s

        Personal theory is Apple is slowly getting people used to a PC being a walled garden as much as a phone. They’ve already stripped the hardware of all upgradability in the name of “performance” and now they’re working on the software side in the name of “Privacy and Security”

  • Sean@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    3 months ago

    Nothing will ever replace the all-powerful SUDO no matter how hard Microsoft tries.

    • 0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      3 months ago

      Because they wanna copy the cool kids. Just look at Win11 and say that’s not a KDE/GNOME ripoff… though the removal of settings thing, looks more like GNOME.

  • Ascend910@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    But actually what does Sudo do? Everyone using windows just default to running everything in administrator when something is not working as intended

    • 0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Sudo has an even higher authority than what an admin is in Windows. In Windows, you can’t (easily) run something as the highest authority there is, SYSTEM. In Linux, that is easily doable with sudo.

      So basically, the sudo in Windows is a joke, because it just runs things as admin… and that was already doable with runas in cmd, if you provide administrator credentials of course. The trouble is, with sudo in windows, another prompt shows up, which is basically the “give admin credentials” prompt (the UAC one as well, if you don’t have that one disabled). They could have at least coded it so that it doesn’t act like pkexec and ask you for credentials in a separate prompt, but ask you for creds in the same cmd window, which is what Linux does when you type in sudo (asks you for the root password, but doesn’t open a second prompt, as expected). They could have done that, but no, they decided to complicate things. Why? Beats me, have no idea.

      So, other than being not a true sudo as in POSIX OSes, it complicates things even more by adding at least one other prompt. They already had a prefectly good tool for that, runas. You just pass the creds in the same command and it runs the command with those creds, simple and elegant. But, they wanted to copy POSIX OSes and came up with a shitshow of prompts and the whole world laughing at their “sudo” which is nothing more than “run as admin”, which, as I said earlier, is nothing like what sudo is POSIX OSes.