Windows 10 - mount .iso .img file
Skočit na navigaci
Skočit na vyhledávání
Mount ISO or IMG file in PowerShell:
- Open Windows PowerShell.
- 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.