시스프렙

Windows Insatll sources ESD to WIM convert / DISM 명령어

by 관리자 posted Mar 16, 2019
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

esd to wim (ESD WIM 변환)

 

dism /Get-WimInfo /WimFile:install.esd

 

dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity

 

윈도우 ISO 버젼 확인

 

dism /Get-WimInfo /WimFile:f:\sources\install.esd /index:1