Summary: Easily mount ISO files by using Windows PowerShell.
How can I use Windows PowerShell to mount ISO files in Windows 8?
Use the Mount-Disk cmdlet and specify the exact path of the ISO file, for example:
Mount-DiskImage C:\Media\Filename.ISO
Summary: Easily mount ISO files by using Windows PowerShell.
How can I use Windows PowerShell to mount ISO files in Windows 8?
Use the Mount-Disk cmdlet and specify the exact path of the ISO file, for example:
Mount-DiskImage C:\Media\Filename.ISO