« 水木十年 | Main | JavaScript 与 marquee 滚屏 »
August 9, 2005
Mozilla Firefox 的迁移与备份 profiles.ini
|
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 http://windtear.net/archives/2005/08/09/000739.html http://windtear.net/archives/2005/08/09/000739.html Mozilla Firefox 的迁移与备份 profiles.ini (本文于2006-01-10 18:45最后更新) Mozilla Firefox 支持多用户 而且还是绿色软件(不需安装即可备份迁移使用) 备份的话需要特别注意备份配置文件和插件/扩展目录(Plugins/Extensions) 到一台新机器 放好设置好配置文件就行了 具体见下文: 用户目录下的 Application Data\Mozilla\ Firefox\ 下面有配置文件 profiles.ini 即: %USERPROFILE%\Application Data\Mozilla\Firefox\profiles.ini profiles.ini是定义当前用户的 profile 的 一个用户也可启用多个 Firefox 采用多个 Profile 默认系统会随机给出一串8位字符加.default 作为 Profile 的 Path 里面会存当前用户的插件/扩展(Plugins/Extensions) 如: [General] StartWithLastProfile=1 [Profile0] Name=default IsRelative=1 Path=Profiles/r7ojkffk.default Default=1 为了便于迁移备份等 我改了一下 [General] StartWithLastProfile=1 [Profile0] Name=default IsRelative=0 Path=E:\windtear\soft\Firefox\Run\Mozilla\Firefox\Profiles\r7ojkffk.default Default=1 就是把相对路径改成绝对路径 |
Posted by windtear at August 9, 2005 7:29 PM
Trackback Pings
TrackBack URL for this entry:
http://cgi.windtear.net/cgi-bin/wt-tb.cgi/739
Listed below are links to weblogs that reference Mozilla Firefox 的迁移与备份 profiles.ini:
» Firefox 1.5.0.2 Released - 更新 http://firefox.ipcn.org 提供镜像下载 from windtear 追求完美
http://windtear.net/archives/2006/04/14/000961.html Firefox 1.5.0.2 Released - 更新 http://firefox.ipcn.org 提供镜像下载 Firefox 1.5.0.2 Released http://www.mozilla.com/firefox/ 顺便更新了 http://firefox.ipcn.org/ http://firefox.windtear.net/ http://ww... [Read More]
Tracked on April 15, 2006 6:33 PM
Comments
Post a comment
【我爱网络】
2007-12-31 23:51 2007年度 ipcn.org/ipchina.org 总结报告
2007-12-31 00:31 vmware gsx server service
2007-12-31 00:15 squid 对 404 302 缓存的相关问题
2007-12-30 14:24 升级到 MovableType 3.3x 并修改 entry_basename 兼容性
2007-12-30 13:52 [php] realip judge 前面补0的ip格式剔除
2007-12-14 16:34 rm -rf * 系统管理员要排查的定时炸弹
2007-12-13 19:03 山西的宽带运营商太过分了 私自窜改dns解析
2007-12-13 16:35 F5 MIB 再学习 唯一性标记用地址的小bug
2007-12-11 22:15 perl 用Spreadsheet::WriteExcel写了个处理/读写excel的小程序
2007-12-11 13:39 perl 变量转义的问题