VMware Fusion
link

UUP dump for Windows 11 builds https://uupdump.net/

Virtual machine setting

Choose operating system -> Other 64bit arm
Hard disk setting -> more than 30GB

.vmx file setting

  1. go to the folder where you created
  2. show package contents
  3. open the xxx.vmx file you renamed before with texteditor
  4. rename arm-other-64 to arm-windows11-64 in xxx.vmx
1
guestOS = "arm-windows11-64"
  1. save and restart VMware Fusion

Installing Windows11

  1. use Shift + Fn + F10 keys to open the CMD screen in the below setup step
  2. and then type regedit to open Registy editor
  3. go to the location below
1
HKEY_LOCAL_MACHINE\SYSTEM\Setup
  1. right click the Setup folder and hit new key name LabConfig
  2. create two dword 32bit values in LabConfig
  3. the names are going to call BypassTPMCheck and BypassSecureBootCheck and set the values to 1
  4. finally exit the editor and hit next

Fixing network access issue in Windows 11

When you first time boot into the OS , you’ll notice that your internet does not work in Windows11. so this is how you fix it and you would do is

  1. go down the search and type cmd , and run cmd with Administrator
  2. type
1
2
bcdedit /debug on
bcdedit /dbgsettings net hostip:10.0.0.1 port:55555

You’ll see the key show up right there you’ll know you’re good to go. restart your virtual machine and when it boots back up you should the internet access.