PowerTip: Use PowerShell to Mount ISO

Doctor Scripto

Summary: Easily mount ISO files by using Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to mount ISO files in Windows 8?

Hey, Scripting Guy! Answer Use the Mount-Disk cmdlet and specify the exact path of the ISO file, for example:

Mount-DiskImage C:\Media\Filename.ISO

0 comments

Discussion is closed.

Feedback usabilla icon