Windows 11 deployment - Minimum specs not met
Hello,
I'm trying deploy windows 11 using kace SDA.
However, during my script installation, when the time to install windows 11 comes, i have an error message saying that my computer does not meet windows 11 requirements, even if the computer do meet those requirements.
Is there any workaround to this issue ?
Thanks in advance.
Answers (3)
find out what spec does not meet the minimum requirements and replace it.
For instance using this tool: https://www.microsoft.com/en-us/windows/windows-11-specifications?r=1
Depending on the not fitting spec there may or may not be some workarounds, but all of them are fully unsupported.
You can bypass Windows 11 checks with these reg keys. I use them to create our master image. (VM that doesn't have TPM and secureboot)
HKLM\System\Setup\LabConfig (LabConfig key does not exist so you must create it)
(All REG_DWORD)
BypassCPUCheck [1]
BypassRAMCheck [1]
BypassSecureBootCheck [1]
BypassTPMCheck [1]