update steps to enable nested virtualization

The wording here is not clear on whether the command should be ran on host or guest. Also depending on the VM version a update is needed.
This commit is contained in:
yunxiali
2023-09-22 12:02:22 -04:00
committed by GitHub
parent cfbfcacbb5
commit 735ae3ddde

View File

@ -47,10 +47,11 @@ Windows Sandbox has the following properties:
2. Enable virtualization on the machine.
- If you're using a physical machine, make sure virtualization capabilities are enabled in the BIOS.
- If you're using a virtual machine, run the following PowerShell command to enable nested virtualization:
- If you're using a virtual machine, run the following PowerShell command on the host to enable nested virtualization and update the VM to support nested virtualization if needed:
```powershell
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
Update-VMVersion -VMName <VMName>
```
3. Use the search bar on the task bar and type **Turn Windows Features on or off** to access the Windows Optional Features tool. Select **Windows Sandbox** and then **OK**. Restart the computer if you're prompted.