Forum Discussion
Patryck
Jan 15, 2024Copper Contributor
Can I install Windows 11 without secure boot and tpm 2.0?
I'm facing a challenge with installing Windows 11 on my system, which currently does not support Secure Boot and lacks TPM 2.0. I understand that these features are generally required for the install...
Alexy2k
Jun 17, 2024Copper Contributor
I tried the Registry hacks found on the web. But it didn't work on in-place upgrade from Windows 10. It still went through the Windows Update hardware check. I finally stumbled upon a solution. The easiest way (perhaps the least known way) is to run the Windows 11 Setup.exe with the switch "/product server". It bypasses all the hardware checks. You can add that switch to the exe's run property or run it on command line.
>Setup.exe /product server
Hope this help save people some time searching!