I have an iMac Apple M3 machine, and wanted to install Windows 11 as. Guest OS using VMware Fusion.
Installation file was obtained from https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewarm64.
During the installation process I stuck on Let’s Connect You to a Network issue, so I followed the advice #3 in https://windowsreport.com/lets-connect-you-to-a-network-windows-11-stuck/ by executing below codes
net.exe user "User Name" /add
net.exe localgroup "Administrators" "User Name" /add
cd OOBE
msoobe.exe && shutdown.exe -r
Above approach could install Windows 11 using a local account. However with this, I fail to get any internet connection in the Guest OS. Please refer to below snapshot
I am looking for some way to get the internet connection back. Is there any way to achieve this?
Many thanks for your pointers.