memo.xight.org

日々のメモ

Firefox, Thunderbird でプロファイルの切り替え まとめ

Summary

Firefox, Thunderbird でプロファイルを指定して起動、
異なるプロファイルを指定して Firefox,Thunderbird を同時に起動する方法。

プロファイルマネージャを起動 (Firefox)

"C:\path\to\firefox\firefox.exe" -p


プロファイルを指定して Firefox を起動

"C:\path\to\firefox\firefox.exe" -p profile_name


異なるプロファイルを使用して Firefox を同時起動

"C:\path\to\firefox\firefox.exe" -no-remote -p profile_name


プロファイルマネージャを起動 (Thunderbird)

"C:\path\to\thunderbird\thunderbird.exe" -p


プロファイルを指定して Thunderbird を起動

"C:\path\to\thunderbird\thunderbird.exe" -p profile_name


異なるプロファイルを使用して Thunderbird を同時起動

"C:\path\to\thunderbird\thunderbird.exe" -no-remote -p profile_name


Reference

プロファイル - Mozilla Firefox まとめサイト
http://firefox.geckodev.org/index.php?%E3%83%97%E3%83%AD%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB