阅读:2661回复:5
通过修改注册表实现默认调用指定配置档,解决关联问题
使用 -profile 参数启动 Firfox,ThunderBird,
如设置为系统默认,点击网页链接,邮件链接时,默认调用 Documents and Settings 下配置档。 修改一下注册表就可以了。 ThunderBird MailTO: 键位:HKEY_CLASSES_ROOT\mailto\shell\open\command 键值:默认 修改为: C:\Program Files\Mozilla Thunderbird\thunderbird.exe -compose %1 -profile "C:\Program Files\Mozilla Thunderbird\profile" Firefox 链接(HTTP): 键位:HKEY_CLASSES_ROOT\HTTP\shell\open\command 键值:默认 修改为: C:\Program Files\Mozilla Firefox\FIREFOX.EXE -url "%1" -profile "C:\Program Files\Mozilla Firefox\profile" 修改键值后,不要重新关联,取消启动检查。 |
|
1楼#
发布于:2006-02-05 03:57
学习
|
|
|
2楼#
发布于:2006-02-05 03:57
虽然我已经猜到了,还是要大力支持一下
|
|
3楼#
发布于:2006-02-05 03:57
要改注册表的话还不算绿色
|
|
4楼#
发布于:2006-02-05 03:57
要完全保证 Firfox,ThunderBird 绿色,除非不去运行。
|
|
5楼#
发布于:2006-02-05 03:57
修改%appdata%\mozilla\firefox\profile.ini不行吗?
|
|
|