DRAG DROP - You have a computer named Client1 that runs Windows 11. Client1 hosts a Hyper-V virtual machine named VM1 that runs Windows 11 Pro. VM1 is in the running state. You need to enable Windows Sandbox on VM1. Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: Â Suggested Answer: Step 1: Stop VM1. Step 2: From Client1, run the Set-VMProcessor cmdlet. Ensure that virtualization is enabled on your machine. 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: Set-VMProcessor -VMName-ExposeVirtualizationExtensions $true Step 3: From Client, Run the Enable-WindowsOptionalFeature cmdlet. To enable Sandbox using PowerShell, open PowerShell as Administrator and run Enable-WindowsOptionalFeature -FeatureName "Containers- DisposableClientVM" -All -Online. Step 4: Sign in to VM1. Step 5: Start VM1. Reference: https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview This question is in MD-100: Windows 10 Exam For getting Microsoft 365 Certified: Endpoint Administrator Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer