Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

what is the file name of bookmarks on pc

more options

I am trying to retrieve my bookmarks file from a failed pc. I want to copy it from the failed pc using DOS commands, but I need to know the name of the bookmarks file and its location. Please help.

I am trying to retrieve my bookmarks file from a failed pc. I want to copy it from the failed pc using DOS commands, but I need to know the name of the bookmarks file and its location. Please help.

Összes válasz (1)

more options

You only can access files using cmd.exe ?

You'll need to explore down the path to your profile folder. The path varies depending on the OS run on the drive.

Windows Vista-10:

C:\Users\your-username\AppData\Roaming\Mozilla\Firefox\Profiles\

Windows XP:

C:\Documents and Settings\your-username\Application Data\Mozilla\Firefox\Profiles\

As a shortcut, try starting with these two commands

cd %APPDATA%
cd Mozilla\Firefox\Profiles

The first should get you inside the hidden AppData (or Application Data) folder, and the second should get you from there to the Profiles folder.

When you get to the Profiles folder, you will find one or more folders with partially random names (e.g., a1b2c3d4.default). Use dir to find the name, then you have some some tricky typing to do.

Inside, look for the bookmarkbackups folder. Here, finally, are compressed .jsonlz4 files you can restore to your new Firefox. See: Restore bookmarks from backup or move them to another computer.