HP Sure Recover User's Guide

٤.   USB           :
robocopy <U:>\ C:\staging <my-image>.wim
       :C:\staging\my-image.wim.
٥.      ٦.
 
  HP            :
dism /Split-Image /ImageFile:C:\staging\<my-image>.wim /SwmFile:C:\staging
\<my-image>.swm /FileSize:64
:     .   .
:
  DISM      SWM     
    .
 
     UTF-8     )BOM.(
     )custom.mft (        
".mft "".sig"           .    
 )custom.mft custom.sig ( )myimage.mft myimage.sig.(
 mft_version        
 1.
  image_version         
  
.
       16            
‘\r\n’ (CR + LF).
 

             powerhell 
.
         C:\staging folder.
CD /D C:\staging
١.    powershell        UTF-8  
     :notepad C:\staging\generate-manifest.ps1
   :
$mftFilename = "custom.mft"
$imageVersion = 1907 ) :      16 (
$header = "mft_version=1, image_version=$imageVersion"
Out-File -Encoding UTF8 -FilePath $mftFilename -InputObject $header
$swmFiles = Get-ChildItem "." -Filter "*.swm"
  ٦