逍遥空间

踏遍千山任来去,万里逍遥随我行

导航

<2004年11月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

统计

留言簿(4)

随笔分类

随笔档案

文章分类

文章档案

相册

友情链接

工具栏

搜索

最新评论

阅读排行榜

评论排行榜

在资源管理器里自动注册组件

拷贝如下内容到文本文件,保存后改后缀为reg,双击导入注册表

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\dllfile\shell]

[HKEY_CLASSES_ROOT\dllfile\shell\Register ActiveX]

[HKEY_CLASSES_ROOT\dllfile\shell\Register ActiveX\command]
@="regsvr32.exe %1"


[HKEY_CLASSES_ROOT\ocxfile\shell]

[HKEY_CLASSES_ROOT\ocxfile\shell\Register ActiveX]

[HKEY_CLASSES_ROOT\ocxfile\shell\Register ActiveX\command]
@="regsvr32.exe %1"

 

要加入取消注册功能,用如下内容:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\dllfile\shell]

[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister ActiveX]

[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister ActiveX\command]
@="regsvr32.exe /u %1"


[HKEY_CLASSES_ROOT\ocxfile\shell]

[HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister ActiveX]

[HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister ActiveX\command]
@="regsvr32.exe /u %1"

posted on 2004-11-11 01:16 逍遥万里 阅读(1122) 评论(2)  编辑 收藏

评论

标题  
姓名  
主页
验证码 *
内容   
  登录  使用高级评论  Top
[使用Ctrl+Enter键可以直接提交]