Service a Windows Image Using DISM
Applies To: Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
The Deployment Image Servicing and Management (DISM) tool lets users enumerate drivers and packages, modify configuration settings, add and remove drivers without using an unattended answer file, and more. You can use DISM offline on a WIM or VHD file, or online on a running operating system.
Offline servicing allows you to modify or service a Windows® image entirely offline, without booting it first. This can reduce deployment costs because you can customize images to a degree before the operating system is deployed to the computer. In addition, if you have a stored master image that you want to make sure is always up to date, you can maintain it without booting the image.
You can also use DISM to service an image online. If you have to boot the operating system to install an application or test and validate the installation, you can boot to audit mode and add drivers and packages, or enable features and international settings.
In This Section
Add or remove drivers from an offline image using either DISM or an unattended answer file. |
|
Enable or disable features in a Windows image using DISM. You can also remove a feature to install on-demand, and restore a previously removed feature. |
|
Add or remove packages from an offline image using either DISM or an unattended answer file. |
|
Add or remove language packs and configure international settings in an offline image using DISM. |
|
Install line-of-business (LOB) Windows Store apps to a Windows image by using Windows PowerShell® or the Deployment Image Servicing and Management (DISM) platform. |
|
Preinstall apps in a Windows image. |
|
Customize the Start screen to include Windows Store apps and desktop apps that you use in your business. |
|
Query an image to determine which edition of Windows the image is, and how to change the image to a higher edition of Windows. |
|
Change the default programs associated with a file name extension or protocol in a Windows image. |
|
Use DISM to mount an image and modify it. |
|
Use DISM to apply an image and then modify it. |
See Also
Tasks
Take Inventory of an Image or Component Using DISM