top 50 comments

sorted by: hot top controversial new old
[–] [S] 233 points 9 months ago* (5 children)

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...

  • source
  • hideshow 8 child comments
  • [–] 94 points 9 months ago (26 children)

    "Windows just works"

    When did Microsoft steal Apple's marketing material?

  • source
  • parent
  • hideshow 27 child comments
  • load more comments (25 replies)
  • [–] 26 points 9 months 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.

  • source
  • parent
  • load more comments (2 replies)
    [–] 169 points 9 months ago* (last edited 9 months ago) (2 children)

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

  • source
  • hideshow 4 child comments
  • [–] 89 points 9 months ago* (6 children)

    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.

  • source
  • parent
  • hideshow 7 child comments
  • [–] 86 points 9 months ago* (last edited 9 months ago) (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (5 replies)
  • [–] 122 points 9 months ago

    My decision to switch to Linux feels better and better every day. Windows 11 sucks.

  • source
  • [–] 119 points 9 months ago (7 children)

    Why does File Explorer freeze just because I opened it?!?

    Every time???

    How do they mess this up so bad?

  • source
  • hideshow 9 child comments
  • [–] 80 points 9 months ago (2 children)

    How do they mess this up so bad?

    They made their devs use copilot.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 30 points 9 months ago (24 children)

    I went back to Win10 at work because file explorer on Win11 was unusable. I'm not waiting a half second every single time I enter a subfolder.

    and even worse in a OneDrive directory, often a full two seconds

    that wasn't the only issue, but it legitimately prevented me from being able to do my job, because I needed to be able to multitask on several projects at once. what used to be a two minute turnaround on a question somebody would ask me became hours, simply because I could not navigate to a directory in fifteen seconds and check a file quickly. and oh god the file explorer crashes

    unfortunately I still deal with a bunch of that on Win10 now, because they somehow introduced that behaviour with greater frequency into Win10 in the past year

  • source
  • parent
  • hideshow 25 child comments
  • [–] 26 points 9 months ago (1 child)

    It's amazing how a second or 5 at so many levels causes micro-frustration. And it builds up, too.

    I admit I lose just a bit of my shit when the neu web-service web-apps get sluggish, which seems to be very often. Those of us who remember the halcyon days where things were responsive on a pentium know better than to accept the current mess.

    My tolerance for the poor performance and saas-linked core services is rapidly waning.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • load more comments (23 replies)
  • load more comments (5 replies)
    [–] 75 points 9 months ago

    Microsoft, you already got me to leave Windows, you don't have to keep sending me reminders, I wasn't at risk of wanting to come back...

  • source
  • [+] 67 points 9 months ago* (last edited 6 months ago) (3 children)
  • load more comments (2 replies)
    [–] 61 points 9 months ago (1 child)

    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.

  • source
  • hideshow 2 child comments
  • [–] [S] 74 points 9 months ago* (last edited 9 months ago) (3 children)
    • 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...

  • source
  • parent
  • hideshow 4 child comments
  • [–] 30 points 9 months 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.

  • source
  • parent
  • load more comments (2 replies)
  • [–] 54 points 9 months ago (1 child)

    Microsoft says that it is working on a fix but, for now, has provided a couple of workarounds to deal with the issue

    Install Linux.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 47 points 9 months ago* (8 children)

    That’s quite a headline they’ve got there!

    After provisioning a PC with a Windows 11, version 24H2 monthly cumulative update released on or after July 2025 [KB5062553], various apps such as StartMenuExperiencehost, Search, SystemSettings, Taskbar or Explorer might experience difficulties.

    This will occur for the following: First time user logon after a cumulative update was applied. All user logons to a non-persistent OS installation such as a virtual desktop infrastructure (VDI) or equivalent as application packages must be installed each logon in such scenarios.

    If you are wondering, provisioning essentially is the way admins configure devices as they automatically deploy various settings and policies on a client PC. So while the issue is in office PCs, considering a huge number of enterprise PCs are Windows, this is probably a very big problem.

  • source
  • hideshow 8 child comments
  • load more comments (8 replies)
    [–] 46 points 9 months ago (3 children)

    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.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 43 points 9 months ago (1 child)

    Man, I have 3 windows 11 desktops and a laptop. Sometime in the last month all of their edge browsers became “managed by my organization”… they’re all personal computers with no work info on them. And I can’t undo it. I’ve tried every trick on the internet. Fuck MS.

  • source
  • hideshow 2 child comments
  • [+] 40 points 9 months ago* (last edited 1 month ago) (2 children)
    load more comments (2 replies)
    [–] 36 points 9 months ago (7 children)
    load more comments (7 replies)
    [–] 35 points 9 months ago

    Ah but there are also a lot of minor features in Windows 11 that aren't really looking too good.

  • source
  • [–] 34 points 9 months ago (3 children)

    You know I never really thought about it but do you think the spying tools these companies provide ever fail like the way their other products do?

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 32 points 9 months 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.

  • source
  • [–] 31 points 9 months ago (5 children)

    IT has been an interesting ride the last two months, encountering some of the weirdest bugs I've ever seen, after two decades of Windows working just fine for the most part.

  • source
  • hideshow 5 child comments
  • load more comments (5 replies)
    [–] 26 points 9 months ago (8 children)

    I use windows 11 everyday, without issue. what exactly is broken?

  • source
  • hideshow 10 child comments
  • [–] 29 points 9 months ago (4 children)

    Kind of a wide variety of things that varies from person to person in often absurd ways -- broken in ways I've never seen Macs or Linux systems be, nor even Windows 10 and older.

    • Explorer taking ~20-30 seconds to open a new window (fine once it's open, until you want another window) (I've only suffered this on my work laptop for some reason)
    • The "home" view being blank save for a weird expansion panel that's empty -- sometimes this can be solved by resetting ALL folder views in Explorer settings, other times it just stays broken after and randomly works later (I've repeatedly suffered this)
    • Start menu being empty or not showing new additions to it, and pinning anything to start that wasn't from right-clicking anything found in it just not pinning for ??? amounts of time (both)
    • Randomly muting all audio input devices (home)

    And that's just my personal experiences. The ones I've seen others deal with is much weirder.

    Honestly I'm buying more into the idea of how ostree distros work; Windows is like a very broken version of that anymore.

  • source
  • parent
  • hideshow 4 child comments
  • load more comments (4 replies)
  • load more comments (6 replies)
    [–] 25 points 9 months ago

    In the support article Microsoft explains:

    "After provisioning a PC with a Windows 11, version 24H2 monthly cumulative update released on or after July 2025 (KB5062553), various apps such as StartMenuExperiencehost, Search, SystemSettings, Taskbar or Explorer might experience difficulties.

    lol

  • source
  • [–] 23 points 9 months ago (1 child)

    Not that they're going to fix any of them though.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 21 points 9 months ago*

    Hey relax, take it easy now, don't make crazy demands on Microsoft.
    They've just recently released Windows 11, and I'm sure they will have it completed soon,
    and have all core features broken.

  • source
  • [–] 20 points 9 months ago* (last edited 9 months ago) (1 child)

    When do I get a calendar on my systray or whatever they call it on my other monitor?

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 19 points 9 months ago (4 children)

    Some anecdotal evidence, but when I boot into my W11 install for certain online games, I have none of these issues mentioned. My 11 IoT Enterprise LTSC + StartAllBack setup- knocks on wood- continues to be bullet proof. For anyone who still needs Windows, I highly recommend it.

  • source
  • hideshow 5 child comments
  • load more comments (3 replies)
    load more comments
    view more: next ›