Set up the virtual machine with Software TPM (without a persistent password prompt). Create a VMware Windows 11 machine.
Prerequisite
VMware Fusion is installed (free for personal use).
Step 1: Get the Windows 11 ISO
Download the ISO from the official Microsoft website:
https://www.microsoft.com/software-download/windows11
Important: Make sure to download the correct version for your Mac/PC. Not every ISO works on every Mac or PC.
Video: Create a VMware Windows 11 machine x86 and ARM
Language: 🇩🇪|🇬🇧
☝️ Use YouTube subtitles for all languages.
Step 2: Create a new VM
- Open VMware Fusion
- File → New → Continue
- Select the downloaded ISO file → Continue
- As operating system, select “Windows 11” → Continue
- Firmware: Select UEFI → Continue
Step 3: Set up encryption for vTPM
Windows 11 requires a TPM 2.0 (Trusted Platform Module). VMware Fusion provides this via a virtual TPM (vTPM), which requires encryption of the VM.
Here’s the crucial point: You can configure encryption so that the password is saved in the macOS keychain. You won’t be prompted at every startup.
Procedure when creating the VM:
- In the “Choose Encryption” dialog, select “Only the files needed to support a vTPM device” (faster performance, as only the necessary files are encrypted)
- Important: Enable the “Remember encryption password” option (save password in keychain)
- You can either:
- Select “Auto Generate Password” (VMware generates a password and saves it in the keychain)
- Or set your own password and enable the save option
Encryption is technically necessary for vTPM, but by saving it in the keychain, you won’t need to enter the password every time you start the VM.
Step 4: Customize hardware
- Processors: 4 cores → Continue
- Memory: at least 8192 MB (8 GB) → Continue
- Hard disk: 80 GB → Continue
Step 5: Finalize VM and install Windows
- Click “Finish”
- The VM starts automatically
- In Windows Setup:
- Choose language → Next → Install now
- Select “Custom: Install Windows only”
- Select Drive 0 (unallocated space) → Next
- Windows installs automatically (multiple restarts)
Network settings: NAT vs. Bridged
After installing the VM, you can adjust the network mode in the VM settings.
| Mode | Description | Recommendation |
|---|---|---|
| NAT (default) | The VM shares the Mac’s IP address. The Mac acts as a router. | Sufficient for internet access, but file shares aren’t visible on the home network. |
| Bridged | The VM gets its own IP address in the same network as the Mac. | Recommended if the VM should be reachable by other devices on the network. |
Switching from NAT to Bridged
- Shut down the VM
- VM → Settings → Network Adapter
- Change from “Share with my Mac (NAT)” to “Bridged Networking”
- Select Wi-Fi or Ethernet as the target network (depending on the Mac’s connection)
- Restart the VM
Current note: With macOS Sequoia 15.4 and newer, there may be issues with NAT (DNS resolution fails). Use Bridged in this case.
Error: No driver for the network card
The problem
If you manually downloaded the Windows 11 ISO from Microsoft (not via VMware Fusion), the VMware network driver is sometimes missing. The Windows installation then gets stuck at this screen:
“Let’s connect you to a network”
No network card is detected, and you cannot proceed.
Solution 1: Download ISO via VMware Fusion (recommended)
The ISO downloaded via VMware Fusion already contains all necessary drivers:
- Open VMware Fusion
- File → New → “Get Windows 11 from Microsoft”
- Select edition → “Download Windows”
- With this ISO, network detection works immediately.
Solution 2: Bypass installation without network
If you are already using the manual ISO:
- At the network prompt, press SHIFT + F10 (opens the command prompt)
- Type
taskmgrand confirm with Enter - In Task Manager, find the process “OOBE Network Connection Flow”
- Right-click → End Task
The installation then continues without network. After installation, you need to install VMware Tools (see next section) to get the network driver.
After installation: Setting up VMware Tools
VMware Tools are essential for:
- A working network adapter (if installation was bypassed without network)
- Better graphics resolution and mouse integration
- Shared clipboard (copy & paste between Mac and VM)
Installation
- Start the VM (Windows is running)
- In the VMware menu: VM → Install VMware Tools
- An AutoPlay prompt appears in the Windows guest → “Run Setup64.exe”
- The installation wizard starts → Next → Typical installation → Install
- After installation, restart the VM (will be requested automatically)
Note: Installation can take a few minutes as a virtual CD drive with the drivers is created.
After the restart
- Network should now work
- Screen resolution adjusts automatically
- Copy & paste between Mac and VM is possible
- Folder sharing can be set up (VM → Settings → Sharing)
Conclusion
Following these instructions should allow Windows 11 to run as a VM. By saving the encryption password in a password manager, you won’t have to enter it every time you start the VM—the most convenient solution for vTPM in VMware Fusion.

Support / Donation Link for the Channel
If my posts have been helpful or supported you in any way, I’d truly appreciate your support 🙏
#Windows11 #VMwareFusion #ARM #VirtualMachine #vTPM #SoftwareTPM #x86