All Questions
11 questions
0
votes
0
answers
583
views
Autounattend.xml does not match custom install.wim
Here is my procedure for better understanding:
Conducted Windows 10 IoT installation in Audit Mode.
Added German language and performed updates.
Shut down the PC in Sysprep/Generalize and restarted ...
0
votes
2
answers
484
views
Changes made to install.wim file is not in effect
I am using the DISM command to mount the install.wim and adding few folders and file to the root folder c:\ and them committed the image file.
then creating a bootable ISO with the modified the WIM ...
0
votes
1
answer
5k
views
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 ...
3
votes
1
answer
3k
views
DISM Can Mount Image but Can't Apply It
I am using DISM to capture a Windows image. I have successfully captured an image from the reference computer after running sysprep and booting from Windows PE. This was done manually using the DISM /...
0
votes
1
answer
1k
views
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 ...
1
vote
0
answers
372
views
Apply Customized Image after PXE boot
I am pretty new to DISM/WAIK etc. I am trying to implement pxe on my virtual machines (virtualbox), if worked fine later planning to implement in our production environment.
I was able to deploy ...
1
vote
1
answer
1k
views
Do Microsoft's imagex/dism have the equivalent of wimlib's --delta-from?
For pushing small changes to an existing wim image, you can significantly reduce network traffic by using the previous wim file as a base wim and a file that contains only the "changes" as the main ...
4
votes
3
answers
8k
views
Removing Windows 10 Built In Apps from a Windows 10 Image
I've Googled all over the place on how to remove the built in Windows 10 Apps like 3D Builder, Zune, Xbox, etc from a Windows 10 image file.
All of the tutorials always point to the same thing - ...
5
votes
1
answer
3k
views
Powershell DISM New-Windows Image: Using a CompressionType gives an error
PS C:\ProgramData\Microsoft\Windows\Hyper-V\BigHomie> New-WindowsImage -CapturePath K: -ImagePath C:\VHDImports\Win764.wim -name "BigHomies Personal Image" -Verify -CompressionType "Max"
Throws ...
1
vote
2
answers
18k
views
DISM inject drivers into WIM gives error 2
I have just installed a reference windows 7 x64 machine, sysprep-ed it, went into WinPE mode and captured boot.wim image using ImageX.
I then moved the boot.wim to my local PC under c:\wim, and try ...
0
votes
1
answer
1k
views
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
...