From 5a80ed449f64a8888457630c5d05bc4b740115a1 Mon Sep 17 00:00:00 2001 From: Kofl Date: Sat, 14 Jan 2023 20:00:35 +0100 Subject: [PATCH] Update mcc-enterprise-deploy.md fixed typo Set- VMProcessor ... => Set-VMProcessor --- windows/deployment/do/mcc-enterprise-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/do/mcc-enterprise-deploy.md b/windows/deployment/do/mcc-enterprise-deploy.md index c39e4b5a84..76b5333ac9 100644 --- a/windows/deployment/do/mcc-enterprise-deploy.md +++ b/windows/deployment/do/mcc-enterprise-deploy.md @@ -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: