/Apply-Image /ImageFile: /ApplyDir: {/Index: | /Name: } /CheckIntegrity /Verify /NoRpFix /SWMFile: /ConfirmTrustedFile Applies ...

/Apply-Image /ImageFile: /ApplyDir: 
  {/Index: | /Name:} [/CheckIntegrity] [/Verify] 
  [/NoRpFix] [/SWMFile:] [/ConfirmTrustedFile] 

  Applies an image to a specified drive. 
  Use /CheckIntegrity to stop the operation if WIM file corruption is detected. 
  Use /Verify to check for errors and file duplication. 
  Use /NoRpFix to disable the reparse point tag fix. 
  Use /SWMFile to reference split WIM files (SWMs).  is the naming 
  pattern and location of split files. 
  Use /ConfirmTrustedFile to validate the image for Trusted Desktop. See 
  http://go.microsoft.com/fwlink/?LinkID=309482 for more information about 
  supported platforms. 

    Examples: 
      DISM.exe /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDir:D:\ 

      DISM.exe /Apply-Image /ImageFile:install.swm /SWMFile:install*.swm 
        /ApplyDir:D:\ /Index:1