Ah yes, 0:03 "Mac'osoft", the fusion between Mac and Microsoft
@WindowsXPfan-FNFMix10 ай бұрын
Don't we all love Mac'osost?
@pyp220510 ай бұрын
It called Windowtosh or Macdows right? 🤔
@ZH_ZARIFOfficial10 ай бұрын
Windows phone 8.1 Iwindows phone 8.1
@vz177810 ай бұрын
why the "angry mob" aint looking tor wards the mac'osoft building?
@harleylazy10 ай бұрын
@@vz1778 cuz AI
@cynicalthoughts10 ай бұрын
No one with a 2006 procesor would try to install windows 11 🤔 they would probably chill with 7 or 10
@FloatSamplesGT71010 ай бұрын
Yes 10 is way lighter and better than 11, Its basically 7 with some UI disabled
@milaszxxx10 ай бұрын
I tried it with e8400, it wasn't as fast as i thought
@fcfcth10 ай бұрын
7? Imagine using an OS that is unpatched since 4 years
@rudeskalamander10 ай бұрын
Just use Linux at that point
@Originalimoc10 ай бұрын
@@fcfcthwhat do you expect on a 2006 PC, compile your own Linux for it?
@mrbrown642110 ай бұрын
In 1989 I worked on a Boeing 737-300 Communications Bus in Michigan. I was hired to increase traffic flow rate. As the project was wrapping up, we received a notice from the bus controller manufacturer that if more than 22 bits of a 32 bit data word were 1, the controller would glitch and lose data. I NEEDED THE POPCNT instruction. But it was not in the Z8002 processor at the time. -- 2.23.2024 Excellent Info.
@sas40810 ай бұрын
Oh man, sorry to hear. Did you survive?
@mrbrown642110 ай бұрын
@@sas408Of course I survived. Who do think is writing this ? I wrote this clever routine in Z8002 assembly to quickly determine the bit population. (Population Count) Thanks for asking. Few Do.
@tamtliskedy10 ай бұрын
its also feels weird that todays computers have more powerful cpu's than a aviation computers one. (idk if they are still using the old microprocessors)
@Patrik692010 ай бұрын
@@tamtliskedy u would probably be chocked in how many systems that is critical that rely on old hw and cpus... this w11 thing is just freaking nuts...
@ElShogoso10 ай бұрын
@skedyThere are still aircraft from the 1980's being used commercially so yeah, they're still using them. Those may be old but they're very reliable.
@Sentieantbeing10 ай бұрын
Well there goes my pentium 4 build
@cip0llo10 ай бұрын
rip
@Timely710 ай бұрын
Yeah just use linux for it, but I feel like you're joking here. But if you're not use linux, I have a x10 more powerful cpu and im still using linux. I like an OS that is optimized.
@volvo0910 ай бұрын
Haha!
@ABaumstumpf10 ай бұрын
@@Timely7 "I like an OS that is optimized." So windows - which is just as optimised, but also doing a lot more things already by default.
@alphagiga487810 ай бұрын
Me still struggling to build my new PC still stuck with an fx6300
@BinaryBridgeHQ10 ай бұрын
I understand the rationale behind Windows dropping support for various processors as they aim to streamline and remove legacy code from the operating system. The old legacy code interfacing with newer versions necessitates this decision. However, my concern lies in the lack of transparency. It would be more honest to clearly communicate the reasons instead of using explanations like security measures.
@Chris-hw4mq10 ай бұрын
People who use CPUs from 2010 either use windows 7 or 10 because they dont have secure boot bios so no loss here
@codetoil10 ай бұрын
Microsoft doesn't need to explain why they are breaking compatibility with older hardware *they already do not support*.
@BinaryBridgeHQ10 ай бұрын
@@Chris-hw4mq 🤣🤣🤣🤣
@Biaanca503610 ай бұрын
more like 2006 . .
@JamesSmith-ix5jd10 ай бұрын
What are you talking about, they can't remove old code, it will make Windows incompatible with any WIN32 applications. They can only build on top of old things.
@NoxNyctores42710 ай бұрын
Pentium 4 bros, we had it good
@TheDeveloper-s8l10 ай бұрын
so bad we can't run Windows 11 on our Pentium 4's anymore, just sad
@JamesSmith-ix5jd10 ай бұрын
P4 was not usable since like 2010, I remember how painfully slow the browsing was on it, while core 2 duo and especially quad core were 5-10 times faster in real usage.
@AltonV10 ай бұрын
The first computer that I bought had a Pentium 4 3GHz with hyperthreading
@0w3nn10 ай бұрын
@@JamesSmith-ix5jdyep, totally right. Pentium 4s are unusable in 2024. Core 2 duos actually still are.
@mycelia_ow10 ай бұрын
My old core 2 quad makes the P4 seem ancient and will still be supported. You can buy pentium 4's for less than a dollar, suffice to say nobody should be using them. Those things are paperweights.
@CHETAN_I_00710 ай бұрын
As you said for Cryptography, it makes the task very very fast as it is directly running on hard ware. While the other option might be some kind of emulation or program which might make such a task slower. Hamming code is used to check if data is tampered either intentionally or unintentionally, and having dedicated hardware for such a task is actually good as far as my knowledge goes. Edit:- Now that I think of, bit locker might rely heavily on it, also all network packets verification might be done with it but not sure
@Originalimoc10 ай бұрын
Bitlocker uses AES-XTS which is heavily accelerated on ASIC on recent CPU achieving 10GB+ per sec speed. Almost 10x faster than if done on general purpose CPU.
@TD-er10 ай бұрын
It might also be possible that alternatives for such missing instructions require more code which can create some attack vector to alter registers (or read them) inbetween. An atomic instruction can't be paused inbetween instructions, where lots of instructions can. So maybe there is a theoretical potential attack vector they want to eliminate here?
@ZipplyZane10 ай бұрын
Apparently there are other programs that had these requirements that have been patches with a software version of this instruction. Popcount is something that you can implement in code. In fact, some code optimizers will detect if you try to write your own code to implement Popcount and replace it with the POPCNT CPU instruction.
@twocows36010 ай бұрын
There are a lot of people in the third world (or in very rural places with low access to technology in the first world) running very old devices because that's what they have access to or can afford. I worry that they're *not* going to change to Linux and will just continue running whatever Windows they can past the expiration date. I don't really fault Microsoft for implementing changes that affect stuff older than Nehalem, I mean that's ancient, but it's still unfortunate any time this comes up. It's good that Linux is there as an option, but I really wish Microsoft would just make some kind of stripped down version of Windows for older devices so that they can at least get minimal web functionality and updates. I guess it's not really in their business strategy, though.
@ZGURemixer10 ай бұрын
This.
@Originalimoc10 ай бұрын
TBH Very old device can't be secured anyway... Just use whatever OS available... Better understand the risk
@JasbirSingh-zj1fg10 ай бұрын
Don't underestimate the third worlders. They *will* switch to Linux if Windows gets too difficult to use.
@no_name479610 ай бұрын
stripped down = less ads, less tracking, and less bs microsoft puts in their OS. you know why that won't happen. So yeah, if you want a safe and lightweight OS, linux is the only solution. Which for me works, since i now use only linux, but yeah i understand that unless linux becomes easy to find already preinstalled, most people will not even know about it.
@Timely710 ай бұрын
Yeah or just make the entire OS x10 more optimized. there like game devs, because gpu's are getting so powerful and with FSR and DLS that devs don't optimze there game since higher hardware can handle it. Microsoft has been doing the same as CPU's have gotten better they thought there's no need to optimze and debloat the system as hardware is getting better and can handle it. Personally I hate this, it's why I use linux. I have a ryzen 7 7800X3d and it could run windows even after this update but I like how linux is able to utilze every bit of my system performance. If Microsoft optimizes there OS I might try it out, not use it as a daily driver but I'll give it a go around to see how it is, but ill be dead before that point.
@fragalot10 ай бұрын
Thing is PopCnt is so old that newer CPUs since SSE4.2 was introduced into x64 processors STILL won't have TMP support, nor SecureBoot. You'd have to be sporting an old 32bit CPU like an Athlon XP or a Pentium 4 which a 64bit version of Windows wouldn't run on anyway, and Windows 11 doesn't exist as a 32bit OS.
@kunka59210 ай бұрын
You don't really need those features to install or use Win11. Literally look up any guide on youtube to bypass the Win11 TPM, SecureBoot, and even RAM requirements. This is gonna create a bunch of e-waste of Core2Quads and Core2Duos that could at least somewhat run Win11 for basic tasks, but it's more money for microsoft so they don't care.
@fcfcth10 ай бұрын
Certain Pentium 4s can run Windows 11
@fragalot10 ай бұрын
@@fcfcth yeah but can you install more than 4GB of RAM on that? windows 10 would balk at that.
@wabbit23410 ай бұрын
@@fragalot4GB is fine for Windows 10 and 11.
@fcfcth10 ай бұрын
@@fragalot Windows 10 can run even on 512MB of RAM
@hquest10 ай бұрын
Just to clarify, as Thio talks about SSE 4 and begin to talk about them at 1:57, the first Intel CPUs that supported SSE 4 (by means of SSE 4.1) were the Penryn based, known by their market name Intel Core 2. The SSE 4.2 which implements the PopCnt feature required by the Windows 11 24H2 update is indeed the Nehalem, as he states in the video.
@volvo0910 ай бұрын
So if I have that right the Core duo and Core 2 series of processors (probably including the centrino mobile line) are the first "new" unsupported processors before going back in the lineup to the Pentium 4... So all of the iX CPU's and onward have it. Not like Win11 on a first gen I series processor would run good....
@hquest10 ай бұрын
@@volvo09 Yup. Any Core iX CPU has the necessary SSE4.2 instruction set. And you are spot on, if those would run good is a very different question.
@marvinmallette679510 ай бұрын
I wouldn't count on it. Wikipedia reports that "SSSE3" was mislabeled as "SSE4" early on in the Core 2 era. With Intel not adopting POPCNT until the second gen iX CPUs with SSE4.2. So by all indications, no Core 2 CPUs will work. It looks like there may be early Xeon CPUs with POPCNT. So I am not counting on my Core 2 Duo E7500 to boot the next time it updates.
@rpst3910 ай бұрын
Yeah I remember patching macOS Mojave to run on my Core 2 Duo E7400 hackintosh because my CPU only had SSE4 but Mojave required 4.2
@thej379910 ай бұрын
So will there be a workaround?
@robertoXCX10 ай бұрын
I can rest easy knowing that my retired 1st gen i7 960 just barely makes the cut for a version of Windows it will never see. That particular computer was made for 7 and I wouldn't have it any other way.
@mycelia_ow10 ай бұрын
Probably shouldn't be using win11 anyway, maybe not even win10, maybe linux. That CPU isn't a problem, it's the outdated and vulnerable platform hardware its running on. Expect Win12 to be even stricter, rightfully so.
@AT-sl9kf10 ай бұрын
how is the platform hardware insecure? as far as ik spectre/meltdown is the only hardware level vulnerability and thats been patched
@kneekoo10 ай бұрын
@@AT-sl9kf Google "linux kernel Hardware vulnerabilities". They're not related to Linux, they're simply listed on the documentation website of the Linux kernel. It's a pretty long list, unfortunately.
@mikem953610 ай бұрын
@@fishy2939Now? I gave up on Windows 7 5 years ago.
@thommysides461610 ай бұрын
Amen brother!
@Psychx_10 ай бұрын
What's interesting is that the Hackintosh community was confronted with the same problem ages ago. They wrote an SSE4.2 emulator and had the kernel trap said instructions to get newer MacOS versions working on SSE4.1 Macs.
@Munenushi10 ай бұрын
i would not have been able to pronounce the cpu feature "POPCNT", as often as you have, without saying the 'bad' word that the abbreviation is making me think in my head. you are a stronger man than i am. kudos, and kudos for informative vid!
@ZeFoxii10 ай бұрын
The problem I have is it’s a slow rolling snowball, people don’t realize it yet but windows has been doing more and more to limit what people can and can’t do. The amount they changed without warning “should” be concerning but for some reason it’s just not. Microsoft are even turning windows into even worse spyware and putting ad placements in the start menu. What’s worse is a lot of people still feel forced to use windows either because they don’t know how to use Linux or because there is no better alternative yet.
@linkfreeman199810 ай бұрын
If only Linux doesnt make a gazillion distros just because they can... And instead unite.
@ZeFoxii10 ай бұрын
That would be awesome, I only see that happening once valve makes an official desktop OS @@linkfreeman1998
@bite-sizedshorts963510 ай бұрын
@@linkfreeman1998 There is no "they" with Linux. It's multiple teams doing what Linux was designed to allow. I hope we never have just one Linux that some corporation can take over.
@ZeFoxii9 ай бұрын
@@bite-sizedshorts9635 me two but we need to as a community decide what the de facto standard should be the “go to” Linux for beginners, something that just works and plays games well without complexity, and it does not matter what anyone says. Point blank that doesn’t yet exist, not Nobara not regataOS and not pikaOS they are steps in the right direction but they have their own quirks and issues that unless you have a computer background like I do can be difficult for the average Joe.
@ZeFoxii9 ай бұрын
@@bite-sizedshorts9635 my list of OOTB features that would fit this bill, Double click windows exe’s and have them work out the rip, it’s getting there and nobara does this for a lot of apps but not all work. Or run well… Gaming ready solid performance, aka no weird glitches from the os. Easy to theme and have a great user friendly interface not bloated similar to cinnamon, with easy to understand UI like kde, and have no errors when installing well known themes, Flatpack as the main if not close to only way to install apps, and a solid App Store experience with nice ui’s for everything, A super easy way to install Linux that is user UI friendly, and have the option to install without going into a live environment. Most if not most important auto updates enabled with a nice toggle to disable, I hate updates so you may ask why would I suggest this. Most people forget to update their phone yet alone their computer, so having it enabled automatically is better for the end user, Immutable file system, this way average people can’t kill or uninstall their os like Linus, as funny as that was. And an easy way to install .deb/.rpm without it being fedora(troublesome company) or Debian(dreadfully slow updates) And finally not have it look or run like a pile of garbage, and most if not all distro’s they look fugly and expect the end user to fix it.
@hentosama10 ай бұрын
i5 4960k running latest w11 here, still chugging along!
@Beni_77710 ай бұрын
I have an i7-7700k, do you think it's still viable?
@MikeK-vo3ly10 ай бұрын
I have a i5 3570k😂
@MrSamadolfo10 ай бұрын
yes 🙂 works fine
@綠豆10 ай бұрын
@@Beni_777I'm running it, it's working fine!
@hugosimoes511921 күн бұрын
i7 3770, i7 3470. celeron g3900t here...
@45545videos10 ай бұрын
Proper subtitles, wahoo! Please never stop providing those :D
@Ivan-pr7ku10 ай бұрын
Steam Hardware Survey indicates CPUs with SSE4.2 install base are covering 99.45% of the market, so it was bound critical software like Windows to move the compatibility bar up, ditching fallback routines for older hardware -- streamlining the code base sort of. Some games are already asking for AVX support as minimum.
@harpskid10 ай бұрын
Gaming is not the only use for computers.
@bite-sizedshorts963510 ай бұрын
That survey was among gamers, not the general public. People in eastern Europe are still using DOS on 80s and 90s PCs. There are millions of PCs in the US that won't meet the requirements. I know mine won't, as I built it myself about 12 years ago. It does everything I need, so why change?
@harpskid10 ай бұрын
@@bite-sizedshorts9635How much would a sandy bridge i5 cost in eastern Europe? A days wages? A weeks? Just trying to get a frame of reference.
@FirstLast-qy7hf8 ай бұрын
3 week wage for a decent version of the i5 here in romania
@fragalot10 ай бұрын
CPU instructions are many many levels above fundamental logic gates. Since logic gates exist outside (and before) the first microprocessors were created. Instruction Sets are basically hard-coded software that performs a specific task inside the CPU, often to automate a common repeated function so that it doesn't need to be performed in software which would be much slower. When you write software you can call on the specific CPU op code do an operation, rather than verbosely code the logic in software to do the same task. This is why not all software is cross compatible with all CPUs, since not all of them have the same instructions sets or op-codes, even among modern CPUs they aren't often compatible with out (software) abstraction layers, or compiling your code specific for each CPU (and often OS.) like the differences between ARM and x86/x64 CPUs.
@_SJ10 ай бұрын
Wow. Not a black V-neck. Congrats 🎉 Joe not wearing a black V-neck makes me feel like I'm in an alternate universe.
@ThioJoe10 ай бұрын
I put off doing the laundry for too many days and ran out 💀
@_SJ10 ай бұрын
@@ThioJoe Looks good tbh 👍🏻
@mdmackint10 ай бұрын
how are you 13hr ago?
@cynicalthoughts10 ай бұрын
Lmao 😂
@xXcynic4lXx10 ай бұрын
@@mdmackint He's a channel member. They get videos early by a day
@rich105141410 ай бұрын
The hamming code can also be used to detect if memory is tampered with without actually granting access to the memory. This is a big deal for security. If rogue software is running at layer zero under the kernel, it's a way to detect it's presence without actually accessing memory that it doesn't have access to. One thing this would mean is, better anti-cheat.
@skytrigger10 ай бұрын
Been following you for a while, while I rarely understand most of the technical things all around the computer sciences, it's always a comfortable listen when watching your video, if not informative. Happy to see more of you and your tipps and tricks.
@Oweblow10 ай бұрын
As a Windows 10 user who’s not upgrading ever: “Oh no… Anyways”
@mycelia_ow10 ай бұрын
"Ever" yeah right, where've heard that one before.....
@adamtajhassam918810 ай бұрын
youll be forced when u are online in win10
@Saji_010 ай бұрын
@@adamtajhassam9188good thing I broke something within my win10 install, so it won't update automatically
@basshead.10 ай бұрын
We're all going to use Win12 in 2026 (except me because I still use a BSEL modded E2160)
@rulercostax10 ай бұрын
@@adamtajhassam9188 just use LTSC 2021 IoT Enterprise edition
@tonyvn581710 ай бұрын
Hi ThioJoe. I'm still running windows 10. And with no problems. I concider you a friend even tho we naver met. Take care Thio.
@benhaze101010 ай бұрын
I still can't believe that my i7-4770 is not compatible with Windows 11. It was a high end CPU at that time...
@pureplay707110 ай бұрын
That has to be about 10 years old now, that is a long time.
@benhaze101010 ай бұрын
@@pureplay7071It is but there are other versions of the same CPU (same age) that are compatible. Even i5 and i7. Goes to show how complex CPUs architecture are.
@pureplay707110 ай бұрын
@@benhaze1010 How about the poor I7 7700k which was just 4 years old at the time, I mean that was some sort of joke.
@treelineresearch33878 ай бұрын
@@pureplay7071 Corpos gotta have you continuously consuming, even if your 10 year old hardware is perfectly adequate. Selling a new PC for the most part sells a new copy of Windows.
@geehammer15118 ай бұрын
Funny thing is my CPU released April 2021, October 2021 Windows 11 arrives, my CPU not good enough.
@KnightmareUSA10 ай бұрын
I did a windows reset and now 11 thinks I don't have the required hardware. It still works but defender won't scan manually with some limited access warnings. Having said that, the usb to reset was done with rufus which can remove tpm and other requirements, so that may have still messed up the reset. Everything is intact though, no errors, and runs just as it would with 10. I see no major differences since I've always used openshell for the start menu
@AntoniNowak6910 ай бұрын
i love that he put the windows 10 logo instead of the windows 11 logo in the thumbnail
@Rob210 ай бұрын
Windows 11 is just a marketing name for Windows 10.2 Internally the version is 10.2xxxx
@steeviebops10 ай бұрын
8:01. Another possibility is that the alternate code paths are being removed to simplify the code base. If you don't officially support those CPUs then why keep the legacy paths in there?
@sofiaknyazeva10 ай бұрын
Just for the reference, POPCNT instruction isn't mandatory, well, for Windows, it is, but the entire instruction can be implemented in the software level. Just check if the bit ANDs with 1, if it does, then increase the index. The problem is that this will require a few more instructions where POPCNT do this in a single instruction.
@Rob210 ай бұрын
I guess the test if POPCNT works is just a quick way to determine if your processor supports a number of instructions that are now generated by the compiler used to compile Windows 11. A hypothetical processor that only supports POPCNT but not other SSE4.2 instructions probably would still fail to work.
@sofiaknyazeva10 ай бұрын
@@Rob2 No, POPCNT doesn't have any special feature that we can say a big deal or viable enough. POPCNT is a single instruction, that was added in SSE4.x instruction set. I'm sure that Microsoft main focus isn't the POPCNT here, but to make sure user has at least a CPU that support SSE4.x instruction set. It helps Windows to implement optimizations, for this, and CPUs later released. Any processor that's was made earlier than 2008-2009, is basically unsupported by Windows 11 (or will be after this update began to roll out).
@Rob210 ай бұрын
@@sofiaknyazeva In itself it is strange that they refer to a single instruction rather than a capability. Intel/AMD CPUs have a register that has a number of flags indicating if a certain feature is supported, and SSE4.x is among them. So they can directly refer to that capability. Of course I understand (and said above) that they want to use new instructions that older CPUs do not have. It is not, as some people believe, "an easy way to make you buy a new computer", it is a way to distribute optimized software in binary form without the hassle of having to use alternative libraries that are put in place after a CPU type detection.
@Knirin10 ай бұрын
@@Rob2 I don’t remember off the top of my head about SSE4.?, but each AVX family has a few subversions with different sets of instructions. POPCNT may be the safest to test or generally useful of the entire SSE4.? family.
@Rob210 ай бұрын
@@Knirin As I already wrote, there is NO need to "test" if an instruction is available. Ever since the days of the 486 (maybe even 386) there is a register with flags that tells you what the capabilities of the processor are. In Linux you can easily query those flags, don't know how it is in Windows but likely the same. My processor says: *fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi umip pku ospke waitpkg gfni vaes vpclmulqdq tme rdpid movdiri movdir64b fsrm md_clear serialize pconfig arch_lbr ibt flush_l1d arch_capabilities* As you can see, the sse4.x capabilities are also in that. But there are many more.
@ckingpro10 ай бұрын
In addition, some distros (not all) are starting to require x86-64-v2 as the baseline (Nehalem/Bulldozer/Silvermont/Jaguar or later) and if your CPU is too old to support it, you will get a massive boost in performance when you upgrade anyways. Additionally, I have used CPUID check before using AVX2. (Also, even if you are going to be using 128-bit SIMD, do a check for AVX as VEX encoded versions of SSE instructions as introduced with AVX are more efficient) However, Windows 11 24H2 definitively require POPCNT as you can confirm using Qemu with or without POPCNT
@volvo0910 ай бұрын
Yeah, these processors are so old that simply saying "just install Linux" won't always fly, you'll have to go with an older distro, just like sticking to older windows.
@ckingpro10 ай бұрын
@@volvo09 yeah. There will always be distros supporting old PCs considering Debian still supports 32-bit x86 processors
@harpskid10 ай бұрын
@@volvo09The newest kernel still supports i486 (even though there were talks of removing it a couple years ago) and plenty of distros support i686.
@MonochromeWench10 ай бұрын
This isn't the first time Microsoft has done this, Windows 8.1 required cmpexchg16b that was not supported by 1st gen x86_64 cpus blocking upgrade paths for some users. Typically Microsoft doesn't add cpu feature testing in the kernel. If they want to use a cpu instruction in the Kernel and you don't have it, a bsod for you if you somehow forced install.
@bite-sizedshorts963510 ай бұрын
And there were millions of us who never once used Windows 8. I won't be using 11 either. I skipped from 7 to 10 a while back and changed most of the user interface to what I like.
@EricKöhn10 ай бұрын
Oh no. My Core2Duo E8600 won't get any new windows 11 versions I guess. Well It's finally time to move on then I guess.
@marvinmallette679510 ай бұрын
Yeah, i mean it had a good run. Much more energy efficient options for around $100 these days. I'd probably still be using mine if I didn't damage a DDR2 RAM channel after taking my GPU out to use a can of air on it. 4GB of non-Dual Channel DDR2 hurts a smidge in 2024.
@outtheredude10 ай бұрын
Oh well. Guess a dual boot XP/Linux system for gaming and everyday use may resurrect this old dog.
@marvinmallette679510 ай бұрын
@@outtheredude I was an NVIDIA guy back in the day, and my Core 2 has a Geforce GT 240. Unfortunately, it is better supported by Windows 11 than Linux. I couldn't find a decent driver the last time I installed Linux on it. I figure Open Source AMD drivers will have a better chance of long term support.
@Anonymous______________10 ай бұрын
@@marvinmallette6795Lmfao, I had the opposite experience baring any weird SCSI/RAID controllers Linux will literally run on anything.
@marvinmallette679510 ай бұрын
@@Anonymous______________ You couldn't find a GPU driver for AMD for the 5.x Linux kernel? However, you could find an official NVIDIA driver for an AGP graphics card that works with the 5.x kernel? Weird.
@derivativeoflog710 ай бұрын
People when Windows 11 won't support 16yo CPUs anymore for an actual good reason [edit: *unlike the artificial limitations*] for once expecting software to be forever tied to legacy hardware: 😠😠😠
@volvo0910 ай бұрын
Yeah, just try to put win7 on a Pentium III... Or XP on a 486, same thing. There is no reason for it. These are old computers, you can ask around and often find someone willing to give you a free 10y old or newer computer these days if you want to hack win11 on something.
@kunka59210 ай бұрын
It would make more sense if Win11 launched with these requirements (don't tell me their arbitrary CPU cutoff is a real requirement), but this is some random update after a few years that kills CPU support for hardware that was already functional with the OS. This doesn't affect me but they will just create e-waste of otherwise usable basic PCs. Core2Quads are still fast enough for basic tasks.
@derivativeoflog710 ай бұрын
@@kunka592 it's an os that's in active development... I'll grant you that it probably would've been to make the decision alongside a new OS major release, but its not surprising and it has normally already happened before (Win8 requires SSE2, XP won't run on 486s, and so on) And no, I never said the arbitrary cutoff is justified, I even said "for an actual good reason for once", tho at least the artificial limits can be bypassed
@marioalexanderski959810 ай бұрын
Maybe Microsoft didn't want to repeat the Vista shenanigans that happened in mid 2000s.
@willshirk869710 ай бұрын
Sure except an dell precision from 2017 is not upgradable due to processor. Everything else is compliant. You cannot say a 18 core Xeon is an old slow processor. I have Dell precision 5810 with 64 gigs of RAM and an 18 core processor I certainly have not spent a lot on this machine, but if I had spent $10,000 on a workstation from 2017 I would be infuriated to know my money went down the drain via Draconian requirements of windows 11
@roiltidor8 ай бұрын
I used to watch your videos over 10 years ago when I was a kid. How time flies😊
@Its-Just-Zip10 ай бұрын
If I remember correctly, there are some low power or embedded CPUs that lack these instruction sets that are pretty modern, but I'm also still not really concerned about this because you should be running a more low power friendly operating system like Linux on those chips anyway. This might be a problem for some people trying to make use of some of the interesting Alibaba nucs machines but for most people this will be fine
@valenrn865710 ай бұрын
ARM64 has a POPCNT like instruction i.e. CNT. This is from RPi 4B's ARM Cortex A72.
@Solarpunk_SciFi10 ай бұрын
For me, it just says 'hardware insufficient' or something like that every time I try to update, my laptop is only a bit over a decade old! It doesn't say whether it's the cpu or not.
@Solarpunk_SciFi10 ай бұрын
@@lennytlm well, my cheap laptop from like 2020 doesn't have enough storage space to fit windows 11 and a browser at the same time! And my actually worth something laptop is too old. :(
@Joker-no1fz10 ай бұрын
even on disability i have a 3070 ti laptop. i hope you are a kid.
@bite-sizedshorts963510 ай бұрын
@@lennytlm I guess it's a certainty that I'll never get another version of Windows. I have 10 on a computer I built from scratch about 12 years ago. It does everything I want, so I don't see any need to change it.
@Double-Negative10 ай бұрын
2:19. They knew you might not be sure how to pronounce it... which is why the second word in the article is a guide on how to pronounce it. nuh-HAY-lum
@Legitti10 ай бұрын
I'm good with Intel Core i9-13900HX??
@user-c29dxkl410 ай бұрын
No
@xXx_Regulus_xXx10 ай бұрын
what does windows 11 *do* that warrants better hardware, anyway? I still do the same things I did several versions ago so I'm not sure what the value add is for me.
@cageliner4 ай бұрын
My recent build (this spring) is a 13th Gen Core i5, and the only other "supported" PC I have is an 8th Gen Core i3 Lenovo tiny PC. I have Windows 11 running on a 2nd Gen i5 laptop, a 3rd Gen desktop, a 4th Gen i5 desktop and a 5th Gen laptop. The oldest machines date to 2012-13.
@sayantanisaha898910 ай бұрын
What you said in the original windows 11 update system requirements video was right. They needed or wanted some more processor space
@sonytv610710 ай бұрын
From my tv account: When I first heard the news: Oh no ! , I have 8th gen my PC is definitely not getting 24h2. Upon later inspection: My pc is getting it, only old CPUs ain't getting it
@phizc8 ай бұрын
8:42 Checking if the instruction is available and using an alternative path if it's not does have some performance penalty. It's possible they've removed the check and only support the popcnt path since it's now a requirement for the OS.
@Sir_Uncle_Ned10 ай бұрын
I just got tired of Windows constantly trying to shove subscriptions and LLM GPT as deep as possible into every orifice, and since I use my pc mainly for gaming; I went with Pop! OS which is based on Ubuntu but with nVidia or AMD driver magic (You have to choose the right version when downloading) to make sure you can use that powerful graphics card right out of the box. Thanks to Valve’s Proton I can run every game in my steam library without major issue, and with Litrus I can access and run my other assorted game libraries. As an added bonus; the boot and shutdown times are WAY faster than Windows could hope to accomplish
@8-bitcentral316 ай бұрын
This is kinda sad cause old Core 2 Quad CPUs are still genuinely useful and can even run games like gta V flawlessly. I'm not looking to run beamNG on my 486 or anything but these old machines are fine for the tasks of 90% of PC users. That being said you can still browse the modern web on Windows XP with mypal 68 so I don't see compatability being an issue for windows 10 on these old CPUs any time soon. I don't really like Windows 11 anyway, its too restictive and tries to simplify things too much for the average user who knows nothing about computers and I hope Windows 12 comes out soon so I can upgrade without deciding between a lack of proper software support and linux.
@SteelSkin66710 ай бұрын
FWIW, there has been a lot of discussion recently about mainline Linux distros Ubuntu and Fedora doing the same thing Microsoft has been doing with Windows 11, ie requiring higher CPU ISA baselines in upcoming releases than they do these days. I find it surprising that Microsoft are taking so little advantage of the very high CPU requirements of Windows to be honest, and that they set them that high right off the bat. When the minimum CPU spec is so modern, starting off by requiring a single SSE4.2 instruction a whole two years after launch is fairly tame. No wonder that people still feel like the cutoff was arbitrary and made to help PC sales.
@harpskid10 ай бұрын
The distros can do whatever they want, as long as the linux kernel keeps up the support (and its been doing a pretty good job!) I'm pretty sure a Pentium 3 can run the modern kernel.
@SteelSkin66710 ай бұрын
@@harpskid Oh, you can even boot modern Gentoo on a Pentium Pro. I believe the baseline for the kernel is still i486, although the very few distros that still support 32-bit tend to compile for i686.
@SteelSkin66710 ай бұрын
@@harpskid Oh, you can even run modern Gentoo on a Pentium Pro, although finding a suitable desktop environment could prove a bit of a challenge. The kernel still targets i486 as a baseline, and the few distros that still support 32-bit x86 tend to compile for i686. Personally I am in favor of the gradual raising of CPU requirements on the more mainstream, as long as there are still options out there for older hardware, which will unfortunately not be an option for many Windows users come 2025.
@harpskid10 ай бұрын
@@SteelSkin667 I'm happy they still support i486, but I can't fathom many people are running hardware older than p68 that *also* is getting regular updates. It seems like a very arbitrary target (although I do find videos of ancient hardware running linux very enjoyable). Like, p68 came out 23 years ago. Even in extremely poor countries I would expect people to have access to that kind of hardware. Maybe that's optimistic though. Regardless, microsoft has gone off the deep end with insane system requirements. I can't imagine most people are happy with it.
@honkhonkler773210 ай бұрын
I decided to move my Core 2 Quad box to Linux from Windows 10. I thought about bypassing the Windows 11 requirements check and installing anyway but given this, I'm glad I didn't. Runs Fedora 39 perfectly with a Radeon Pro WX2100.
@BigGuy80598 ай бұрын
Another very useful use of POPCNT is for allocating resources like fixed-size memory blocks. Each 1 bit would represent an allocated block. So the allocation software would check a map of words for a free block. POPCNT would make this about 64 times faster than checking each bit. BUT the fact is it's not at all complicated to check each bit without POPCNT.
@stevenlee366110 ай бұрын
My core 2 duo laptop works great with windows 11 pro and not bad with a hard drive in it that gets speeds of 140mb/s and 6gb of ram. Do I now just not get updates?
@brandonpennington87210 ай бұрын
7:30, it seems what’s happening is the alternatives might be making things more inefficient so they want to remove it, and if that’s not the case then they might not want to do the work to work around this feature being missing.
@spydermonkey938110 ай бұрын
Windows 7 and XP was the best windows versions ever to exist.
@Ferrolune4 ай бұрын
My experience with popcnt was filtering and reducing 1.5 million combinatoric sets. Traditionally it took 5 seconds, but with popcnt it was down to ~300 milliseconds AFTER I found a way to represent and operate on the data in a single word. Basically, code go vroom, vroom! For a Windows end user, you will not notice much if any of a performance gain.
@STR82DVD10 ай бұрын
Good find lad. Brilliant. Thanks for the heads up man.
@NatesHomeTours10 ай бұрын
What I dont get is, they are stopping support for Windows 10 soon, MY PC is on a Ryzen 5 5600, which is only 4 years old and Windows update says mine is not compatable with Windows 11. Why are they stopping support so early, and what are we supposed to do?
@valenrn865710 ай бұрын
Ryzen 5 5600 should be supported in Windows 11, but it needs TPM 2.0 and secure boot to be enabled.
@NatesHomeTours10 ай бұрын
@@valenrn8657 TPM isn't in the bios of the MB (MSI B550) I'm using. I am slacking on bios updates though. I have never done one. I keep meaning to, but the computer is always in use it seems.
@valenrn865710 ай бұрын
@@NatesHomeTours A Zen 3 on B550 supported BIOS is not old. fTPM can be enabled.
@valenrn865710 ай бұрын
@@NatesHomeTours MSI PRO B550-VC?
@valenrn865710 ай бұрын
@@NatesHomeTours I have AsRrock b550m-itx/ac wifi for my ITX HTPC.
@孤独の観測者-o7e10 ай бұрын
I'm still daily-driving a Core 2 Quad Q9650, so I do care about this. To be fair I wasn't planning on upgrading to 11 until Windows 10 support stopped, but still, this is disappointing... I guess I'll have to finally make the switch to Linux.
@honkhonkler773210 ай бұрын
I run a Q6600 and a modern Radeon Pro card with 8GB RAM and and SSD. It has Fedora 39 with the full fat gnome desktop and it runs great. About as well as an average modern laptop runs Windows 11.
@beardyface84929 ай бұрын
Same processor, same issue, except some of the legacy software I use daily won't function correctly under WINE, so I'll still be using unsupported Windows after the switch to Linux, if only inside a VM, might go back to Win98 or NT4 for it to reduce the VM's footprint.
@DMS_64829 ай бұрын
Check out Netrunner 23 (Vaporwave). :) I've been using Netruuner OS (Debian based) for a few years now and recommend. :)
@Thomasgabrielmod9 ай бұрын
I'm switching to Windows 10 Enterprise IoT LTSC which is supported until 2032. Maybe consider that....?
@David-rx5eo8 ай бұрын
Mine has SSE4.1, SSE4.2 and SSE4A I have a couple of old AMDFX boards/processors that I am not using, and have tested Windows 11 install on them. They worked as long as I bypassed the TPM 2.0 requirement.
@jooroth1810 ай бұрын
Dope, my laoptp still works. Im running a 3rd gen i7 HP Elitebook 8570W laptop that does support Windows 11 as it has a TPM chip that is compatible.
@sourav762010 ай бұрын
Yes
@bite-sizedshorts963510 ай бұрын
I won't change. I have a laptop that has the original XP running. It works fine.
@bodasactra10 ай бұрын
TPM suddenly started blocking boot just after a Win 11 update and BIOS update. In the end both main and backup BIOS were corrupted and its stuck at UEFI light loop, dead. I am building a branch new system just as they intended. Scam .
@FGwithAyush10 ай бұрын
Back to watching Theo after 2 years 🖤
@thisislilraskal10 ай бұрын
You just get out bro?
@FGwithAyush10 ай бұрын
@@thisislilraskal ???
@deepabala82310 ай бұрын
like where were you these 2 years without watching him? How could you!
@thisislilraskal10 ай бұрын
@@FGwithAyush ...of prison is what I meant, my bad.
@FGwithAyush10 ай бұрын
@@deepabala823 It's a long story I even left using PCs
@hugosimoes511921 күн бұрын
9:13 Windows 11 22h2 23h2 runs fine with Core2duo and Core2quad. It's obviously a bit sluggish but they can run Windows just fine. Machines with nvidia gpus may have problems with screen freezing if screen wakes up.
@Max_Mustermann10 ай бұрын
Honestly, the oldest CPU still suitable for everyday use is probably a 1st or 2nd generation Core i5. Trying to browse the web on a Core 2 Duo laptop is an exercise in frustration.
@volvo0910 ай бұрын
Yeah, they are very very old. 2nd Gen i5 (with an SSD) is my "lowest spec" PC I can use on the modern Internet without getting too irritated waiting for pages to load. one of my favorite laptops has a 2nd Gen i5).
@0w3nn10 ай бұрын
I’d say core 2 duos are fine if you have a dedicated gpu. They can play 1080p60 video.
@0w3nn10 ай бұрын
@@volvo09well you haven’t used an i7-740QM then.
@Max_Mustermann10 ай бұрын
@@0w3nn It probably depends on the GPU. My old Vaio with a Core 2 Duo P8400 and a GeForce 9300M GS struggles quite a lot with KZbin. Maybe desktops from that era fare a bit better.
@0w3nn10 ай бұрын
@@Max_Mustermann that’s weird, especially since you’ve got dedicated graphics and a P series core 2 duo. my 2007 dell latitude d630 with core 2 duo t9300 could do 1080p30 vp9 even with integrated graphics. And it’s CPU isn’t even maxed out, usually at 70-90%. It can’t do 1080p60 though, which is a shame.
@kevinhanley646210 ай бұрын
I've done a recent check with my 6th generation i7 2700K 3.50GHz 4 cores 8 threads CPU and has SSE 4.2. It's scary how Windows 11 could become unusable at any time, so would be wise for people to stick with Windows 10 and experiment with Linux a few times to see if Wine will get your Windows apps and games running or ProtonDB for gaming.
@Woodzta10 ай бұрын
I know my fellow Brits are pronouncing "PopCnt" a slightly less family friendly way.
@jaypieper24782 ай бұрын
I've got a dell studio xps 9100 / upgraded xeon processor. It came with windows 7. I've been running win11 for 6 months now without a problem.
@j7ndominica0518 ай бұрын
I have an "extremely old" Core 2 Duo, and I have no interest in bloated and slow Windows 11 with flat design. They have no reason to bake in neural networks in the system files even if they wanted to provide a module for that.
@gphysco10 ай бұрын
My current i7 9700 dosen't let me get windows 11 😂 oh well I'll enjoy windows 10 for a few more years... but thanks for the info !
@Mircoblaze10 ай бұрын
the funny thing about windows 11 is that when it was launched in 2021 the min requirements include a processor 12 years old but cant include my i5 7400 a much newer processor
@geehammer15118 ай бұрын
Or my AMD 5700g released in April 2021
@yesyesys4 ай бұрын
i7-920 from November 2008 is the oldest CPU that can unofficially run Windows 11 24H2. On AMD side the FX series from 2011.
@Talha101khan_10 ай бұрын
Windows 10 users here ⬇
@Joshualibbyy8 ай бұрын
I use server 2022 lol
@Karman78 ай бұрын
I use windows 11 because my Windows 10 laptop broke
@lollovec8 ай бұрын
I use 10 cause 11 sucks
@geehammer15118 ай бұрын
Yep Windows 10 here because my CPU released in 2021 isn't good enough to run Windows 11.
@dianne89297 ай бұрын
Windows 10 👍👍
@danieldyman71969 ай бұрын
Ive got a laptop i use to tune cars with, its about 15 years old and still runs windows 10 with little issue. If i tried to install windows 11 on this dual core monster i think it would have the computer version of a stroke
@overnexus.10 ай бұрын
“Why I shouldn’t care.” I don’t need windows 11.
@Originalimoc10 ай бұрын
To me, only gamers need Win 11.
@ottergauze10 ай бұрын
@@Originalimoc I'd argue not even gamers "need" Windows 11. I don't think Windows 11 is "bad" by any measure as far as gaming goes, but it doesn't bring anything particularly novel to that space unless you're super into HDR.
@overnexus.10 ай бұрын
@@Originalimoc Linux is also becoming easier to game on now
@Anonymous______________10 ай бұрын
@@Originalimoclaughs in photon lol.
@LUCKO202210 ай бұрын
@Originalimoc Lol, no. A good chunk of games work just fine using proton. I have allot of "windows only" games running just fine on my Linux machine thanks to Proton. Proton keeps getting better ans better. So you won't need Windows for gaming. If only companies like Bungie would get on board with the anticheat and you would be fine.
@beardyface84929 ай бұрын
Knew this was coming over some CPU instruction or other as soon as the Win 11 requirements were published, it won't be the first or last time they tell their compiler to optimise assuming instructions exist.
@goodngoodn798610 ай бұрын
If you have windows 10 hang on to it, I do not feel the operation is different until 12 shows up.
@MeowO_O10 ай бұрын
Didn't Microsoft already said there won't be 12? Or did I remember wrong?
@resneptacle10 ай бұрын
@@MeowO_OThey also said there wouldn't be another major Windows release after 10
@resneptacle10 ай бұрын
Except for when support for Windows 10 ends next year, maybe then y'all should look for alternatives
@colt518910 ай бұрын
@@resneptacle I seem to remember that Microsoft would let people pay a subscription to keep getting Windows 10 security updates for a few more years after that?
@09f910 ай бұрын
@@resneptacle LTSC gets updates until 2031.
@dmitriivanov71435 ай бұрын
Running Windows 11 on a Core 2 Quad Q9550 based system with 16Gigs of RAM, and it runs like a champ. The hard POPCNT requirement for the 24H2 would be really unfortunate for me.
@chesshooligan128210 ай бұрын
Core 2 Duo here. I suppose I'm in the 0.1%.
@djtnm4 ай бұрын
I also core 2 duo, My games are old flight simulator 2002/2004 in cd , originals. I do not care about Steam. I installed Windows 10 using Windows 7 key, but I decided come back to 7 and make dualboot with linux just for browsing.
@neilprimrose872010 ай бұрын
Thanks ThioJoe - you continue to be one of the best teachers on the web: your clarity, diligence and levelheaded approach is always a pleasure.
@UneducatedPcBuilder10 ай бұрын
When your os cost more than your cpu…
@dcmorales3 ай бұрын
Nice, my AMD Phenom II X3 processor on Windows 11 can still boot after this update (SSE4A).
@WhoLover10 ай бұрын
No. Windows 11 sucks. My CPU is fine and my PC is fine without all the spyware that comes with Win11
@bhargavjitbhuyan939410 ай бұрын
Then use windows 7 or linux.
@WhoLover10 ай бұрын
@@bhargavjitbhuyan9394 planning on it. Bit too attached to Win10 so I'm sticking to that for now, but I might put linux on my old laptop
@psyxx_10 ай бұрын
I wish i could go back but i cant, it wont let me :( slows my computer down way more than 10 ever did
@WhoLover10 ай бұрын
@@bhargavjitbhuyan9394 planning on it. Too attached and used to Win10. Might put linux on my laptop since it's a bit old though
@bhargavjitbhuyan939410 ай бұрын
@@psyxx_ you can backup your files and wipe your disk or ssd and install windows 10. If you have old hardware, why not give linux a shot? You don't really have to even install it. You try it and see if your hardware works. Use works for you. Not what Microsoft wants you to use. Let it be windows 10 , linux , BSD etc. Steps to install windows , linux whatever. You need a pendrive Backup your disk Make a bootable pendrive with Rufus, dd, ventoy, balena etcher Try or flash Done. It is better to watch a KZbin tutorial.
@cry2love10 ай бұрын
CPU makers - Let's make chips that can work forever! Microsoft - Give me money, money me, money now, me a money needing a lot now. (planned obsolescence mode ON)🤝
@dzxtricks10 ай бұрын
I notice that at the very latest Windows 11 Dev Built I found that Transparency is now very heavy to run. My GPU is Integrated Vega 8 laptop, it's not powerful, but Transparency works well before the latest update.
@JairMe8 ай бұрын
I run a dell percision 7710 microsoft says my cpu is not compatible, i installed windows 11 pro anyway and it runs smooth!
@enemixius10 ай бұрын
Does anyone really want Win11 anyway?
@Aiden_Gamez_4realz10 ай бұрын
lol
@VGamingJunkieVT10 ай бұрын
My CPU is from 2015 (i5-6600) and it has no support for Windows 11 at all.
@CC1.unposted10 ай бұрын
Like I think there might be not someone with duo core running win 11 but there might be some customs,exclusives etc
@ivanlimzg10 ай бұрын
I googled and apparently games like Overwatch already have the requirement So actually Microsoft implementing it shouldn't be too much of a surprise In any case, POPCNT CPUs(according to Wikipedia) date all the way back to 2003, and as you mentioned, from the 1st gen of the Core Series. So while the complaints might be valid, but I feel they are unnecessary, cos YT already shows that W11 on ancient machines suck, the YT-ers prefer 7 or 10 instead
@resneptacle10 ай бұрын
The Core series launched in 2006. That aside, games ain't the only thing people do on computers
@256odeon10 ай бұрын
@@resneptacle your point being?
@theshadowoftruth756110 ай бұрын
I got this popup with a system running an AMD R5 2600. I just ignored it. Not the popcnt just my CPU wasn't supported.
@franstein92779 ай бұрын
Hi,good to see you again
@MrChemluthHavanna10 ай бұрын
I still have the ThinkPad X31 as a last Backup, because it is the most robust hardware what I have, but I have installed Linux.
@bulldata10 ай бұрын
Logic gates. Ha! I started with hardwire programming. Required that one knew how logic flowed through the gates to pass to other chips. Used to program IBM hollerith card sorting machines. 1024 wires, box of labels, graph chart, and "motherboard" with 2048 holes. Create a logic chart. Label the wires. Install the wires. Call the mainframe office and make an appointment to run your "program." After two weeks, usually, they call to inform you of the pass or fail of your diagram. If yours fails, you had to start from scratch.
@spilt-milkie10 ай бұрын
Are you, like 65?
@bulldata10 ай бұрын
@@spilt-milkieI wish. Much older.
@flatbr0ke9 ай бұрын
funny thing about the requirements is that I passed all of them except the cpu. got the secureboot and the tpm2.0 , yet I couldn't upgrade to windows 11. My processor is an Intel Core i7 6700. Not the newest but should still have been able to upgrade. i had to use a workaround to get 11 installed.
@Rodger_Phillips10 ай бұрын
I long retired my pre i-Core processors, we have nothing but I3, I5, and I7 here now, well in use at least, anything else laying about either still has XP or Vista or has been updated to a suitable Linux distro, my son likes to play with the old small 1GB/2GB notebook/laptops,
@richardjames694710 ай бұрын
FYI: I have a i7-920 Socket 1366 LGA Bloomfield on a Windows 10 and SSE4.2 shows up under instructions. CPU-Z works fine as well.
@TheGreatAtario10 ай бұрын
Speed isn't the only consideration for a cryptographic instruction use case. Namely, security. Doing some kinds of calculation like this in multiple steps can leak information in certain ways. For example, by timing how long it takes to complete, you can estimate the number of 1s, possibly. That could reduce the search space you have to cover in a cryptographic attack.
@gasanweb10 ай бұрын
One of my laptops still using Intel Core 2 Duo proc. with Windows 7. And it still runs smoothly...
@thenistthedev10 ай бұрын
funfact, macos required popcnt (atleast in amd graphics driver inside macos) which made some cpus unable to use the graphics driver and made the system unusable, so user named Syncretic made MouSSE, a SSE 4.2 emulation kernel driver. it only emulates POPCNT, PCMPGTQ, CRC32 but it enabled a newer macos versions for unsupproted cpus. I think someone will came up with something similiar.
@mekowuluconfidence663310 ай бұрын
When tried updating from Windows 10 to 11, I was told that my processor and tpm didn't meet the requirements, then I reinstalled Windows 11 on my Zbook 15, and it reinstalled without any difficulty
@ewanmcdonagh282710 ай бұрын
My family computer is a Dell Optiplex from 2007. With some upgrades (to an Intel Core 2 Quad Q6700, 8GB RAM and an SSD) it runs Windows 11 okay for light daily use, it will be a shame to see it stop running modern Windows.
@debosmitdas995110 ай бұрын
If your pc is from 2008 , then upgrading to the latest windows version should be the least of your concerns!
@typingcat10 ай бұрын
0:09 Why do ALL AI-generated images have that distinctive "A.I. look", as if they were all generated by the same software?
@marblox930010 ай бұрын
From my standpoint - I don't see any reason to go from Win10 to Win11. Just wish Win10 had the looks of XP which was easier to use.
@outtheredude10 ай бұрын
They've already shifted support for Microsoft Store Apps to supporting only SSE 4.2 based processors with the latest updates, so they no longer work with processors like Core 2 Quad Q9650s and earlier. It seems that when they updated their development environment for the latest beta version of Windows 11, they're also using the same development environment for Microsoft Store Apps. The same development environment is also increasingly used by third party website developers too. Good job I can still turn my Core 2 Quad Q9650 machine into a full blown XP retro rig. Who needs Windows 10 or 11 anyways? ;-)