New
#20
@Matthew Wai,
Done.
@Brink,
OPTION FIVE applies to Command Prompt, but you omitted to addPowerShell
at the beginning of the following command:
For example:
Mount-DiskImage -ImagePath "C:\User\Russell\Desktop\9879.ENTERPRISE_X64.ISO"
And the image path shown in my example screenshots is "G:\Win10_1903_V1_English_x64.iso"
I just found the following command, which works on both PowerShell and Command Prompt.
Explorer "D:\A folder\An image.iso"
It works the same as option 2.
@Brink, I found a problem with OPTION FIVE.
PowerShell Mount-DiskImage -ImagePath "Full path of ISO or IMG file"
If the file name contains brackets, e.g.WinPE (Chinese).iso
, errors will arise.
The solution is using three quotation marks as shown below instead of only one.
PowerShell Mount-DiskImage -ImagePath """D:\WinPE (Chinese).iso"""
Using Option 5, is there a way of specifying the drive letter to be used for the mounted ISO image?