팁 앤 테크
ESD파일 추출/변환하기
컴픽스
2017. 4. 25. 16:30
추출할 ESD의 정보를 확인 후 wim으로 변환
1 2 | dism /Get-WimInfo /WimFile:install.esd dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity | cs |
RSImagex를 이용하면 GUI를 사용해서 간단히 추출가능
이때 dism 이용에 체크!!