this post was submitted on 21 Nov 2025
963 points (97.8% liked)

Technology

77043 readers
2300 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] zerofk@lemmy.zip 30 points 2 days ago* (last edited 2 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.

[–] AnUnusualRelic@lemmy.world 35 points 2 days ago

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

[–] myfunnyaccountname@lemmy.zip 59 points 3 days ago (1 children)

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.org 71 points 3 days ago* (last edited 3 days ago) (2 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...

[–] JasonDJ@lemmy.zip 29 points 2 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.

As silly as that sounds, it is the absolute truth.

[–] spaghettiwestern@sh.itjust.works 167 points 3 days ago* (last edited 3 days 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?

[–] Jhex@lemmy.world 116 points 3 days ago

vibe coders

[–] GenosseFlosse@feddit.org 89 points 3 days ago* (last edited 3 days 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.

[–] spaghettiwestern@sh.itjust.works 85 points 3 days ago* (last edited 1 day ago) (1 children)

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 46 points 3 days ago* (last edited 3 days ago) (3 children)

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

Car Malfunctioning. Attempt Repair?

load more comments (3 replies)
load more comments (5 replies)
[–] nuko147@lemmy.world 46 points 3 days ago (1 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.

[–] cyberpunk007@lemmy.ca 17 points 2 days ago (2 children)

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.

load more comments (2 replies)
[–] mech@feddit.org 225 points 3 days ago* (last edited 3 days 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...

[–] joyjoy@lemmy.zip 92 points 3 days ago (26 children)

"Windows just works"

When did Microsoft steal Apple's marketing material?

[–] floofloof@lemmy.ca 87 points 3 days ago (2 children)

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.

load more comments (2 replies)
load more comments (25 replies)
[–] CileTheSane@lemmy.ca 77 points 3 days ago (3 children)

But Linux is too difficult, someone might suggest you use the terminal.

load more comments (3 replies)
load more comments (3 replies)
[–] laurelraven@lemmy.zip 74 points 3 days 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...

[–] jmsy@lemmy.world 26 points 2 days ago (8 children)

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

[–] demonsword@lemmy.world 1 points 19 hours ago

I use windows 11 everyday

"no kink shaming" is a hard rule to follow sometimes

[–] FreddiesLantern@leminal.space 19 points 2 days ago

It doesn’t understand the concept of “no means no”.

[–] kayohtie@pawb.social 29 points 2 days ago (3 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.

[–] ouRKaoS@lemmy.today 10 points 2 days ago

On my work computer when I maximize a window, I get a little strip of desktop still showing between the window and the start bar.

[–] WormFood@lemmy.world 8 points 2 days ago (1 children)

I've been using windows 11 for six months. when I hover over the taskbar, a phantom windows explorer window appears, but it's not clickable and it disappears when I move the mouse away. my right hand monitor has a white box with a small 'no' symbol in it stuck in the middle of the screen. it doesn't seem to derive from any running application and I cannot get rid of it. on the windows 10 install I ran before, the task manager totally stopped working, it just froze every time I opened it. I run Linux on all my other machines and stuff does go wrong, but it goes wrong in ways that make sense to me and which I can fix. on windows people just tell you to run sfc scannow and reinstall if it doesn't work. that's no way to live your life.

load more comments (1 replies)
load more comments (1 replies)
[–] nevetsg@aussie.zone 10 points 2 days ago

I'll add, Clicking on running programs in the task bar and they refuse to become the active window. You need to work through them all to fine one that works before they all start working again.

[–] Statick@programming.dev 10 points 2 days ago

At work I've had issues with the Start Bar not showing any/most programs and centering the one program that does show up (even though I have it left aligned). Then when I mouse over it, it'll try to move to where it should be causing it to jump around and be unclickable.

I've also had the file explorer just stop working entirely.

This is on a pretty powerful dev laptop, so it's not lack of resources.

That being said I've never heard of anyone else having that issue so it seems rare.

load more comments (3 replies)
[–] SoftestSapphic@lemmy.world 116 points 3 days ago (32 children)

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

Every time???

How do they mess this up so bad?

[–] setsubyou@lemmy.world 80 points 3 days ago (2 children)

How do they mess this up so bad?

They made their devs use copilot.

[–] coolmojo@lemmy.world 55 points 3 days ago

Yep. Vibe coding. Replacing knowledge and experience with hallucinations since 2025.

load more comments (1 replies)
load more comments (31 replies)
[–] Avicenna@programming.dev 36 points 3 days ago (7 children)
load more comments (7 replies)
[–] Darkcoffee@sh.itjust.works 122 points 3 days ago

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

[–] tinfoilhat@lemmy.ml 54 points 3 days ago (1 children)

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.

load more comments (1 replies)
[–] CovfefeKills@lemmy.world 36 points 3 days 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?

load more comments (3 replies)
[–] TheBat@lemmy.world 65 points 3 days ago (7 children)

I wish all the companies using Windows 11 sued Microsoft for releasing a buggy product.

load more comments (7 replies)
[–] echodot@feddit.uk 24 points 3 days ago (1 children)

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

load more comments (1 replies)
[–] FlashMobOfOne@lemmy.world 31 points 3 days 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.

load more comments (5 replies)
[–] bigbabybilly@lemmy.world 43 points 3 days ago (1 children)

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.

load more comments (1 replies)
[–] FreddiesLantern@leminal.space 15 points 3 days ago (10 children)

So when will we see W12?

Oh right, never mind. 🐧

load more comments (10 replies)
[–] Romkslrqusz@lemmy.zip 47 points 3 days ago* (last edited 3 days 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.

load more comments (8 replies)
[–] fossilesque@mander.xyz 40 points 3 days ago (2 children)

We have finally gotten rid of Windows on all PCs in our house this week and my partner has taken the plunge. Even with a little faff he says he is never going back lol.

load more comments (2 replies)
load more comments
view more: next ›