Hello Windows Insiders, today we are releasing Windows 11 Insider Preview Build 26052 to the Canary and Dev Channels.

Insiders in the Canary Channel will receive Build 26052.1000 while Insiders in the Dev Channel will receive Build

  • @redcalcium@lemmy.institute
    link
    fedilink
    English
    1815 months ago

    “Let’s give our new command line app the same name as a popular linux command even though it’s not the same app and behaves differently. I’m sure our users would appreciate it when they have problem with the app and trying to search the solution later.”

    • @stoy@lemmy.zip
      link
      fedilink
      English
      715 months ago

      To be consistent with Powershell’s command structure, they should call it “Get-Access” or something similar…

      • @bionicjoey@lemmy.ca
        link
        fedilink
        English
        705 months ago

        Given the horrible verbosity of PS utils, I’d expect they just abandon subtlety and call it Substitute-User-Do-Operation

        • BaldProphet
          link
          fedilink
          19
          edit-2
          5 months ago

          > Set-Alias -Name Get-Ass -Value Get-Access
          > Get-Ass
          Get-Access : Access is denied. (Exception from HRESULT: 0x00000000 (E_ACCESSDENIED))

    • @starman@programming.devOP
      link
      fedilink
      English
      40
      edit-2
      5 months ago

      “Because we are Microsoft, the company known for giving its products perfectly reasonable and not confusing names”

      • Howdy
        link
        fedilink
        English
        8
        edit-2
        5 months ago

        Sentinel, Defender (not the AV, lol), Entra. I hear these daily in meetings and don’t know what the hell they are. (Not my job)

        • @egonallanon@lemm.ee
          link
          fedilink
          English
          45 months ago

          Sentinel is MS’s SEIM product, defender is likely people referring to their paid av offering, Entra is what they renamed AzureAD recently which is their identity management platform. Not sure why they renamed the last one azureAD was a good name for it.

          • @wizardbeard@lemmy.dbzer0.com
            link
            fedilink
            English
            65 months ago

            Maybe because they were getting tired of hearing from admins frustrated that Azure AD still doesn’t have full feature parity with “normal” AD? Now it’s clearly a separate product at least.

      • Deebster
        link
        fedilink
        English
        5
        edit-2
        5 months ago

        I think Google’s the worst for this. Examples such as the browser Chrome, when browser chrome has been a thing for a long time. Go, a very common verb and keyword and also now a programming language. Not to be confused with their Go Links, which was a URL shortener. And then there’s all the ones they either rebrand or retire and/or replace.

        Perhaps they want confusing names because they think other search engines can’t handle the ambiguity.

        • @yetAnotherUser@feddit.de
          link
          fedilink
          English
          65 months ago

          To be honest, other programming languages aren’t named any better

          Pascal is just a common name, Rust is a common noun, Java is an island which you cannot find by searching for just its name, Python’s a snake, C# is a musical note and C is just a letter.

    • Nyfure
      link
      fedilink
      235 months ago

      afaik they also alias common linux/gnu commands like curl… but the syntax isnt like curl at all

      • @OmnislashIsACloudApp@lemmy.world
        link
        fedilink
        English
        295 months ago

        I definitely spent a frustrated 45 minutes trying to figure out why curl wasn’t working when it was supposed to be supported in PowerShell.

        then I hit tab a couple of times and noticed curl.exe was an option, that works exactly the same as I had expected with original syntax.

        they do this to a lot of things though a lot of common commands end up being an alias to a powershell command with a specific option set that doesn’t always line up

    • @Saff@lemmy.ml
      link
      fedilink
      English
      25 months ago

      They’ve had a real problem with names recently. I wonder if the laid all the creative people off in that company. Miss me with this “new outlook” “new teams” “teams for work and school” just think of a new name for each app for the love of god…

      • @esc27@lemmy.world
        link
        fedilink
        English
        35 months ago

        Not a new problem. Many years ago they released a server app to download and deploy updates to a businesses computers. They called it Windows Update Service, or WUS. A bit later they changed the name to Windows Server Update Service (WSUS). The FAQ on the name change noted the old name “did not accurately reflect the value of the software”

    • Glitchington
      link
      fedilink
      English
      335 months ago

      They are tired of right clicking Command Prompt to “Run as Administrator”. They’ve been doing it for decades, they can have one tiny piece of QoL improvement.

  • @Treczoks@lemmy.world
    link
    fedilink
    English
    375 months ago

    And, knowing Windows, won’t let you do as much as a real sudo would anyway. There are so many f-ing things that even Admin is not allowed to do on a Windows box, it is simply annoying. “Oh no, you cannot remove Edge! This would threaten the stability of the universe!”

  • @xavier666@lemm.ee
    link
    fedilink
    English
    275 months ago

    It is an ergonomic and familiar solution for users who want to elevate a command without having to first open a new elevated console.

    Yeah Microsoft, how exactly is it familiar for Windows users? 😜

  • @taanegl@lemmy.world
    link
    fedilink
    English
    25
    edit-2
    5 months ago

    Finally. Although, I bet it’s going to be one of these looongass PS OO commands, with an alias tied to it.

    Probably Escalate-RegularUserPrivelige and smack a mandatory -Confirm argument in there as well, just to be annoying.

    • @sunbeam60@lemmy.one
      link
      fedilink
      English
      175 months ago

      Although you have to admire that PowerShell at least attempts to define a common set of verbs and vocabulary.

    • @egonallanon@lemm.ee
      link
      fedilink
      English
      155 months ago

      The trick to powershell is to make incredibly liberal use of tab completion to speed yourself up. Or make aliases for commands you use really often.

      • @wizardbeard@lemmy.dbzer0.com
        link
        fedilink
        English
        75 months ago

        Yeah, I get that it can be a pain to type long commands out the first time, but if you’re using a terminal or an editor without tab completion in 2024 then you’ve chosen to do things the hard way.

  • Toes♀
    link
    fedilink
    English
    145 months ago

    This has been needed since Windows XP SP2.

    Glad to see they’ve finally started doing their backlog tickets.

  • @farcaller@fstab.sh
    link
    fedilink
    English
    115 months ago

    Honestly, it’s hardly newsworthy given how sudo was a thing in windows for quite a while now. I use it pretty often, especially sudo pwsh for elevated shells.