If you burn an ISO with Rufus it has a checkbox to skip the checks. You can also use the unattended installation system: https://github.com/memstechtips/UnattendedWinstall
Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
121–130 of 288 posts
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#122Windows 11 looks like the perfect reason to give UNIX-based systems another try. Literally the only thing that's kept me hooked to Windows are the Office apps. They're baked into so many of my workflows, from creating simple graphics to doing my personal finances, and of course plenty of legacy documents that I'd like to continue being able to use. They're really Windows-native I've found, even the official versions…
I have been able to do pretty much everything I need to workflow-wise with LibreOffice.
And any office basic dev work, I just do on the client machine or a virtual machine now.
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#123What is Microsoft hoping to accomplish here? Given the rate of adoption of Windows 11, it seems unlikely that a majority of Windows 10 users will replace their hardware between now and October. It also seems to me that the scenario where a majority of PC users are running an unsupported Windows release is likely to create MS more problems than is offset by potential revenue from a hardware refresh cycle. Is there an…
I don't think there's anything going on here other than general corporate ham-fisted-ness. * Microsoft believes the improvements in windows 11 provide genuine benefit to their users. * Microsoft doesn't want to maintain their older OS forever. What we are seeing play out however is that the consumer / small business market either does not understand or does not care about those benefits. I don't see any viable end-st…
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#124Earlier quoted context omitted.
Do you have a TL;DW? It's an hour long video
- Windows 11 has provided a hardware security baseline for Microsoft, with features that require hardware support (HVCI, TPM etc) to be enabled by default going forward, stating that Windows 10 strategy of off-by-default was a failure. - Admin accounts are a continued security problem within the Windows ecosystem, so a future version of Windows will be adding a new "Adminless" account model with linux-like just-in-ti…
This was the promise of User Account Control, was it not? Or does that just prompt for confirmation for various actions, without actually enforcing a security boundary?
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#125The requirements for Windows 11 has really put computers with older hardware in a difficult spot. They are used to Windows so they want to stay there, I want to suggest Linux Mint but I am not aware of how much of the apps used daily is supported in Linux. Not every user want to fiddle with the terminal.
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#126Earlier quoted context omitted.
- Windows 11 has provided a hardware security baseline for Microsoft, with features that require hardware support (HVCI, TPM etc) to be enabled by default going forward, stating that Windows 10 strategy of off-by-default was a failure. - Admin accounts are a continued security problem within the Windows ecosystem, so a future version of Windows will be adding a new "Adminless" account model with linux-like just-in-ti…
> a new "Adminless" account model with linux-like just-in-time escalation This was the promise of User Account Control, was it not? Or does that just prompt for confirmation for various actions, without actually enforcing a security boundary?
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#127Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#128Windows 11 looks like the perfect reason to give UNIX-based systems another try. Literally the only thing that's kept me hooked to Windows are the Office apps. They're baked into so many of my workflows, from creating simple graphics to doing my personal finances, and of course plenty of legacy documents that I'd like to continue being able to use. They're really Windows-native I've found, even the official versions…
I, too, spent far too long trapped in Windows because I couldn't get away from MS Office
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#129Windows 11 looks like the perfect reason to give UNIX-based systems another try. Literally the only thing that's kept me hooked to Windows are the Office apps. They're baked into so many of my workflows, from creating simple graphics to doing my personal finances, and of course plenty of legacy documents that I'd like to continue being able to use. They're really Windows-native I've found, even the official versions…
I would say that 99.9% of the time I can get away with using the web app versions, even for things like Teams meetings it works really well. Once in a blue moon I will have a document that I can't open in the web versions so I fire up the VM and open it on there.
There are definitely some annoyances around this workflow but IMHO the annoyances pale in comparison to the annoyance of having to use Windows or MacOS every day.
Re: Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs
#130Earlier quoted context omitted.
There are none. It's so immensely frustrating to me that so many people believe that a TPM is a DRM device. I'm sure Richard Stallman's Treacherous Computing article played a big part in this. A TPM is useless for DRM, and there are way more suited solutions like Intel's PAVP that takes an encrypted video stream and puts it on the screen directly, yet I don't see nearly as much uproar about that.
It goes TPM → OS Integrity (dm-/fs-verity) → Browser Attestation (Web Integrity) → Your banking website no longer working on Linux because of "security". It’s Play Integrity for the PC. Encrypted video is a red herring. The real long game is to also get your "secure" video player to refuse playback if it detects watermark in the pirated video. This patches the analog hole. If you have attested Windows it can just ref…
A TPM may only attest that it has received an expected set of measurements (hashes). As long as discrete TPMs or PCs with unlocked CPUs exist (w/o Boot Guard), one may simply take a TPM and replay "golden" measurements to it. Bypassing this would be trivially easy.
A TPM does not have control over execution on the CPU. It only receives data from the CPU. If you have control over execution on the CPU from the reset vector, you can just replay whatever you want to a TPM and extract secrets that way. That's why TPM backed disk encryption without configuring a PIN is insecure.
Microsoft does not have the same level of control over the entire PC ecosystem as Google has over Android. That's why it's important to support open source alternatives.