Home >System Tutorial >Windows Series >[Solved] This PC Can't Run Windows 11 on VMware Workstation

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Patricia Arquette
Patricia ArquetteOriginal
2025-03-03 12:40:09263browse

Installing Windows 11 on VMware Workstation allows users to experience the latest Windows features without considering the hardware requirements of the host PC. However, after starting ISO, the prompt to find "This computer cannot run Windows 11" on VMware Workstation is frustrating. Why does this happen and how to solve it? This article will explain the reasons and provide some simple solutions.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

  1. Why "This computer cannot run Windows 11" on VMware Workstation?

In fact, creating a Windows 11 virtual machine also requires some configuration requirements. During installation, the virtual machine will automatically check whether it has 2 or more virtual processors, 4 GB or more memory, and enable secure boot and virtual TPM. If the requirements fail to meet, the installation will be interrupted by the "This computer cannot run Windows 11" error on VMware Workstation.

  1. Use bypass check command to fix the "This computer cannot run Windows 11" error on VMware

Method 1: Create a bypass check file in the registry editor

Step 1: Press Shift F10 and type after X:Sources. Then press the Enter key on the keyboard.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Step 2: Expand the

HKEY_LOCAL_MACHINE folder and the SYSTEM folder. Right-click the **Setup folder and select New to create a new key**.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Step 3: Name the new key

LabConfig. Go to the Labconfig folder and right-click the blank to create a new DWORD (32-bit) value .

[Solved] This PC Can't Run Windows 11 on VMware WorkstationStep 4: Name the DWORD (32-bit) value

BypassCPUCheck

.

[Solved] This PC Can't Run Windows 11 on VMware WorkstationStep 5:

Right-click

BypassCPUCheck and select Modify .

[Solved] This PC Can't Run Windows 11 on VMware WorkstationStep 6: Adjust the value data of BypassCPUCheck to

1

, and click OK .

Step 7: Right-click the Blank area and create another 3 new DWORD (32-bit) value files in turn. Name them BypassTPMCheck, BypassRAMCheck, BypassSecureBootCheck, and adjust their value data to 1 respectively. Then exit this Windows.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Step 8: Close the Windows Command Prompt to continue the Windows Installer.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Step 9: Click Install Now and you will successfully continue to install Windows 11 on VMware without the "This computer cannot run Windows 11" error on VMware.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Method 2: Enter the bypass check command in the command prompt.

Make sure your virtual machine has 2 or more virtual processors and follow these steps to fix the "This computer cannot run Windows 11" error on VMware Workstation:

Press Shift F10 and enter the following command in the command prompt.

Type reg add HKLMSystemSetupLabConfig /v BypassTPMCheck /t reg_dword /d 1

Press the Enter key.

Type reg add HKLMSystemSetupLabConfig /v BypassSecureBootCheck /t reg_dword /d 1

Press the Enter key.

Type reg add HKLMSystemSetupLabConfig /v BypassRAMCheck /t reg_dword /d 1

Press Enter.

You can then close all command prompts and continue installing Windows 11 on VMware Workstation without errors.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

  1. Fix "This computer cannot run Windows 11" error on VMware by adding TPM

Trustable Platform Module (TPM) technology is designed to provide hardware-based security-related features. Some users tried to add TPM on the virtual machine and successfully fixed the "This computer cannot run Windows 11" error on VMware. You can try this simple method by following the steps below.

Step 1: Encrypt the virtual machine

  1. Click Edit virtual machine settings .

[Solved] This PC Can't Run Windows 11 on VMware Workstation

  1. Select the option in the top section , select Access Control, and click Encrypt.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

  1. Enter and confirm your password, and click Encrypt to complete virtual machine encryption.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

Step 2: Add a trusted platform module

  1. Select Hardware in the upper left corner, and click at the bottom to add .

[Solved] This PC Can't Run Windows 11 on VMware Workstation

  1. Select Trustable Platform Module and click to finish . You can then find the created TPM in the virtual machine hardware. Finally click OK to save the changes. You can then proceed to the Windows Installer.

[Solved] This PC Can't Run Windows 11 on VMware Workstation

This is everything about how to fix the "This computer cannot run Windows 11" error on VMware Workstation. Hope the above steps can help you successfully resolve this issue. If you still cannot install Windows 11 on a virtual machine, you can choose to install to USB instead of a virtual machine. With Windows 11 bootable USB, you can run portable and clean Windows 11 anytime, anywhere.

The above is the detailed content of [Solved] This PC Can't Run Windows 11 on VMware Workstation. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn