Wednesday, April 24, 2024

制作U盘版的Mozilla FireFox和Mozilla Thunderbird的简易方法

Mozilla FireFox和Mozilla Thunderbird 缺省把个人相关的信息资料都保存到Application Data中去,这个对于U盘使用时候很不方便,于是去找便携版,在PortableApps.com 上下载相关文件,安装测试后发觉也不是很合自己的意图。咋办? 还是去Mozilla看看吧,果然还是有好东西啊,短短两个命令行解决了问题。

对于Mozilla FirFox,把安装好的Mozilla FireFox目录复制到U盘任意目录,在FireFox.exe目录下创建目录Profiles,同时创建一个批处理文件FireFox.cmd,文件内容如下:

start firefox.exe -profile “%CD%ProfilesDefault”

以后打开FireFox的时候不使用FireFox.exe,而是采用FireFox.cmd即可,所有安装的附加组件就都在ProfilesDefault目录中了,换个电脑时候,安装的附加组件也就不会不见了,呵呵。

对于Mozilla Thunderbird 同样处理,把安装好的Mozilla Thunderbird 目录复制到U盘任意目录,在Thunderbird .exe目录下创建目录Profiles,同时创建一个批处理文件Thunderbird .cmd,文件内容如下:

start thunderbird.exe -profile “%CD%ProfilesDefault”

以后打开Thunderbird 的时候不使用Thunderbird .exe,而是采用Thunderbird .cmd即可,所有安装的附加组件就都在ProfilesDefault目录中了,换个电脑时候,安装的附加组件也就不会不见了。

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.