by Thomas Forsmark Sørensen
14. December 2010 15:19
I made a copy of a WIM file and added some features using the DISM command.
Afterward I would like to change the description in the WIM file. I found a blog here describing how to do it.
Simply just use imagex with the following parameters:
imagex /info FileName.wim 1 "Image Name" "Image Description"
where 1 is the image index number.