For the complete documentation index, see llms.txt. This page is also available as Markdown.

Convert-EsdToWim

Converts an ESD file into a WIM image.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Exports non-setup Windows indexes from an ESD source into a new WIM file.

Syntax

Convert-EsdToWim [-esdFullName] <String> [[-wimFullName] <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-esdFullName

String

True

Full path to the source ESD file.

-wimFullName

String

False

Destination WIM file path. If omitted, a WIM is created beside the ESD.

Examples

Example

Convert-EsdToWim -esdFullName 'C:\Media\install.esd'
Exports Windows image indexes from the ESD into install.wim.

Last updated

Was this helpful?