A lightweight PowerShell productivity tool designed to bypass the manual CLI overhead of mounting Windows Image (.wim) files.
- GUI File Picker: Integrated
System.Windows.Formsallows users to browse for.wimfiles instead of manually typing long absolute paths. - Automated Workspace: Intelligent logic checks for and creates the standard
C:\MountPathdirectory automatically if it is missing. - Instant Access: Upon a successful mount, the script automatically triggers
explorer.exeto open the mount location for immediate verification. - Visual Status Tracking: Provides color-coded console feedback to track the mounting process and confirm completion.
- Permissions: Must be executed with Administrator privileges (required for
Mount-WindowsImage). - OS: Windows 10 / 11 / Server.
- Dependency: Built on the native DISM (Deployment Image Servicing and Management) PowerShell module.
- Launch PowerShell as Administrator.
- Navigate to the directory and execute the utility:
.\Quick-Mount.ps1 - When the file dialog appears, navigate to and select your target
.wimfile. - Wait for the "Mounting Complete!" message.
- The mount directory (
C:\MountPath) will open automatically in a new File Explorer window.
Developed by Aftab Khan | March 2026