- You must have installed VMware Software (You can use VMware Workstation for Windows OS)
- You must have .iso file of windows 11 (You can download from microsoft's official website)
4. When choosing Firmware Type choose UEFI because we will be working on Windows and it's file system(NTFS) works on UEFI.
5. Now choose virtual disk here we are doing for first time so we'll create new virtual disk. Also you can increase or decrease capacity later.
6. Here, you can see what you've choosen to install Windows 11 into VM and you can specify path where you want to install your VM.
Here you can configure your VM how to behave, you can change Network Interface, Disk Capacity, RAM and Most Important Attach ISO file to VM,let's do this.
8. Give your VM RAM you want to give but it's better to give recommended capacity for good performance.
11. This is important one choose ISO file it is ultimately your image of OS you've downloaded from Microsoft website specify the path where you've put your ISO file and Check the chekbox on top left.
- If you do not check this check box your VM could not be start with windows 11
16. Now comes to important part system is not allowing you to install windows 11 is becuase TPM/SecureBoot check, so we have to Bypass this checks by making some changes in registry.
- Press Shift + F10 to open Command Prompt
X :\Sources>regedit
- use regedit command to open registry
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
- Name it "LabConfig" create New DWORD(32-bit) Value called "BypassTPMCheck" and Modify Value Data to 1
19. Add two more DWORD(32-bit) Value called "BypassRAMCheck" and "BypassSecureBootCheck" and Modify Value Data to 1
- Be careful with spelling
20. After following these steps close the window saying 'this Pc can not run windows 11' and Install windows again, This time at the end you'll get this window
- From now you can set-up windows by your own.
- This is the way you can configure your VM to run as Windows 11 computer.