Windows 10 - mount .iso .img file
Skočit na navigaci
Skočit na vyhledávání
Mount ISO or IMG file in PowerShell
1. Open Windows PowerShell.2. In PowerShell, type the command below, and press Enter. (see screenshot below)
Mount-DiskImage -ImagePath "Full path of ISO or IMG file"
Note
Substitute Full path of ISO or IMG file in the command above with the actual full path of the .ISO or .IMG file you wanted to mount.For example:Mount-DiskImage -ImagePath "C:\User\Russell\Desktop\9879.ENTERPRISE_X64.ISO"