Windows 10 - mount .iso .img file

Z Wiki Pavel
Verze z 4. 8. 2016, 09:18, kterou vytvořil Klapac (diskuse | příspěvky)
(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.
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\Somebody\Desktop\ENTERPRISE_X64.ISO"
3. When finished, you can close PowerShell if you like.