I recently did an install of Windows 11 on a machine without TPM
To bypass the check during installation:
Boot the laptop from your USB.
When you see the "This PC can't run Windows 11" screen, press Shift + F10 to open a command prompt.
Type regedit and hit Enter.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup.
Right-click Setup, create a new Key named LabConfig.
Inside LabConfig, create two DWORD (32-bit) values:
BypassTPMCheck = 1
BypassSecureBootCheck = 1
Close the registry and the command prompt; the installer will now let you proceed.
It's a never-ending cat-and-mouse game, and unsupported hacks like these usually aren't well-received in corporate environments. Decent stop-gap for home use, though!
I think there'll continue to be growth in page sizes, but then maybe we'll consider efficiency, or the NYTimes shuts down and the 20MB page will be the liquidators selling the domain. Maybe we don't even use domains by then as everything is on an app.
The good thing about the heavy use of GTM, is that its easy to block. Just block that one endpoint and you remove most of the advertising and tracking. When some new advertising service is invented, its already blocked thanks to the blocking of GTM.
To bypass the check during installation:
reply