Question 96:
You have recently joined a company where you have to work on VM Azure Virtual Machine that runs Windows10 Enterprise multi-session. You have been asked to add language packs to the VM using an automated process. Also, you will have to generate a custom image of a VM for an Azure Virtual Desktop host pool. You have to ensure that modern applications can make use of the additional language packs when you deploy the session hosts with the custom image. Which of the following commands would you run first?
Answer options:
A.Disable-ScheduledTask -TaskPath "\Microsoft\Windows\AppxDeploymentClient\" -TaskName "License validation" B.New-ScheduledTask -TaskPath "\Microsoft\Windows\AppxDeploymentClient\" -TaskName "Pre-staged app cleanup" C.Enable-ScheduledTask -TaskPath "\Microsoft\Windows\AppxDeploymentClient\" -TaskName "Pre-staged app cleanup" D.Enable-ScheduledTask -TaskPath "\Microsoft\Windows\AppxDeploymentClient\" -TaskName "License validation" E.Disable-ScheduledTask -TaskPath "\Microsoft\Windows\AppxDeploymentClient\" -TaskName "Pre-staged app cleanup" F.New-ScheduledTask -TaskPath "\Microsoft\Windows\AppxDeploymentClient\" -TaskName "License validation"