Right Click Mount/UnMount ISO for MagicISO

user-pic
Vote 0 Votes

MagicISO 是一套免費的虛擬光碟軟體,
但是它沒有提供在 ISO 檔按右鍵直接掛載的功能, 所幸有 CLI 工具 miso.exe,
可自己寫個 Registry 來達成.
若您的安裝路徑裡面沒有 miso.exe, 請 下載 miso.exe 後放到安裝目錄.
本範例只支援一台虛擬光碟機(需要多台的話, 請自行發揮)
裡面的路徑及虛擬光碟機代碼 J: 請依實際狀況調整.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\MountISO]
@="Mount ISO"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\MountISO\command]
@="C:\\Program Files (x86)\\MagicDisc\\miso.exe NULL -mnt J: \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\UnMountISO]
@="UnMount ISO"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\UnMountISO\command]
@="C:\\Program Files (x86)\\MagicDisc\\miso.exe NULL -umnt J:"

ref. Using MagicISO to mount ISO image on Command Line

2 Comments

| Leave a comment
user-pic

完蛋,我完全看不懂。

Leave a comment

About this Entry

This page contains a single entry by Pank published on February 19, 2010 2:44 AM.

Restart issues after installing MS10-015 was the previous entry in this blog.

grep tab is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.