Windows 10 - mount .iso .img file

Z Wiki Pavel
Verze z 2. 8. 2016, 12:16, kterou vytvořil Klapac (diskuse | příspěvky) (Založena nová stránka s textem „'''Mount ISO or IMG file in PowerShell ''' <div style="margin-left:1.058cm;margin-right:0cm;">'''1.''' Open [http://www.tenforums.com/tutorials/25581-wind…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
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"