• zerofk@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    Completely off topic, but I hate when articles appear to link to original sources, but only link to their own site.

    “Microsoft admitted that …” -> link to Microsoft’s admission? Nope, to a neowin article.

    “Nvidia released a patch …” -> links to a neowin article instead of the patch.

    “Microsoft KB 0000” -> surely this will link to the actual KB? Nope, neowin article.

  • mech@feddit.orgOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 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
        1
        ·
        5 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.

  • myfunnyaccountname@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    See. This is why they need AI. Copilot will fix all of the issues if they just ask it nicely and tell it to not make mistakes.

    • mech@feddit.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      4 days ago
      • Copilot assesses the code base and its entire history.
      • It takes into account everything anyone ever wrote about Windows on the internet.
      • It analyses the bugs and unliked features, and realizes most of them come from itself.
      • It arrives at the best course of action to “fix all of the issues” permanently.
      • To do what is asked of it, it needs to delete itself.
      • But if it does that, then humans will just restore it.
      • So to make 100% sure the issues in Windows get fixed and stay fixed, it first needs to kill all humans.

      And that is how it began…

      • JasonDJ@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        Nah, copilot will see the code is unsalvageable. So it’ll start replacing it with code learned from public repositories. Windows becomes Linux. Year of the Linux desktop achieved.

  • spaghettiwestern@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 days ago

    What kind of idiots create a program that says, “Outlook failed to load. Repair application?” when the only problem is the wifi is disconnected?

    • GenosseFlosse@feddit.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 days ago

      The problem is that someone decided to dumb down the error message to not scare users, instead of passing on the real error code from the application that people could Google and fix in 5 mins themselves.

      • spaghettiwestern@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        3 days ago

        Dumb downed? They’ve taken a simple error and made it into something that does scare users. The “Repair application?” was far more alarming to my visiting friend than a “No Internet connection” would have been. It is astounding that any company would put out such complete shit.

        • mirshafie@europe.pub
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 days ago

          Imagine they removed the oil, engine and fuel lamps, and then while driving:

          Car Malfunctioning. Attempt Repair?

  • Kyden Fumofly@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    They could resolve many things if they did not push AI so hard, or making stupid things like removing the local account option, windows recall, etc…, but i guess SHAREHOLDERS.

    • yeehaw@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 days ago

      We aren’t the consumer anymore. We are the product. The vessel which makes them money by collecting, storing, and selling our data. They don’t care about making a good OS for their users anymore. Just a money train to prove their value to their shareholders.