WimExplorer supports four file operations: Extract, Add, Replace, and Delete. All write operations (Add, Replace, Delete) useDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/KilzaNiko/WimExplorer/llms.txt
Use this file to discover all available pages before exploring further.
wimlib-imagex update under the hood, passing commands to the process via stdin.
Extract
Extracts one or more files or folders from the WIM image to a folder on disk. UsesPOST /api/extract → wimlib-imagex extract.
Select items
In the content table, click to select one or more files or folders. Use
Ctrl+A to select everything in the current folder.Open the Extract dialog
Click Extraer in the bottom toolbar, or right-click the selection and choose Extract.
Choose a destination folder
In the Extract modal, type the full path to the destination folder, or click the 📁 browse button to open a folder picker. The folder is created automatically if it does not exist.
Add
Adds files or a folder from disk into the WIM image at the current browse path. UsesPOST /api/add (single upload) or POST /api/batch-import (drag-and-drop / folder import) via multipart upload.
Navigate to the target folder
In the tree panel or content table, navigate to the folder inside the WIM where you want to add files.
Choose how to add
There are two ways to start an add operation:
- Toolbar split button — Click the main Agregar button or its dropdown arrow (
▼) to choose between 📄 Archivos (individual files) or 📁 Carpeta (an entire folder). The appropriate file or folder picker opens. - Drag and drop — Drag files or a folder from Windows Explorer and drop them onto the content table panel.
Conflict check
Before uploading, WimExplorer checks whether any of the selected files already exist at the destination path in the WIM. If conflicts are found, the Conflict Detection modal appears. Choose to proceed (replacing conflicting files) or cancel.
Replace
Replaces a single existing file in the WIM with a new file from disk. Internally, the server issues adelete command followed by an add command in the same wimlib-imagex update stdin batch. Uses POST /api/replace.
Select exactly one file
Click a single file in the content table. The Reemplazar button in the toolbar becomes enabled.
Choose the replacement file
In the Replace modal, use the file picker to select the new file from disk.
Delete
Permanently removes one or more files or folders from the WIM image. UsesPOST /api/delete → wimlib-imagex update with delete stdin commands.
Trigger the delete
Use any of the following:
- Click Eliminar in the bottom toolbar.
- Press the
Deletekey. - Right-click the selection and choose Delete.
