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

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Old firefox datas

  • 6 trả lời
  • 2 gặp vấn đề này
  • 48 lượt xem
  • Trả lời mới nhất được viết bởi Denys

tuỳ chọn khác

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

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

Tất cả các câu trả lời (6)

tuỳ chọn khác

Hi,

What happens when you try to do that?

tuỳ chọn khác

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

tuỳ chọn khác

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.
tuỳ chọn khác

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.
tuỳ chọn khác

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?

Được chỉnh sửa bởi Margie Lazou vào

tuỳ chọn khác

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?

Được chỉnh sửa bởi Denys vào

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.