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

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Old firefox datas

  • 6 Antworten
  • 2 haben dieses Problem
  • 81 Aufrufe
  • Letzte Antwort von Denys

Weitere Optionen

I can't delete old firefox datas folder from my desktop

I can't delete old firefox datas folder from my desktop

Alle Antworten (6)

Weitere Optionen

Hi,

What happens when you try to do that?

Weitere Optionen

It need administrator after I give it it says "seek permission from {username}"

Weitere Optionen

Not sure what may cause this, but if you're an administrator on your device, you can try the following (assuming you're on Windows): Warning: this will permanently delete the folder and all the files inside, so make sure you don't need any of them before proceeding.

  1. Press Win+R.
  2. Enter cmd and press Ctrl+Shift+Enter.
  3. Windows should ask you to allow the Command Prompt make changes to your device. Click Yes.
  4. In the opened window, enter rmdir /s /q "path/to/folder" (replace path/to/folder with the path to your folder) and press Enter.
Weitere Optionen

You may have done a Refresh at some point. https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings

Note: The refresh will place your old Firefox profile on your desktop in a folder named Old Firefox Data. If your problem persists, you can partially restore lost information by copying files to the newly created profile. If you no longer need this folder, we encourage you to delete it, since it contains sensitive information.
Weitere Optionen

Denys said

Not sure what may cause this, but if you're an administrator on your device, you can try the following (assuming you're on Windows): Warning: this will permanently delete the folder and all the files inside, so make sure you don't need any of them before proceeding.
  1. Press Win+R.
  2. Enter cmd and press Ctrl+Shift+Enter.
  3. Windows should ask you to allow the Command Prompt make changes to your device. Click Yes.
  4. In the opened window, enter rmdir /s /q "path/to/folder" (replace path/to/folder with the path to your folder) and press Enter.


This did absolutely nothing at all. All the commands ended with "access denied". Is there any other way to remove all this junk?

Geändert am von Margie Lazou

Weitere Optionen

Margie Lazou said

This did absolutely nothing at all. All the commands ended with "access denied". Is there any other way to remove all this junk?

Hi Margie,

Try the following (replacing path/to/folder with the path to your folder):

  1. Press Win+R.
  2. Enter cmd and press Ctrl+Shift+Enter.
  3. Windows should ask you to allow the Command Prompt make changes to your device. Click Yes.
  4. In the Command Prompt, enter takeown /f "path\to\folder" /r /d y and press Enter.
  5. In the Command Prompt, enter icacls "path\to\folder" /grant %username%:F /t and press Enter.
  6. Close all your opened applications, except of the Command Prompt
  7. Press Win+R.
  8. Enter resmon and press Enter. A Windows Resource Monitor window will open.
  9. In the Search Handles, paste your path\to\folder (e.g., copied from the Command Prompt) and press Enter.
  10. Pay attention to the PID column. Now you'll force-stop all the processes using the folder.
  11. For each of the processes listed, in the Command Prompt run taskkill /PID <pid_number> /F (replacing <pid_number> with the corresponding number from the Resource Monitor PID column).
  12. In the Command Prompt, run rmdir /s /q "path/to/folder" again.

Does that help?

Geändert am von Denys

Stellen Sie eine Frage

Sie müssen sich mit Ihrem Benutzerkonto anmelden, um auf Beiträge zu antworten. Bitte stellen Sie eine neue Frage, wenn Sie noch kein Benutzerkonto haben.