• mech@feddit.orgOP
    link
    fedilink
    English
    arrow-up
    227
    arrow-down
    4
    ·
    edit-2
    2 days ago

    Microsoft says that it is working on a fix but, for now, has provided a couple of workarounds to deal with the issue. First, Microsoft says that restarting the Shell Infrastructure host (SIHost.exe) service will help restore the missing Immersive Shell packages. This can be done with the following commands:

    Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode  
    Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml' -DisableDevelopmentMode  
    Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode  
    

    Second, a PowerShell logon script has been shared that essentially blocks Explorer from launching prematurely until the required packages are fully provisioned. The batch script for that is given below:

    @echo off  
    REM Register MicrosoftWindows.Client.CBS  
    powershell.exe -ExecutionPolicy Bypass -Command "Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode"
    REM Register Microsoft.UI.Xaml.CBS  
    powershell.exe -ExecutionPolicy Bypass -Command "Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml' -DisableDevelopmentMode"  
    REM Register MicrosoftWindows.Client.Core  
    powershell.exe -ExecutionPolicy Bypass -Command "Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode"  
    

    I swear to god, if I hear “Windows just works” one more goddamn time…

      • floofloof@lemmy.ca
        link
        fedilink
        English
        arrow-up
        87
        ·
        2 days ago

        Maybe I’ve just been lucky, but for several years and on several different machines I’ve found Linux just works, while Windows is an endless treadmill of frustration and brokenness.

        • Emi@ani.social
          link
          fedilink
          English
          arrow-up
          20
          ·
          2 days ago

          Went from mint to cachyOS and besides some things being different it just works.

        • Heydo@lemmy.world
          link
          fedilink
          English
          arrow-up
          13
          arrow-down
          3
          ·
          2 days ago

          I’m the exact opposite, every Linux install has something fucked, but I’ve never experienced any of these major Windows issues.

          Of course I never update immediately, an old habit. And I do experience plenty of issues with Windows like everyone else does, I’ve just been lucky with the major issues.

          • Trainguyrom@reddthat.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 day ago

            Funnily enough they were actually able to snag like $5 from me through some dark pattern that most likely got my daughter to accidentally sign up for an O365 subscription when she was using my computer. I saw the email welcoming me to O365 and immediately cancelled but still

        • pivot_root@lemmy.world
          link
          fedilink
          English
          arrow-up
          8
          ·
          2 days ago
          • A version of libc that has POSIX shims.
          • A filesystem with reflink support.
          • A consistent UI design across old and new programs.
          • Dark mode that works everywhere.
          • Respect for their users’ autonomy.

          Need I go on?

      • Valmond@lemmy.world
        link
        fedilink
        English
        arrow-up
        17
        arrow-down
        2
        ·
        2 days ago

        Well compated to others it did kind of just work. Plug&play, USB, most simple peripherics didn’t need a driver to be manually installed and configured.

        Windows 98 I guess.

        • dual_sport_dork 🐧🗡️@lemmy.world
          link
          fedilink
          English
          arrow-up
          24
          arrow-down
          1
          ·
          2 days ago

          Windows 98 SE, maybe. We didn’t gain much traction there until about Win2k or XP.

          Windows 98 in its original flavor didn’t even support USB mass storage devices out of the box without drivers. Hands up everyone who remembers having to carry around one of those tiny driver CDs that came in the box with every single Sandisk Cruzer for a couple of years? Yeah? How quickly we forget.

        • AbidanYre@lemmy.world
          link
          fedilink
          English
          arrow-up
          11
          arrow-down
          1
          ·
          2 days ago

          My recollection is that USB on windows was kind of a dumpster fire until XP. Or maybe that was just printers in general.

          • Salvo@aussie.zone
            link
            fedilink
            English
            arrow-up
            9
            ·
            2 days ago

            One thing (only good thing) about Vista was that it rationalised Printer (and Scanner) Drivers.

            The UI was consistent between printer manufacturers and everything could be accessed through one interface.

            Then the Printer manufacturers complained to MS because they couldn’t have infinite branding all over the interface and the feature was dumbed down in 7.

            Meanwhile Apple used the same UI for all Printers (based on CUPS) and didn’t even let a company logo appear in the interface.

            Not all the Apple CUPS drivers were available for Linux CUPS so unfortunately Linux (at the time) still had their device compatibility issues.

          • Baron Von J@lemmy.world
            link
            fedilink
            English
            arrow-up
            6
            ·
            2 days ago

            Hell I remember when USB on PCs was basically a set of pins on the motherboard and you had to buy the actual port assembly separately and hope there was somewhere reasonable on your case to mount it. Was going absolutely nowhere on PC until the iMac came and did away with all other ports and no peripherals built in.

            • P1nkman@lemmy.world
              link
              fedilink
              English
              arrow-up
              4
              arrow-down
              1
              ·
              2 days ago

              I remember my sister winning an iPod and gave it to me, because she didn’t need it. I had to run to the computer store in town to purchase a USB deck for my motherboard. Fun times.

                • P1nkman@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  2 days ago

                  I can’t remember what it’s called, and I was drunk last night lol. It was a USB card with pins you slottet into the motherboard, just like GPUs.

                • Valmond@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  2 days ago

                  Probably a square rectangle of plastic you’d add to your PC, like a CD player, but with a USB connector. And wires/card towards the mobo. Cases always had like 2-4 emplacements for those kind of things on the front.

    • Goretantath@lemmy.world
      link
      fedilink
      English
      arrow-up
      27
      arrow-down
      1
      ·
      2 days ago

      It does, if you are talking about pre 11, and dont care about internet pre 10. But otherwise fuck Microsoft with a rusty shovel, theyve ruined anything good about windows and make it harder and harder not to switch to steamos, the only reason I don’t is because of the pain of reinstalling everything and not having the drive space to shuffle files to it.

    • 1995ToyotaCorolla@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      1 day ago

      “Linux is an objectively worse OS because you have to run all kinds of weird commands in an esoteric command line to even get it to work right”

      Meanwhile: windows just works! You just have to run this batch file from some guy on GitHub, download this powershell script from some woman on MSDN, apply these reg hacks, and run this freeware debloat tool, and it’s smooth sailing after that. Well, at least until the next cumulative update which will make you repeat this process all over again. Oh whoops, something you did broke the install. Better sfc /scannow or clean install and try again!