• @Matriks404
    link
    42
    edit-2
    8 months ago

    I am pretty sure it won’t work 100% like sudo on Unix-likes, so why didn’t they come up with different name, like elevate? This command being sudo will only confuse users.

    • @Freesoftwareenjoyer
      link
      37
      edit-2
      8 months ago

      I think they want to compete with GNU/Linux and attract its users. They made WSL for probably the same reason. They even have a terminal now that almost doesn’t suck.

        • @SauceFlexr
          link
          58 months ago

          Windows terminal is now my preferred terminal. I use it on a daily basis at work, and adding in WSL just makes things easier in general for Windows. My google search history is no longer Powershell eqicalent for X in linux.

          • Possibly linux
            link
            fedilink
            English
            38 months ago

            Well I’m glad it works for you. Also I don’t think it runs under wine so you are stuck on Windows.

        • @Freesoftwareenjoyer
          link
          28 months ago

          Yeah, when I used it, every command had like a second of delay. It was also buggy. But it has tabs and you can even split the window into multiple panes. So big improvement over cmd.

          • @BenPranklin
            link
            1
            edit-2
            8 months ago

            How long ago did you try it? I gave the first iteration of wsl a chance and had the same experience, it was super slow especially for things like ls. Its a lot better since wsl2. Probably 90% or more the performance of bare metal install of linux

            • @Freesoftwareenjoyer
              link
              18 months ago

              I used it last year on Windows 10 (I was forced to use Windows by my employer). I didn’t use it with WSL, just with Git Bash.

              • @BenPranklin
                link
                18 months ago

                Also forced to use windows for work. That wasn’t the windows terminal program being slow, that was git bash.

      • darcy
        link
        fedilink
        18 months ago

        wsl is good for when ure forced to use windows

      • peopleproblems
        link
        138 months ago

        So it’s more to poison search results to stifle Linux adoption

        • @PeterPoopshit
          link
          4
          edit-2
          8 months ago

          That’s probably why they named the Xbox One the Xbox One all those years ago. Whenever people googled how to mod an Xbox One to play pirated games, they would keep finding original Xbox crap instead since everyone up until that point called it “Xbox 1”.

          • @JTskulk
            link
            English
            48 months ago

            In typical Microsoft nonsensical naming schemes, they had nowhere to go after Xbox 360.

            • @[email protected]
              link
              fedilink
              28 months ago

              They didn’t want to say xbox 2 because it was less than PS3

              But Nintendo had no problems with jumping to 64

              • @JTskulk
                link
                English
                18 months ago

                This is the real reason, they were afraid consumers would think “3 is bigger than 2 so the Sony one must be better”.

                I think Nintendo gets a pass because they never used numbers anyway: NES -> SNES -> 64 -> gamecube -> wii -> switch. The 64 of course was about the hardware technology and not the generation or anything.

            • @PeterPoopshit
              link
              2
              edit-2
              8 months ago

              I gave up on paying attention to Xboxes when they started calling them such stupid fucking shit like “Xbox x series sx”. Now you have to be really familiar with Xbox lore to even figure out what the latest current one is.

              • @JTskulk
                link
                English
                18 months ago

                I pre-emptively stopped when I switched to PC gaming in like 1996 lol

      • darcy
        link
        fedilink
        28 months ago

        would you like to seach Edge™ with our Microsoft AI™?

    • eatham 🇭🇲
      link
      fedilink
      English
      158 months ago

      Whenever a windows user Google’s how to do something with it the Linux thing will show up. Microsoft might need to rethink this

    • @sysadmin420
      link
      28 months ago

      cd c:\folder

      ls Command not found

      Every Fn Time , now they add sudo?

      • @[email protected]
        link
        fedilink
        28 months ago

        Ditch CMD and use PowerShell like a civilised person. ls is a valid built-in alias to Get-ChildItem. cd itself is an alias to Set-Location.

        • @sysadmin420
          link
          18 months ago

          I just run Linux directly and skip windows for almost everything.