Questions tagged [dism]

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to service a Windows image or to prepare a Windows Preinstallation Environment (Windows PE) image. DISM can be used to service a Windows image (.wim) or a virtual hard disk (.vhd or .vhdx).

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to service a Windows image or to prepare a Windows Preinstallation Environment (Windows PE) image. DISM can be used to service a Windows image (.wim) or a virtual hard disk (.vhd or .vhdx).

DISM replaces the ImageX tool which was deprecated in Windows 8. DISM also replaces Package Manager (Pkgmgr.exe), PEimg, and Intlcfg that were included in previous deployment toolkits. DISM also adds new functionality to improve the experience for offline servicing.

65 questions
3
votes
2 answers

Translate name of Windows Feature from Powershell to DISM

I have a list of Windows Feature I want to install with DISM but I only know what their names are when using PowerShell. Is there a way to quickly "translate" these names? It's more than a…
Christoffer Reijer
  • 417
  • 1
  • 4
  • 16
3
votes
2 answers

2012 R2 Hyper-V VM page fault in non paged area

I have a 2012 R2 server running hyper-v, with several 2012 R2 guest VMs. These were stored on a small raid 5 volume of 4 disks, and 2 of them failed. I managed to recover the array to the point of moving the VM storage to another volume. When…
James Edmonds
  • 1,733
  • 10
  • 37
  • 59
3
votes
1 answer

Error 0x8007007e When trying to mount WinPE 5 wim in Windows 7 using Powershell

Using ADK for Windows 8.1, and the DISM cmdlets that come with them. I have WMF 4.0 installed. My machine is Windows 7 x64 SP1, and I'm trying to mount the wim using PS C:\Users\BigHomie> Mount-WindowsImage -ImagePath 'C:\Program Files…
MDMoore313
  • 5,581
  • 6
  • 36
  • 75
3
votes
1 answer

Bulk removing Features On Demand payloads from Windows 8?

Short of running dism /online /disable-feature /remove /featurename:featurename on every feature I'd like to prune, is there a way of removing the payload on disk for all disabled features?
Martytoof
  • 135
  • 1
  • 6
3
votes
1 answer

Is there any chance to get Hyper-V enlightened I/O inside Windows 2008 R2 recovery DVD?

I'm fiddling with Windows Server Backup in Hyper-V virtual machines, testing backup and recovery time. While ( full ) backup time is pretty good, Bare Metal Recovery time using recovery DVD is 5 times longer. Here is backup ... ... and there is…
3
votes
1 answer

Installing IIS 7.5 through pkgmgr script on Windows 2008 R2

When trying to install IIS on Windows Server 2008 R2 Using the following script as described in this technet article I get errors about "encountered unknown option "featurename" with the value .... " for all of the features. Script: CMD /C START /w…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
2
votes
2 answers

Windows 10: Provisioned app not installed properly, correct version but 0 bytes app and data

I'm trying to provision an application as part of an image prepared in audit mode and then syspreped and then captured. The app is sideloaded since it is a Line Of Business app and the version of Windows Enterprise 2019 LTSC, version 1809 build…
2
votes
1 answer

MDT Deployed Image has tanked ability to Apply Cumulative Windows 10 updates

My understanding of the issue has changed as we've been attempting to troubleshoot. It may make more sense to scroll down and read 'Update 6' first before reading through the entire body. We appear to be having some major Windows Update issues on…
Sam K
  • 506
  • 5
  • 21
2
votes
1 answer

Install drivers on Windows Server using dism while online

We're in the process of migrating Windows Server virtual machines between cloud infrastructure. In certain circumstances (HyperV Gen2 UEFI) servers, the system will fail to boot unless we install the storage driver ready for post migration boot…
epea
  • 406
  • 1
  • 9
  • 19
2
votes
2 answers

DISM fails to install MSMQ HTTP with 0x800f0922

Trying to install Windows Feature MSMQ-HTTP via DISM DISM /NoRestart /ONLINE /Enable-Feature /All /FeatureName:MSMQ-HTTP fails with Error: 0x800f0922 DISM failed. No operation was performed. For more information, review the log file. The DISM…
fiat
  • 797
  • 11
  • 16
2
votes
1 answer

DISM: "The source files could not be found and download failed"

Trying to install a selection of IIS Windows features via dism: dism /NoRestart /ONLINE /Enable-Feature /All /FeatureName:IIS -ASPNET /FeatureName:IIS-NetFxExtensibility /FeatureName:WCF-HTTP-Activation gives the error Error: 0x800f0906 The source…
fiat
  • 797
  • 11
  • 16
2
votes
3 answers

How to use Windows 8.1 USB Installation Media as DISM Source?

Is it possible to use a Windows installation USB drive as the source for DISM? The USB installer was created using Microsoft's Media Creation Tool. This MS article states: You can use a mounted Windows image from a WIM file as a source to …
johny why
  • 161
  • 1
  • 7
2
votes
1 answer

DISM deployed Windows 10 apps wont launch

I'm trying to deploy apps to computers around a school using DISM with a computer startup script. I've created a script to enumerate a directory on the network and install the app on the computers: for %%v in (%~dp0*.appx) do ( DISM /Online…
John Reid
  • 165
  • 1
  • 11
2
votes
1 answer

How do I troubleshoot "Failed to get staged packages for package" error when attempting to remove a provisioned app from an offline Windows 8.1 image?

When I attempt to remove provisioned apps from an offline Windows 8.1 image, most of the apps I want to remove cause no problem, but attempting to remove Microsoft.Office.OneNote causes an error. The following PowerShell code demonstrates the…
Jay Michaud
  • 3,973
  • 4
  • 23
  • 36
2
votes
3 answers

Remove all third-party drivers

Is there a way to un-DISM all drivers from Windows? Our images are injected with Dell's CAB driver packs, but with our new Optiplex 7020's we're getting a video error on bootup. We suspect there could be a conflict with the video drivers. We're also…
user318320
  • 33
  • 1
  • 6