Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Clone (not move) profile to second pc - without confusing Sync

  • 4 回覆
  • 0 有這個問題
  • 3 次檢視
  • 最近回覆由 Davide

more options

Hi there,

i'd like to copy my Firefox profile from PC1 to a new PC2;

Last time i tried this, i ended up with PC2 having the same "name" as PC1 in "Sync". This caused weird sync issues, as the system thought my PC2 was PC1 as vice versa.

So, is it possible to copy my entire profile with all addons/settings, BUT, make "Sync" recognize it as a NEW pc ?


Thank you in advance :-)

Hi there, i'd like to copy my Firefox profile from PC1 to a new PC2; Last time i tried this, i ended up with PC2 having the same "name" as PC1 in "Sync". This caused weird sync issues, as the system thought my PC2 was PC1 as vice versa. So, is it possible to copy my entire profile with all addons/settings, BUT, make "Sync" recognize it as a NEW pc ? Thank you in advance :-)

被選擇的解決方法

The prefs.js file stores several lines related to your Sync setup. I think you need to remove these lines from the prefs.js on the second device before launching Firefox, but I have not tested that myself.

Note: to open/edit a .js file, do not double-click it -- that causes the file to execute as a system script. Instead, right-click and open with a good text editor that won't mess up the code with formatting. For example, I use Notepad++ (https://notepad-plus-plus.org/).

These are the lines that have the potential to cause the problem (I've obscured the data, of course):

user_pref("identity.fxaccounts.account.device.name", "Windows10");
user_pref("identity.fxaccounts.account.telemetry.sanitized_uid", "blahblah");
user_pref("identity.fxaccounts.commands.missed.last_fetch", 1657760225);
user_pref("identity.fxaccounts.lastSignedInUserHash", "blahblah");
user_pref("identity.fxaccounts.toolbar.accessed", true);
從原來的回覆中察看解決方案 👍 2

所有回覆 (4)

more options

選擇的解決方法

The prefs.js file stores several lines related to your Sync setup. I think you need to remove these lines from the prefs.js on the second device before launching Firefox, but I have not tested that myself.

Note: to open/edit a .js file, do not double-click it -- that causes the file to execute as a system script. Instead, right-click and open with a good text editor that won't mess up the code with formatting. For example, I use Notepad++ (https://notepad-plus-plus.org/).

These are the lines that have the potential to cause the problem (I've obscured the data, of course):

user_pref("identity.fxaccounts.account.device.name", "Windows10");
user_pref("identity.fxaccounts.account.telemetry.sanitized_uid", "blahblah");
user_pref("identity.fxaccounts.commands.missed.last_fetch", 1657760225);
user_pref("identity.fxaccounts.lastSignedInUserHash", "blahblah");
user_pref("identity.fxaccounts.toolbar.accessed", true);
more options

By the way, I suggest carrying over the entire Firefox folder, not just a single profile folder.

C:\Users\<username>\AppData\Roaming\Mozilla\Firefox

(If needed, set Windows to show hidden files and folders: https://support.microsoft.com/en-us/windows/show-hidden-files-0320fe58-0117-fd59-6851-9b7f9840fdb2 )

The Firefox folder contains two key index files (installs.ini and profiles.ini) that Firefox uses to locate your profile.

But if you forgot, it's not the end of the world, you can still train Firefox to use your cloned folder with a little extra work.

more options

Thank you for your reply @jscher2000, those settings are good to know.

Based on your input i had a look and also noticed several `services.sync.*` preferences in `about:config` so i'll reset those back to default too in the cloned profile;

I will give it a try soon and report back :-)

more options

I did get signed out on my old computer, and had to sign in again. So it seems there were still some references somewhere in other files / databases.

However after signing in again, everything seems to work fine :-)