Update manage-windows-mixed-reality.md

Fix misleading code snippet
This commit is contained in:
Bryce Hutchings
2020-08-14 11:39:19 -07:00
committed by GitHub
parent ec01753427
commit e8256b9016

View File

@ -38,11 +38,10 @@ Organizations that use Windows Server Update Services (WSUS) must take action to
> [!NOTE] > [!NOTE]
> You must download the FOD .cab file that matches your operating system version. > You must download the FOD .cab file that matches your operating system version.
1. Use `Add-Package` to add Windows Mixed Reality FOD to the image. 1. Use `Dism` to add Windows Mixed Reality FOD to the image.
```powershell ```powershell
Add-Package Dism /Online /Add-Package /PackagePath:(path)
Dism /Online /add-package /packagepath:(path)
``` ```
> [!NOTE] > [!NOTE]