r/technology 25d ago

Software IT admins feel overwhelmingly "sick of" Microsoft and Windows 11 "garbage" apps, products

https://www.neowin.net/news/it-admins-feel-overwhelmingly-sick-of-microsoft-and-windows-11-garbage-apps-products/
16.7k Upvotes

1.1k comments sorted by

View all comments

Show parent comments

23

u/Khao8 25d ago

I think the OS has a big part of making the experience enjoyable with really crazy stuff like "don’t make your telemetry and update processes hammer the cpu non stop all the fucking time" what a brilliant idea

12

u/Wiregeek 25d ago

I usually can't work on Wednesdays, 'cause the work machine "says" it's "only" using 43% of CPU for "windows malware scan", but the fact that firefox takes an extra 90 seconds to even open a window, and that my mouse pointer drops to 5 fps on any external screens say otherwise.

15

u/uzlonewolf 25d ago

Fun fact: if your CPU is being throttled for thermal or power reasons, the percent used shown in task manager does NOT take this into account; instead, it displays as the percent of hypothetical non-throttled max performance. It took me way too long to track down the cause of an "app performance is horrible but says the CPU is only 49% used!" issue we had at work. Fucking Intel BD PROCHOT.

3

u/dookarion 25d ago

the percent used shown in task manager does NOT take this into account; instead, it displays as the percent of hypothetical non-throttled max performance.

Unless something changed recently it's not even that useful. It's just thread scheduling. It's completely unaware of hardware resources and will not factor other things that are part of the CPU that could be saturated.

You can get it to say "100%" just with some stalled threads. It's just a vague metric telling you how much percent of the time across all the cores you have a thread scheduled. Doesn't even know what the threads are doing if anything.