Windows Imaging Format
(esd wim2 extension + mime type + software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=Archiving | |subcat=Archiving | ||
− | |extensions={{ext|wim}}, {{ext|swm}}, {{ext|esd}}, {{ext|wim2}} | + | |extensions={{ext|wim}}, {{ext|swm}}, {{ext|esd}}, {{ext|wim2}}, {{ext|ppkg}} |
|mimetypes={{mimetype|application/x-ms-wim}}<ref>https://reposcope.com/mimetype/application/x-ms-wim</ref> | |mimetypes={{mimetype|application/x-ms-wim}}<ref>https://reposcope.com/mimetype/application/x-ms-wim</ref> | ||
|pronom={{PRONOM|fmt/614}} | |pronom={{PRONOM|fmt/614}} | ||
Line 11: | Line 11: | ||
when the option to back up system files to the recovery drive is chosen. | when the option to back up system files to the recovery drive is chosen. | ||
<ref>https://www.tenforums.com/tutorials/4200-create-recovery-drive-windows-10-a.html</ref> | <ref>https://www.tenforums.com/tutorials/4200-create-recovery-drive-windows-10-a.html</ref> | ||
+ | The <code>PPKG</code> file extension is used for Microsoft Windows provisioning packages. | ||
+ | <ref>https://deploymentresearch.com/beyond-basic-windows-10-provisioning-packages/</ref> | ||
== Identification == | == Identification == | ||
Line 20: | Line 22: | ||
* [https://wimlib.net/ wimlib] | * [https://wimlib.net/ wimlib] | ||
* [[7-Zip]] | * [[7-Zip]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/wim}} | ||
== Links == | == Links == |
Latest revision as of 05:14, 28 December 2023
The Windows Imaging Format is a file-based disk image format (as opposed to a sector-based one) used to preserve and distribute a complete copy of a set of files with all its MS-Windows filesystem structure and metadata. It is created with the ImageX command line tool, part of the free Windows Automated Installation Kit (WAIK).
The file name extension swm
is used for images splited into multiple parts.
The variant with the file name extension esd
use LZMS
compression.
Reconstruct.WIM2 is generated as second disk image by Microsoft's recovery drive creating tool RecoveryDrive.exe
,
when the option to back up system files to the recovery drive is chosen.
[2]
The PPKG
file extension is used for Microsoft Windows provisioning packages.
[3]
Contents[hide] |
[edit] Identification
WIM images begin with MSWIM\0\0\0
or WLPWM\0\0\0
for the wimlib pipable variant.[4]