Let’s put it this way; when Microsoft announced its plans to start adding features to Windows 10 once again, despite the operating system’s inevitable demise in October 2025, everyone expected slightly different things to see ported over from Windows 11. Sadly, the latest addition to Windows 10 is one of the most annoying changes coming from Windows 11’s Start menu.

Earlier this year, Microsoft introduced a so-called “Account Manager” for Windows 11 that appears on the screen when you click your profile picture on the Start menu. Instead of just showing you buttons for logging out, locking your device or switching profiles, it displays Microsoft 365 ads. All the actually useful buttons are now hidden behind a three-dot submenu (apparently, my 43-inch display does not have enough space to accommodate them). Now, the “Account Manager” is coming to Windows 10 users.

The change was spotted in the latest Windows 10 preview builds from the Beta and Release Preview Channels. It works in the same way as Windows 11, and it is disabled by default for now because the submenu with sign-out and lock buttons does not work.

    • Antithetical
      link
      fedilink
      English
      10
      edit-2
      2 months ago

      I have heard this argument for over 20 years… “You have to use the terminal in Linux, so user hostile”.

      Well, try to do ANY windows sysadmin tasks without Powershell… See how far that gets you. Need to manage Exchange? Powershell. Need to change some network settings? Powershell… It is even getting more and more unavoidable. Now Powershell doesn’t even have a good terminal environment, sane parameters or good usability. And a general lack of documentation for all the obscure incantations.

      In the meantime KDE on Linux is wonderful, fully integrated with the system, easy software maintenance (on Kubuntu for example) and with a sane settings menu… You hardly need a terminal at all. Try to find that in Windows.

      So sorry, this argument is either invalid, out of date or Microsoft is even worse.

      • @[email protected]
        link
        fedilink
        English
        22 months ago

        I’ve been using Windows personally and professionally since 3.1, and Windows 11 was the last straw that finally got me to jump over to Linux for my home PC. I hate what Windows has become but I’ve got a lot of history with it. My experience with Linux (Mint FWIW) has been as smooth as it ever was in Windows, neither of which was perfect. I’m a definite convert from Windows and would encourage most people to consider taking the leap themselves.

        I gotta disagree with you about modern Powershell and terminals in Windows, though. Good terminal? Windows Terminal has been around for years now. It’s fast and functional. Whether Powershell’s parameters are “sane” is probably a matter of taste, but I’m definitely willing to stick up for its usability. Yes, the parameter names are much more verbose, but they all get tab completion out of the box, and you don’t have to type the full names at all, just enough of the start of the name to be unambiguous. For personal automation scripts, I think Powershell is way ahead of Bash. Parameters get bound automatically without needing to write for/case loops with getopts. You can write comments at the top of the file that automatically get integrated into Powershell’s help system. Sending objects through the standard pipeline means you spend a lot less time and code just parsing text.

      • @[email protected]
        link
        fedilink
        English
        12 months ago

        You do not need to use PS to manage network settings. And no normal user has any clue that exchange even exists much less needing to modify it. And saying that PS doesn’t have good documentation is laughable comparing it to bash. Listen, I hate windows just as much as you all do, but it is most definitely more user friendly than any Linux distribution out there. No windows user ever needs to even touch PS much less program network settings with it. Literally the fact that you need to even open the app at all is a massive fucking downside to Linux. Users don’t want to type out “weird incantations”. They want to click a button, select from a dropdown, or in the case of many many many drivers, do absolutely nothing at all.

        The fact that you had to call out a specific nonstandard desktop environment to support your case for Linux being easy to use is exactly the point that several other people in this thread are trying to make.

        • Antithetical
          link
          fedilink
          English
          62 months ago

          I’m sorry, you’re arguing in bad faith or have a huge case of Stockholm Syndrome.

          But, just look at their Troubleshooting documentation where they tell you to drop to the terminal.

          My point is that Microsoft has stopped making new buttons and dropdowns and refer you to new Powershell incantations for most new settings. Just look at how many options the new “Settings” app offers compared to the deprecated Control Panel.

          • @[email protected]
            link
            fedilink
            English
            12 months ago

            You switched from talking about network settings to now talking about troubleshooting!!! Can’t even have a consistent narrative! I mean at least try dude.

    • @[email protected]
      link
      fedilink
      English
      72 months ago

      I really don’t understand the objection to using a terminal to get things done. It’s just a window that you can type text commands into. You don’t even have to come up with the commands on your own, you find the ones that solve the problem on the internet, copy and paste, and boom problem fixed. How is this different from looking up a solution to a Windows problem that walks you with a series of pictures through using Regedit or Group Policy Editor, only instead of pasting text into a terminal, you have to click through dozens of menus, trees, and tabs to find the setting you need to change? You’re still looking up solutions online in either case, but the Windows solutions require navigating windows with dozens of mouse clicks versus copying and pasting some text in Linux.

        • @[email protected]
          link
          fedilink
          English
          4
          edit-2
          2 months ago

          Is that supposed to be a real example? It’s just that fans are controlled by the BIOS, not the OS, so fixing a fan problem would usually involve either updating your firmware, which I have never seen done via a terminal command, or changing a BIOS setting, which could involve rebooting and holding a key like F2 to enter the BIOS settings menu (not Linux, usually a quasi-graphical mouse-driven UI) to change something there.

            • @[email protected]
              link
              fedilink
              English
              32 months ago

              Wait, this is for a Raspberry Pi? I thought we were talking about Linux as a desktop OS. You wouldn’t run Windows on a Raspberry Pi, so while I’m sorry you’re having trouble with your Pi’s fans, I don’t see how that’s relevant to the merits of Linux as a desktop OS.

      • @[email protected]
        link
        fedilink
        English
        12 months ago

        sudo pacman -Syu

        vs

        Windows is installing updates and may need to restart. This might take a while. :)

    • @[email protected]
      link
      fedilink
      English
      72 months ago

      That’s a marketing problem, not a functionality problem. The terminal isn’t really hard to use.

      People used BASIC easily back in the 80’s. My mom did it back then, and she isn’t tech savvy.

        • Aniki 🌱🌿
          link
          fedilink
          English
          92 months ago

          If you’ve been unable to learn some basic command line in 15 years perhaps computing is not your forte.

        • @[email protected]
          link
          fedilink
          English
          42 months ago

          For most cases, you need to use the package manager (apt is the standard for Debian-based) . You also need ‘grep’ to select a specific phrase sometimes.

          But that problem normally occur when you are using proprietary software. You’ll need to download packages (wget), add repository packages and run shell scripts for most proprietary software, and I think most people would use copy-paste in those scenarios.