New
#10
That's great news Greg.![]()
Thanks for asking that question gregyurkon :0)
My ISO files were not associated with the default built-in handler either.
:)
Last edited by dogpark; 11 Feb 2016 at 14:34.
Has this been changed on Windows 10 Anniversary Edition?
I have no "mount" option available when I right click an ISO.
When I enter Power Shell Administrator Mode and enter the command like I am supposed to, I do not get an acknowledgement or error message. It just accepts the command and then nothing, no virtual cd drive.
No, I still see the Mount option (Home x64, version 1607, OS build 14393.447). Try resetting the default association for ISO files as @Brink shows in post #4 here:
https://www.tenforums.com/tutorials/3...tml#post450706
Hi, would be good to add a note to cover Mount not being available in the context menu if iso files have been associated with an installed program.
Thanks.
In option three, the following command is used on PowerShell:
Mount-DiskImage -ImagePath "C:\User\Russell\Desktop\9879.ENTERPRISE_X64.ISO"
I found that it can also be used on Command Prompt:
PowerShell Mount-DiskImage -ImagePath "G:\Win10_1903_V1_English_x64.iso"
To unmount it, use the following command:
PowerShell Dismount-DiskImage -ImagePath "G:\Win10_1903_V1_English_x64.iso"
Source: http://docs.microsoft.com/en-us/powe...ount-diskimage
Should the "Command Prompt" method be added into this tutorial?
![]()