Installing Windows11 on Apple silicon/VMware Fusion
October 23, 2021
1378
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 |
|
- 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 |
|
- 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 |
|
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.
- 本文作者:Wenhua Chen
- 本文链接:https://wenhuachen.com/2021/10/23/Installing-Windows11-on-Apple-silicon-VMware-Fusion/index.html
- 版权声明:本博客所有文章均采用 BY-NC-SA 许可协议,转载请注明出处!