Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

merge SWM into single WIM

Featured Replies

I have four files that were split up into *.swm files, & this image has multiple images inside it.

Now, i want to get back the original *.WIM file - with ALL the 7 images inside it.

How?

imagex.exe offered only to split, & not to obtain the merged WIM back again (i dont want to create a wim using index number of one of the images inside, i want to bring back all of them, as it originally was).

  • Author

@MAVERICKS CHOICE

Here's an example of how to restore one of the images inside a WIM, or a split-up-WIM:

imagex /apply WindowsNT6-buildnumber.store.swm [image number] [destination path]

You'd find that to extract Vista starter edition alone from the WIM on the RTM dvd, you'd use this command:

imagex.exe /apply v:\sources\install.wim 1 c:\test

  • 1 month later...

Here is the command for extracting SWMs

imagex /ref install?.swm /apply install.swm 1 c:\WinVista

Edited by obsteel

This does exactly what you want

To merge SWM files use this command

imagex /ref source*.swm /check /export source.swm 1 target.wim "UniqueName"

Edited by obsteel

  • Author

Thanks obsteel !

the number "1" would mean that only one of the images will be extracted into a WIM. Is there anyway to get all of it though?

  • 3 years later...

Thanks obsteel !

the number "1" would mean that only one of the images will be extracted into a WIM. Is there anyway to get all of it though?

Try changing 1 to *

Nik

  • 4 months later...

Works perfect with wild card thanks

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.