Open Windows 10/11 system image - files from image
A system image is a complete backup of the PC. The function is part of the operating system since Windows 7, see: Clone hard disk, How to.
In addition to a complete restore of the PC, the system image backup can easily be mounted in the disk management and thus individual files can be restored from the image.
To access individual files of a system image, the image can be mounted:
Variant 1: Connect the image in the disk management
To do this, right-click on the Windows icon: "Disk Management".
then click on: "Attach virtual hard drive
Select the hard disk image, usually the larger file, then still: Change drive letter and paths:
Select a free drive letter:
Now the data can be accessed via the explorer:
Disconnect the virtual hard disk again
At the end the image should be closed again
Variant 2: Mount in Windows 11
In Windows 10, the image could not be mounted directly originally:
A retry in Windows 11 then worked for me:

{{percentage}} % positive

THANK YOU for your review!
Top articles in this section
Mirroring is the simultaneous writing to two hard disks, also called Raid 1. Mainly a hard disk mirroring is used for the protection against the failure of a hard disk. If a hard disk fails, the data is available on the second disk, the computer continues to work and can be started with the setup described here even after the failure. Mirroring the Windows partition is very easy, but not setting up the partitions so that it is possible to boot from the 2nd hard disk in the event of an error. Thi...
Free tools for cloning a hard disk cannot usually clone a large partition and thus a large hard disk onto a smaller one. Thanks to the command "Shrink Volume" in the disk management of Windows, the hard disk can be prepared for the cloning process and then cloned with the help of open source tools. Thus, for example, a Windows installation with all data can be moved to another disk.To speed up the PC with very little effort, a smaller SSD is usually used as the target. With the procedure describ...
The Linux command dd can be used to write one hard disk block by block to another. Since all blocks are transferred, it does not matter which file system, partition layout or operating system is to be cloned, only the target hard disk should not be larger than the partition layout of the source hard disk, see: cloning a large hard disk to a smaller one using free tools.