Update mcc-enterprise-deploy.md

fixed typo
Set- VMProcessor ... => Set-VMProcessor
This commit is contained in:
Kofl
2023-01-14 20:00:35 +01:00
committed by GitHub
parent 653839913b
commit 5a80ed449f

View File

@ -163,7 +163,7 @@ Installing MCC on your Windows device is a simple process. A PowerShell script p
1. Enable nested virtualization:
```powershell
Set -VMProcessor -VMName "VM name" -ExposeVirtualizationExtensions $true
Set-VMProcessor -VMName "VM name" -ExposeVirtualizationExtensions $true
```
1. Enable MAC spoofing: