Complicated, complex. Commands in the VM must be written manually, cannot be copied and pasted.
Use “rufus-3.21.exe” to create a boot flash. Create a folder “ISO_Files” in the local drive “C”, copy the contents of the flash into it. Download the file “oscdimg.exe” and put it in system32.
Open CMD as Administrator and enter this command there:
7 Responses to “How to install Windows 11 on a virtual machine”
Created win 11 with vmware 17 player using your easy tutorial. –> Thanks!
Happy to have helped.
Complicated, complex. Commands in the VM must be written manually, cannot be copied and pasted.
Use “rufus-3.21.exe” to create a boot flash. Create a folder “ISO_Files” in the local drive “C”, copy the contents of the flash into it. Download the file “oscdimg.exe” and put it in system32.
Open CMD as Administrator and enter this command there:
oscdimg -m -o -u2 -udfver102 -bootdata:2#p0,e,b”c:\ISO_Files\boot\etfsboot.com”#pEF,e,b”c:\ISO_Files\efi\microsoft\boot\efisys .bin” “c:\ISO_Files” “c:\Win11.iso”
In “C” you will have a modified ISO that can be installed on any PC or Notebook!
The steps to create a Windows 11 VM on VMWare Player Workstation worked perfectly.
Thank you for that!
We’re glad to help. If you want to keep in touch with our latest content, don’t hesitate to subscribe to our newsletter: https://www.digitalcitizen.life/newsletter/
What about the processor generation requirement?
Hi, you should be able to bypass the CPU check using this command:
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /v "BypassCPUCheck" /t REG_DWORD /d 1 /f