This commit is contained in:
Jan Backstrom 2016-08-29 16:38:01 -07:00
parent 55b0466f35
commit b411979abf

View File

@ -138,10 +138,9 @@ The following Windows PowerShell cmdlet or cmdlets perform the same function as
>[!TIP]  
>The index number must be set correctly to a valid Enterprise image in the .WIM file.
 
``` syntax
#The WIM file must contain a sysprep generalized image.
#The WIM file must contain a sysprep generalized image.
dism /apply-image /imagefile:n:\imagefolder\deploymentimages\mywtgimage.wim /index:1 /applydir:W:\
```
@ -338,11 +337,9 @@ Making sure that Windows To Go workspaces are effective when used off premises i
>[!TIP]  
>The index number must be set correctly to a valid Enterprise image in the .WIM file.
 
``` syntax
#The WIM file must contain a sysprep generalized image.
#The WIM file must contain a sysprep generalized image.
dism /apply-image /imagefile:n:\imagefolder\deploymentimages\mywtgimage.wim /index:1 /applydir:W:\
```