无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 3387|回复: 7
打印 上一主题 下一主题

怎样实现双击光盘镜象文件就可以加载到虚拟光驱

[复制链接]
跳转到指定楼层
1#
发表于 2006-12-13 18:42:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
记得有次在网吧上网时,那家网吧安装了daemon tools 虚拟光驱,我从网上下了一个很小PE光盘镜象,本来我想双击用 WinRAR打开看一下的,但是双击之后没反应,后来我发现这个镜象已经被加载进虚拟光驱了,当时没怎么在意,现在想起弄成这样其实挺方便的,于是在自己的机子上弄了半天,也不知道怎么实现,请问有人知道怎么实现吗? 使双击镜象文件时把它加载到虚拟光驱。
2#
发表于 2006-12-14 01:13:14 | 只看该作者
用东方光驱魔术师双击ISO文件就可以直接启动光盘了
回复

使用道具 举报

3#
 楼主| 发表于 2006-12-14 17:26:28 | 只看该作者
多谢楼上,不 知道daemon tools 是不 是 也可以设置成这样啊?
回复

使用道具 举报

4#
发表于 2006-12-18 13:00:03 | 只看该作者
完全可以阿
修改ISO文件的关联就可以了阿

附上DT的命令行用法
Command Line Switces

-lock
used to lock the DLL operation to be sure no unauthorized program can load daemon.dll and use its functions. Used mainly in autostart (if 'Autolock' option is enabled), but can be used in command line too. Unlocking can be done from Virtual DAEMON manager or other GUI that is currently running. Note that locking has no effect on DAEMON Manager itself or other programs which have been 'authorized' by us to use the DLL.

-noicon
this option is used to prevent DAEMON Tools from creating a taskbar icon. It has no effect if DAEMON manager is already running or you specified another command (except 'lock') in the command line! DAEMON manager automatically exits after command is executed and does not create taskbar icon.

-mount
allows mounting images from command line (or shortcut).
Syntax is: -mount <n>,<path>
where 'n' means DVD-ROM device number ('0' - '3' allowed) and 'path' is the full path to the image file.
Example: daemon.exe -mount 0,"c:\My Images\nameofimage.cue".
Do not forget to set the path in quotes if it contains spaces!

-unmount
allows unmounting images from command line.
Syntax is: -unmount <n>
where 'n' means DVD-ROM device number ('0' - '3' allowed)

-safedisc ?
allows turning Safedisc emulation on/off from command line.
'-safedisc on' enables emulation, '-safedisc off' disables it

-securom ?
allows turning Securom emulation on/off from command line.
'-securom on' enables emulation, '-securom off' disables it

-laserlok ?
allows turning Laserlock emulation on/off from command line.
'-laserlok on' enables emulation, '-laserlok off' disables it.

-rmps ?
allows turning RMPS emulation on/off from command line.
'-rmps on' enables emulation, '-rmps off' disables it.

[ 本帖最后由 zgzxp 于 2006-12-18 01:01 PM 编辑 ]
回复

使用道具 举报

5#
发表于 2006-12-18 17:35:24 | 只看该作者
楼上的,让人看了眼晕
回复

使用道具 举报

6#
发表于 2006-12-19 11:35:44 | 只看该作者

Daemon右键关联

Daemon右键关联

Daemon右键关联.rar

351 Bytes, 下载次数: 143, 下载积分: 无忧币 -2

回复

使用道具 举报

7#
发表于 2006-12-20 18:58:15 | 只看该作者
原帖由 8870188 于 2006-12-19 11:35 AM 发表
Daemon右键关联


不错,多谢啦。注意下
[HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell\Mount\command]

@="\"C:\\Program Files\\DAEMON Tools\\Daemon.exe\" -mount 0,\"%1\""
路径要和自己的相符

俺改为这样的了
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image]

[HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\DefaultIcon]
@="\"C:\\Program Files\\DAEMON Tools\\Daemon.exe\""

[HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell]

[HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell\Mount]
@="&载入虚拟光驱"

[HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell\Mount\command]

@="\"f:\\Program Files\\D-Tools\\Daemon.exe\" -mount 0,\"%1\""

[HKEY_CURRENT_USER\SOFTWARE\Classes\.cue]
@="Daemon.Support.Image"

[HKEY_CURRENT_USER\SOFTWARE\Classes\.bin]
@="Daemon.Support.Image"

[HKEY_CURRENT_USER\SOFTWARE\Classes\.iso]
@="Daemon.Support.Image"

[HKEY_CURRENT_USER\SOFTWARE\Classes\.bwt]
@="Daemon.Support.Image"

[HKEY_CURRENT_USER\SOFTWARE\Classes\.ccd]
@="Daemon.Support.Image"
回复

使用道具 举报

8#
发表于 2006-12-26 19:02:18 | 只看该作者
有装载,也有卸载

使用改成自己的路径

  1. Windows Registry Editor Version 5.00

  2. [HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image]

  3. [HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\DefaultIcon]
  4. @=""E:\\光驱工具\\DaemonTools\\Daemon.exe""

  5. [HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell]

  6. [HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell\Mount]
  7. @="装载镜像(&Z)"

  8. [HKEY_CURRENT_USER\SOFTWARE\Classes\Daemon.Support.Image\shell\Mount\command]

  9. @=""E:\\光驱工具\\DaemonTools\\Daemon.exe" -mount 0,"%1""

  10. [HKEY_CURRENT_USER\SOFTWARE\Classes\Drive\shell\Unmount]
  11. @="卸载镜像(&X)"

  12. [HKEY_CURRENT_USER\SOFTWARE\Classes\Drive\shell\Unmount\command]
  13. @=""E:\\光驱工具\\DaemonTools\\Daemon.exe" -unmount 0"


  14. [HKEY_CURRENT_USER\SOFTWARE\Classes\.cue]
  15. @="Daemon.Support.Image"

  16. [HKEY_CURRENT_USER\SOFTWARE\Classes\.bin]                        
  17. @="Daemon.Support.Image"

  18. [HKEY_CURRENT_USER\SOFTWARE\Classes\.iso]                        
  19. @="Daemon.Support.Image"
  20.                                                                  
  21. [HKEY_CURRENT_USER\SOFTWARE\Classes\.bwt]
  22. @="Daemon.Support.Image"                                       

  23. [HKEY_CURRENT_USER\SOFTWARE\Classes\.ccd]
  24. @="Daemon.Support.Image"           

  25. [HKEY_CURRENT_USER\SOFTWARE\Classes\.mds]
  26. @="Daemon.Support.Image"

  27. [HKEY_CURRENT_USER\SOFTWARE\Classes\.cdi]
  28. @="Daemon.Support.Image"

  29. [HKEY_CURRENT_USER\SOFTWARE\Classes\.vcd]
  30. @="Daemon.Support.Image
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2026-3-4 05:57

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表