mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Update manage-windows-mixed-reality.md
Fix misleading code snippet
This commit is contained in:
@ -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]
|
||||||
|
Reference in New Issue
Block a user