Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Caută ajutor

Atenție la excrocheriile de asistență. Noi nu îți vom cere niciodată să suni sau să trimiți vreun SMS la vreun număr de telefon sau să dai informații personale. Te rugăm să raportezi activitățile suspecte folosind opțiunea „Raportează un abuz”.

Află mai multe

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

  • 4 răspunsuri
  • 0 au această problemă
  • 90 de vizualizări
  • Ultimul răspuns dat de Davide

mai multe opțiuni

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 :-)

Soluție aleasă

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);
Citește răspunsul în context 👍 2

Toate răspunsurile (4)

mai multe opțiuni

Soluție aleasă

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);
mai multe opțiuni

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.

mai multe opțiuni

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 :-)

mai multe opțiuni

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 :-)