Download links:
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
- go to the folder where you created
- show package contents
- open the xxx.vmx file you renamed before with texteditor
- rename
arm-other-64
toarm-windows11-64
in xxx.vmx
1 | guestOS = "arm-windows11-64" |
- save and restart VMware Fusion
Installing Windows11
- use
Shift
+Fn
+F10
keys to open the CMD screen in the below setup step - and then type
regedit
to open Registy editor - go to the location below
1 | HKEY_LOCAL_MACHINE\SYSTEM\Setup |
- right click the
Setup
folder and hit new key nameLabConfig
- create two dword 32bit values in
LabConfig
- the names are going to call
BypassTPMCheck
andBypassSecureBootCheck
and set the values to1
- 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
- go down the search and type
cmd
, and run cmd withAdministrator
- type
1 | bcdedit /debug on |
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.