Hyper-V: This PC Can’t Run Windows 11

Share This Post

Sometimes you might have a need to create a virtual machine that does not meet the Windows 11 system requirements and the infamous, “This PC Can’t Run Windows 11” message will appear. To resolve this issue check the following in Hyper-V:

  1. Right Click your virtual machine and select Settings.
  2. Under Security make sure that Secure Boot is enabled.
  3. Additionally under Security make sure that the TPM (Trusted Platform Module) is also enabled.
  4. Under Memory make sure that at least 4GB (4096MB) is allocated.
  5. Then under Processor make sure that at least 2 virtual processors are allocated.

If needed apply one of the following registry settings to bypass one or more checks, allowing you to install Windows 11 in Hyper-V. Note that these registry settings only work when booting from media and does not work when doing an in-place upgrade from the OS. See Microsoft’s hardware requirements for Windows 11 here.

#TPM Check
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /t REG_DWORD /v "BypassTPMCheck" /d 1
#CPU Check
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /t REG_DWORD /v "BypassCPUCheck" /d 1
#RAM Check
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /t REG_DWORD /v "BypassRAMCheck" /d 1
#SecureBoot Check
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /t REG_DWORD /v "SecureBootCheck" /d 1
#Storage Check
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /t REG_DWORD /v "BypassStorageCheck" /d 1

Want To See More?

Azure AD

Access Reviews with On-Premise Groups

In some of my earlier post I have talked about Access Reviews that are part of the Identity Governance tools in Azure AD. One of

Azure

Access Reviews: Manage Guest Users

Azure AD’s B2B (Business to Business) functionality allows organizations to invite external users into their organization so that they can collaborate. However, very few of