I'm certainly not going to be buying all new hardware just cos microsoft want me to. once 10 is unsupported it'll be linux
(, Sat 3 Aug 2024, 13:49, archived)
As long as the PC with W10 can run a release after "version 2004" which introduced some SSE4.2 "requirement", it will run 11 with a few minor registry changes. Since W11 is still W10, essentially.
Make the following a .reg file and run it to make the needed changes:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
(, Sat 3 Aug 2024, 16:35, archived)