Microsoft EVP Yusuf Mehdi said in a blog post last week that Windows powers over a billion active devices globally. This might sound like a healthy number, but according to ZDNET, the Microsoft annual report for 2022 said that more than 1.4 billion devices were running Windows 10 or 11. Given that these documents contain material information and have allegedly been pored over by the tech giant’s lawyers, we can safely assume that Windows’ user base has been quietly shrinking in the past three years, shedding around 400 million users.

  • skisnow@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    Not entirely sure what you mean; Linux’s user management, access control, security etc has always been ahead of Windows’ for its whole existence.

    • Auth@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      5
      ·
      1 day ago

      On the server side I can agree, but linux does not get device drivers for majority of hardware let alone regular device driver updates. That fact alone makes the entire company un-compliant in many industries.

      You could get an entire fleet of linux supported laptops and get then compliance becomes easier to manage since the software on linux lends well to sys admin fleet control. You would have to push patches weekly to the fleet which would result in a ton of random user bugs.

        • Auth@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          2
          ·
          5 hours ago

          Please go on any distro fourm to the support section and tell me how many threads have hardware related issues. Majority of these are due to non-existent/unsupported drivers.

          One guy hacking together a device driver to upstream is not the same as the manufacturer supporting it with regular updates. Windows gets driver updates seemingly every week and linux is lucky to get a 2nd update or even a first.

          • TonyTonyChopper@mander.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            5 hours ago

            support section

            If I was reading your fan club forum I would see loads of positive comments about you.

            You have no data to support your claim.

            • Auth@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              3 hours ago

              This is such a stupid argument I cant believe you’re even trying to make the case. I’ll pick a common enterprise device the HP zbook firefly. NXP NFC NPC300 Proximity Driver - Its had 5 OEM driver updates in the past 4 years on windows. Meanwhile the NXP linux_libnfc-nci repo which is NXP’s OEM repo is wildly out of date and looks borderline dead. I checked the kernel tree and there are “common” patches under drivers/nfc/nxp-nci that include support for the NPC300 but these dont match up with the patches that are released for windows and dont seem to be specific fixes to address CVE issues.

              Lets go less specific and take a look at fwupd for the zbook https://fwupd.org/lvfs/hsireports/device?host_vendor=HP&host_family=103C_5336AN+HP+ZBook&host_product=HP+ZBook+Firefly+14+G7+Mobile+Workstation

              Here we can see the tests that fwupd has done to verify the device firmware. As you can see its missing a lot of functionality. This is a linux supported device apparently. If its missing this much I can only imagine how bad other devices are. Keep in mind this is only checking the working functionality and is not checking to see if the patches are up to date to protect against the latest CVEs. On windows HP has released 22 patches in the last 5 years with the latest patch containing fixes for 12 CVEs. Meanwhile on linux im not sure if HP has even released a single complete patch for this device let alone constant updates to fix the CVEs.

              I’m currently working on getting our device fleet in order for EU Gov contract compliance and a fleet of these devices would instantly disqualify us. I love linux but we have work to do and being ignorant to the issues doesnt help anything.

              • TonyTonyChopper@mander.xyz
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                2 hours ago

                That’s an anecdote. The majority of devices have full driver support. Over half of the code in the Linux kernel is just device drivers.

                • Auth@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  54 minutes ago

                  The linux kernel has good support for server hardware like, drive controllers, network cards, etc but bad support for things like touchpad, bluetooth, fingerprint readers, cameras, nfc readers, wifi cards, power controllers.

                  There are a small handful of laptop devices that have “full driver support” and these are still a 3rd party managing the linux drivers framework, system 76, lenovo. This is usually fixing issues as they arise instead of releasing fixes and patches before the disclosed issues go public. That makes them really hard to support in a secure environment.

                  If there are majority of devices then give me one machine thats not a framework or system 76 laptop and we can look at the device drivers.

      • skisnow@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        21 hours ago

        Do you work for Microsoft or something? This reads exactly like their sales FUD playbook

        • Auth@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 hours ago

          No, im a linux user and I love linux. But it doesnt help anything to pretend it isnt flawed.