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
1
vote
0 answers

Unable to install FSRM role on Windows Server 2016

I tried to install FRSM role but installation failed with error 0x800f0922. Tried using GUI or DISM commands dism /online /enable-feature /featurename:FSRM-infrastructure /all dism /online /enable-feature /featurename:FSRM-Management /all finish…
Baud
  • 71
  • 1
  • 4
1
vote
4 answers

Hyper-V 2019 Core Server can't install windows defender update KB4052623?

I am having a problem with installing the "Update for Microsoft Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2205.7)" Update on my Microsoft Hyper-V Server 2019 Core Server. Using sconfig it always says installation failed. I…
Keeran
  • 111
  • 4
1
vote
0 answers

Windows Update crashes before opening

Windows Server 2016. When I try to open Windows Update (Setting - Update and security), application crashes. In Event Log, I found: Faulting application name: SystemSettings.exe, version: 10.0.14393.82, time stamp: 0x57a55dc6 Faulting module name:…
0
votes
1 answer

install application on a mounted WIM file

Every night my build server creates an updated WIM image by mounting, updating my application files and unmounting. then I have an updated nightly wim file. I want to take this nightly image and automatically install 2 applications on it and then…
user1902346
  • 143
  • 1
  • 6
0
votes
0 answers

Install .Net 2.0 on Windows 10 1809 failed

I have 4 identical computers with fresh install of Windows 10 1809 pro x64 french, workgroup, no antivirus, no WSUS. The first were cloned 3 times, i made a sysprep after each clone. I want to install a software (don't matted which software is) but…
Baud
  • 71
  • 1
  • 4
0
votes
1 answer

Windows Server 2019: Add language pack with DISM to .WIM

I have an Windows Server 2019 image with 4 editions: Windows Server 2019 Standard Windows Server 2019 Standard Core Windows Server 2019 Datacenter Windows Server 2019 Datacenter Core I want to add a language pack to this image and to all 4…
Chris
  • 1
  • 1
0
votes
1 answer

Reinstall default Windows Appx packages

We are uninstalling most Appx packages for our users upon deployment of Windows 10 machines. We are using something like this two-liner is sufficient to get rid of most UWP apps on the systems: # remove the "provisioning" of packages for new…
the-wabbit
  • 40,737
  • 13
  • 111
  • 174
0
votes
1 answer

How to re-enable test mode when deploying Windows 10 wim image with Dism?

I am upgrading about 200 machines in my lab from Windows 7 to Windows 10, and as part of the upgrade, I am also converting the file system on the machines to GPT. I am doing this as an automated process with WinPE images that are loaded from my PXE…
vadim6385
  • 1
  • 2
0
votes
1 answer

How do I delete the 'offline' directory created by dism?

While creating a slipstreamed Windows ISO, I wanted to 'un-do' and start over with a better plan. I attempted to delete the workspace but the workspace had a directory called offline, created by dism, with several GB worth of files owned by System…
Jim Fred
  • 111
  • 1
  • 5
0
votes
1 answer

How to install .Net 4.6.2 on windows 2012r2

We have hundreds of IIS web servers with .Net 3.x and 4.0 installed using using dism.exe on windows 2012r2 (via chef) powershell command dism.exe /online /enable-feature /featurename:NetFX4 chef resource windows_feature 'NetFx4' do action…
spuder
  • 1,725
  • 3
  • 26
  • 42
0
votes
1 answer

Injecting Updates via Dism gives error 50 all the time

I am running Win 2012 R2 with MDT 2013, WDS & WSUS. trying to auto inject updates from wsus update share into my OS Wim (win 10 tech preview x64) for deployment. using this script $UpdatesPath = "\\192.168.30.204\wsus\WsusContent" $MountPath =…
0
votes
4 answers

Windows 10, multiple services crash when opening Windows Update

Over the past few days, an error seems to have developed on my Windows 10 Professional (anniversary update) workstation, whereby when opening the Update section of the Modern Settings app, loads of services instantly crash. NOTE: No updates were…
James Edmonds
  • 1,733
  • 10
  • 37
  • 59
0
votes
0 answers

System File Corruption causing Freezing a KSOD

At present we are having some difficulties with one of our Terminal Servers. It is a VM Server 2012 (64bit) What is happening at the moment is that random applications (IE, Chrome, Notepad, Word, Outlook, Excel, Explorer) will start becoming…
0
votes
1 answer

upgrade from windows server 2012 server standard to data-center

When upgrading from windows server 2012 standard to data-center using dism, will a data loss occur? Will I have to re-install programs already installed in the server? I'm going to follow the instructions mentioned in…
Isuru
  • 103
  • 1
  • 4
0
votes
1 answer

dism unmount with commit on offline image and changes are still in pending status when remounted

Using dism to disable features in a offline Windows 2008 R2 wim image, executing cmd dism commands below: Before any changes: ServerCore-WOW64 | Enabled then feature is set to diabled: ServerCore-WOW64 …
gojj
  • 98
  • 1
  • 3
  • 11