editorial revision for style

This commit is contained in:
Aaron Czechowski 2023-09-22 10:26:58 -07:00 committed by GitHub
parent 735ae3ddde
commit 95360fd01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ 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 on the host to enable nested virtualization and update the VM to support nested virtualization if needed:
- If you're using a virtual machine, you need to enable nested virtualization. If needed, also update the VM to support nested virtualization. Run the following PowerShell commands on the host:
```powershell
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true