mozilla firefox

Discussion in 'Windows Vista' started by implague, Nov 30, 2008.

  1. implague

    implague MDL Junior Member

    Oct 30, 2008
    56
    0
    0
    hi Im goita format my machine so i want to know where r the mozila firefox's bookmarks r stored in c drive cause i need to backup ma pc
     
  2. ancestor(v)

    ancestor(v) Admin
    Staff Member

    Jun 26, 2007
    2,974
    6,051
    90
    Why not just saving them in a textfile? Or else, Firefox has got an option where you can make a backup of your favorites...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. TassieToo

    TassieToo MDL Member

    Nov 11, 2008
    171
    5
    10
    1. Open Firefox
    2. Go to Bookmarks/Organize Bookmarks
    3. Go to Import and Backup/Backup
     
  4. chianf092

    chianf092 MDL Senior Member

    Aug 29, 2008
    279
    21
    10
    Also you can go to the App Data file on your computer, look for Mozilla, and make a back up of the default profile. That saves everything for you.

    Appdata ==> Mozilla ==> Firefox ==> Profiles ==> ****.Default copy everything in that folder to a backup

    if you use vista its in the Appdata Roaming folder
     
  5. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #5 urie, Nov 30, 2008
    Last edited by a moderator: Apr 20, 2017
    At last some one knows what they are talking about.
    Code:
    REG ADD %KEY%\1001 /VE /D "Firefox 3.xx" /f
    REG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait H:\APPS\Mozilla.Firefox_3.xx\Firefox_3_autoit.exe" /f
    REG ADD %KEY%\1001 /V 102 /D "CMD /C Start /Wait SLEEP.EXE 3" /f
    REG ADD %KEY%\1001 /V 103 /D "CMD /C RD \"%USERPROFILE%\AppData\Roaming\Mozilla\Firefox\" /S /Q"" /f
    REG ADD %KEY%\1001 /V 104 /D "CMD /C Start /Wait SLEEP.EXE 3" /f
    REG ADD %KEY%\1001 /V 105 /D "cmd /c XCOPY \"H:\APPS\Mozilla.Firefox_3.xx\Firefox\" \"%USERPROFILE%\AppData\Roaming\Mozilla\Firefox\" /E /H /Y" /f