Digital Marketing

DISM - Deployment Image Servicing and Management

Deployment Image Servicing and Management (DISM) is a command-line tool that is used to mount and service Windows images before deployment. You can use DISM image management commands to mount and get information about Windows image (.wim) files or virtual hard disks (VHD). You can also use DISM to capture, split, and otherwise manage .wim files.

You can use DISM to install, uninstall, configure, and update Windows features, packages, drivers, and international settings in a .wim file or VHD using the DISM servicing commands.

DISM commands are used on offline images, but subsets of the DISM commands are also available for servicing a running operating system.

DISM is installed with Windows, and it is also distributed in the Windows Assessment and Deployment Kit (Windows ADK). DISM replaces several deployment tools, including PEimg, Intlcfg, ImageX, and Package Manager.

Example:

(Run as Admin)

Microsoft Windows [Version 10.0.19041.508]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.329

Image Version: 10.0.19041.508

[===========================55.0%                          ]

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database