/Apply-Image /ImageFile: /ApplyDir: {/Index: | /Name: } /CheckIntegrity /Verify /NoRpFix /SWMFile: Applies an image to a ...

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

  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. 

    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