DISM - Deployment Image Servicing and Management tool

limneos

MIA
Guru
VIP
Local time
3:12 PM
Messages
1,009
I found this tool while searching the system32 folder:

DISM.EXE

Code:
C:\Users>dism
Deployment Image Servicing and Management tool
Version: 6.1.7048.0
 
DISM.exe [dism_options] {WIM_command} [<WIM_arguments>]
DISM.exe {/Image:<path_to_offline_image> | /Online} [dism_options]
         {servicing_command} [<servicing_arguments>]
DESCRIPTION:
  DISM enumerates, installs, uninstalls, configures, and updates features
  and packages in Windows images. The commands that are available depend
  on the image being serviced and whether the image is offline or running.
WIM COMMANDS:
  /Get-MountedWimInfo     - Displays information about mounted WIM images.
  /Get-WimInfo            - Displays information about images in a WIM file.
  /Commit-Wim             - Saves changes to a mounted WIM image.
  /Unmount-Wim            - Unmounts a mounted WIM image.
  /Mount-Wim              - Mounts an image from a WIM file.
  /Remount-Wim            - Recovers an orphaned WIM mount directory.
  /Cleanup-Wim            - Deletes resources associated with mounted WIM
                            images that are corrupt.
IMAGE SPECIFICATIONS:
  /Online                 - Targets the running operating system.
  /Image                  - Specifies the path to the root directory of an
                            offline Windows image.
DISM OPTIONS:
  /English                - Displays command line output in English.
  /Format                 - Specifies the report output format.
  /WinDir                 - Specifies the path to the Windows directory.
  /SysDriveDir            - Specifies the path to the system-loader file named
                            BootMgr.
  /LogPath                - Specifies the logfile path.
  /LogLevel               - Specifies the output level shown in the log (1-4).
  /NoRestart              - Suppresses automatic reboots and reboot prompts.
  /Quiet                  - Suppresses all output except for error messages.
  /ScratchDir             - Specifies the path to a scratch directory.
For more information about these DISM options and their arguments, specify an
option immediately before /?.
  Examples:
    DISM.exe /Mount-Wim /?
    DISM.exe /ScratchDir /?
    DISM.exe /Image:C:\test\offline /?
    DISM.exe /Online /?
 
C:\Users>

Usage short example:
DISM /Mount-Wim /WimFile:C:\W7\sources\install.wim /index:1
/MountDir:C:\wimtest\images

Looks really promising for working with WIM image files. Off to test it right now!

Note: I found someone has already started testing in order to create a guide. Will try on my part too.
How to use Windows 7 DISM by Muiz - WinCert.net Forums

Limneos
 

My Computer My Computer

Computer Manufacturer/Model Number
ENIAC
OS
Windows 7 RC 7100 32bit/64bit
CPU
Intel Core2Duo E4500 2.20 GHz
Motherboard
ASUS P5LD2-X/1333
Memory
2x1GB Kinsgston DDR2 800MHz
Graphics Card(s)
Nvidia 8500GT
Sound Card
Onboard High Definition Audio Device
Monitor(s) Displays
Sony Bravia 42"
Case
LINKW 2222
Cooling
Standard Intel
Keyboard
Some cheap one
Mouse
Microsoft Intellimouse something
Internet Speed
24MBps ADSL
WinPE 3.0 Boot Environment Complete Tutorial and Script

I have been working with WinPE ever since version 1.0 and using it to deploy images, make backups, etc. Now that version 3.0 is out I have written a full tutorial on how to use it, build the boot environment, using it in a network/computer support department environment, and using GimageX GUI with DISM to deploy and capture images.

You can read my tutorial on DISM here -> Deployment Image Servicing and Management (DISM) – WinPE 3.0 Boot Environment - Blog.BrianLeeJackson.com
You can download my WinPE 3.0 Boot Environment Compilation completely free here -> WinPE 3.0 Boot Environment Scripts - Blog.BrianLeeJackson.com

Let me know what you think. Enjoy and happy imaging!
 

My Computer My Computer

Computer Manufacturer/Model Number
Myself
OS
Windows 7 Ultimate x64 RTM
CPU
Intel Core i7 CPU 920
Motherboard
Gigabyte EX58-UD4P
Memory
12GB G.SKILL DDR3
Graphics Card(s)
nVidia 9800GTX 512MB PCI-Express 2.0
Monitor(s) Displays
x2 Dell Ultrasharps
Hard Drives
300GB 10,000RPM WD (In Nibbly Raid 10)
300GB 10,000RPM WD (In Nibbly Raid 10)
1TB 7200RPM WD (Storage)
Case
Antec 1200 (Best case ever... period)
You can use the GDism for use the dism.exe on visual mode, ;)
 

My Computer My Computer

OS
Windows 7
Back
Top