Can you mount a sysprep image using DISM
- by Tester123
I created a script to mount a sysprepped Windows 7 image to a directory so I can edit a specific file in the image and then unmount it. The script seems to work just fine however, each time I try I seem to be getting some sort of error about the Image.
Errors such as:
The image is supposedly damaged or corrupted
The image mounts but nothing appears in the directory
So I guess the overall question is it possible to mount an syprepped Windows 7 Wim Image into a directory?