User Tools

Site Tools


informatique:windows:convertir-esd-wim
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


informatique:windows:convertir-esd-wim [2021/12/30 13:54] (current) – created yahiko
Line 1: Line 1:
 +====== Convertir un ESD en WIM ======
 +Les commandes pour convertir un fichier d'installation Windows au format ESD en WIM.
 +
 +Récupérer le ESD dans le répertoire sources de l'ISO de Windows.
 +
 +Vérifier les systèmes disponibles dans le ficheirs ESD : 
 +<codedoc code:powershell>
 +DISM /Get-WimInfo /WimFile:C:/truc/machin/install.esd
 +</codedoc>
 +
 +Convertir : 
 +Où SourceIndex est égal à l'index du système choisi lors de la commande précédente.
 +<codedoc code:powershell>
 +DISM /export-image /SourceImageFile:install.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
 +</codedoc>
  
informatique/windows/convertir-esd-wim.txt · Last modified: 2021/12/30 13:54 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki