The Windows Image Explorer is a simple file browser that lets you browse through the files of Windows images.
While it is included with DISMTools (after installation with a setup script), you can also use it as a standalone program.
- Pick the Windows image
- (Optional) Pick the index
- Browse!
It's that easy.
Requirements: Visual Studio 2017 or newer, .NET Framework 4.8 Developer Pack
Note
You might be able to use older versions of Visual Studio, but compatibility varies on whether RuntimeInformation.ProcessArchitecture
is or isn't ambiguous
- Restore the NuGet packages (either by using the Package Manager, or
nuget restore
from CLI) - Build the project
- Enjoy!
You can contribute to this project like this:
- Fork this repository and create your own branch
- Make your changes AND TEST THEM
- Commit them to your fork
- Make a pull request