“With the release of Windows 10 21H2, Windows offers inbox support for Mopria compliant printer devices over network and USB interfaces via the Microsoft IPP Class Driver. This removes the need for print device manufacturers to provide their own installers, drivers, utilities, and so on.  Device experience customization is now available via the Print Support Apps that are distributed and automatically installed via the Windows Store,” the company wrote.

  •  Joker   ( @Joker@beehaw.org ) 
    link
    fedilink
    English
    4010 months ago

    Why not? We essentially have this in the Linux world and it’s great. You have a package manager that pulls from your distro’s repositories and it’s filled with all kinds of software, although most drivers come packaged with the kernel. Most stuff is completely plug and play. You end up with one click (or command) software installations for just about everything so you’re not hunting around the internet and downloading installers. Everything you need, including dependencies, gets pulled in and it stays up to date without every app bundling it’s own updater. It’s super convenient.

        • If they were just drivers, I’d agree with you. I was looking into the Lexmark and HP continuous ink services recently, and one of them, Lexmark I think, wanted the ability to update the firmware in your printer to stop you from being able to use third party inks or toners.

          Along with that, I’ve had issues in the past where a faulty driver crashed the Windows Update service. Trying to update the driver through Windows would take me to Windows Update to install the missing update before it would let me update the driver. If I couldn’t get the driver from the manufacturer’s website, I would have been stuck.

          • And having drivers in windows update has 0 effect on drivers being available from manufacturers directly, as evidenced by your comment. So I don’t really see how that could be construed as a negative.

            • If Windows is dropping support for the third party drivers, why would the manufacturers bother making two sets. They would most likely just make the Store drivers with everything built in. I might be wrong, but the choice to update drivers through Windows Update isn’t granular, so if you want to update any of your drivers that way, you have to update them all.

              If Lexmark, or any other manufacturer, decide to put their firmware updates in the drivers, you won’t see it when it updates through Windows, and even if you do, you’ll have to turn off driver updates for everything else to stop them.

      •  Atemu   ( @Atemu@lemmy.ml ) 
        link
        fedilink
        1110 months ago

        Because Microsoft manages Windows update, it’s not like a package manager in Linux.

        Windows update is a package manager. It’s hot garbage (obviously) but its job is indeed to manage packages and their updates.

        Drivers and other HW-related tools have been distributed via Windows Update for years now and it’s generally a good thing. Before M$ did this you had to plug in driver DVDs or scour the internet for drivers (ugh).

      •  Joker   ( @Joker@beehaw.org ) 
        link
        fedilink
        English
        1010 months ago

        Well, you could think of Microsoft as your distro. Generally, if they’re telling you to upgrade a driver, you should do it. At a minimum, everyone should be automatically installing security updates. This is one of the most important services an operating system vendor provides.

        If you don’t trust them to do that or you don’t like their update frequency, maybe consider a different operating system. In the Linux world, we have some choices as far as release cadence and update policy. You can do rolling, 6 month, 2 year LTS, etc. Some are bleeding edge and others use “proven” software and remain very stable until the next major release.

        •  lemmyvore   ( @lemmyvore@feddit.nl ) 
          link
          fedilink
          English
          6
          edit-2
          10 months ago

          The thing is, on Linux you can see exactly what an update brings, and you can also block individual packages from updating. I doubt you’ll get the same courtesy with Windows updates, it’s all or nothing.

            • Control over individual updates was abandonded halfway through Windows 7, when they found out their algorithm for evaluating updates is exponential and has trouble finishing within 24 hours. So they moved to a linear sequence of all-or-nothing bundles and diffs.

              They used to offer two tracks of those: everything and security-only. I don’t think they do that anymore either.

              You can uninstall individual updates after the fact. Not sure this actually works to any useful degree.

        • Auto update is fine for home user and ensuring latest stuff, but corporate use you want updates tested and then released in a controlled manner, otherwise you chase technical issues that are hard to trace and resolve with everchanging code updates being injected

          • It’s not like Microsoft would be managing them, just providing the repository. I really fail to see how having N+1 separate application update mechanisms (possibly running in the background) would be better than having a central one. Sure, it’s managed by Microsoft but if you have a problem with that I’m not sure what you’re doing using Windows in the first place