Jump to content

APMichael

Experienced Members
  • Posts

    984
  • Joined

  • Last visited

Everything posted by APMichael

  1. Thanks for the modified entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/676a1d908742a8bad1c54ffa127058dde27cda15
  2. The new (patched) version 5.74.8198 still creates .dmp files. Therefore back to version 5.73...
  3. I can confirm that the new version constantly creates .dmp files. If CCleaner is closed immediately after the cleanup, a .dmp file is almost always created. Edit: Looks like the bug is already known and will be corrected in the next version.
  4. I can confirm that the new version constantly creates .dmp files. If CCleaner is closed immediately after the cleanup, a .dmp file is almost always created. Even if "automatic updates" is disabled. Edit: Looks like the bug is already known and will be corrected in the next version.
  5. Thanks for the revised and new entries. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/07c3056a506a24a519617436b4800e502cb6d62d
  6. Thanks for the modified entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/627d1491de3ec90259075eb32d975a57ebbbedce Winapp3.ini update: https://github.com/MoscaDotTo/Winapp2/commit/f8a6cda8e685c9252ad66fdd9212317b18b524bc
  7. Since the new RegKeys are for "PowerDVD 20" and not for the shared media cache, I added them to the entry [CyberLink PowerDVD *]. I hope this is okay. Thanks for the modified entries. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/dc348ab6c3f61249e3eea9a6bec4c7bfe8a729ff
  8. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/557fb49fe5235fa879a759d44b11bf9d23708e41
  9. Thank you very much for this important note. Right! I think a long time ago it was also agreed here that license, readme, manual and similar files should not be deleted, because for many users these files do not belong to the category "garbage". Revised entry: [R-Wipe & Clean *] LangSecRef=3024 Detect=HKLM\Software\R-TT\RWC FileKey1=%AppData%\R-TT|*.*|RECURSE ExcludeKey1=PATH|%AppData%\R-TT\RWC\WL\|*.*
  10. Thanks for the modified entries. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/f20514388a432d24cd77189363edb84e9ad0c50f
  11. Thanks for the new entries. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/40f43da6408e6f571fde9a59f0758eb7dc8b90d3 Winapp3.ini update: https://github.com/MoscaDotTo/Winapp2/commit/ece7c26604b151c3069f50595e23b1f0a183fe36
  12. Thanks for the modified entries. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/9132f3eb72eff6d79c1998d0934af7946d09b631
  13. Thanks for the revised entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/93ee654b2ec2af4557af5a66dc490e86a60bbbe0
  14. Thanks for the updated app names. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/232d2ba3227cb1e09daaedbb0f519b4710e39949
  15. Unfortunately, this looks more like a HDD or SSD failure.
  16. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/a7802ed9ee12a970d9bca4bcdb7de74e228baa06
  17. Thanks for the revised entry: Winapp2.ini updates: https://github.com/MoscaDotTo/Winapp2/commit/3f9f7c6add10642ed958b1d270486c6f4246b5ca https://github.com/MoscaDotTo/Winapp2/commit/ea138d9ae1ea0a56a2814028bbc616a1775a8b2c
  18. @Dave CCleaner: Looks good to me. All combinations now seem to work as expected. Let's see what @dvdbane reports.
  19. Winapp3.ini updates: https://github.com/MoscaDotTo/Winapp2/commit/20249091aa96b71976af178616b3a4bc83349cb2 https://github.com/MoscaDotTo/Winapp2/commit/fa8b6e0049ea3de2324a546556200df5e2650da3
  20. Thanks for the new and revised entries: Winapp2.ini updates: https://github.com/MoscaDotTo/Winapp2/commit/5382b5ed0515bf69bf1e8393aae59213fe189752 https://github.com/MoscaDotTo/Winapp2/commit/737443b828f3afc5e6a9a34e59f3da5242067281
  21. Okay, I understand. Right, thanks to the environment variable and the wildcard the entry is even valid for all existing Windows users and Firefox profiles.
  22. This is the line from the ccleaner.ini: Exclude1=PATH|%AppData%\Mozilla\Firefox\Profiles\*\|*.sqlite-shm;*.sqlite-wal||0|0|24 (But you do not actually have to edit the .ini directly. Under Options > Exclude > Add you can also enter the path and files.)
  23. Windows Defender only marks the "Standard installer" version as a PUA, probably because of the additional software offered during installation. If the file is still marked after a Windows Defender update, you can also download and install the "Slim" version of CCleaner from the builds page: https://www.ccleaner.com/ccleaner/builds
  24. I personally exclude all ".sqlite-shm" and ".sqlite-wal" files in the Firefox profile since a long time, because it happened from time to time that Firefox databases were not closed correctly when exiting. Drive or Folder: %AppData%\Mozilla\Firefox\Profiles\*\ File Types: *.sqlite-shm;*.sqlite-wal (In this special case it would of course be sufficient to exclude only the files for the "storage-sync-v2.sqlite".)
  25. I have just installed Firefox 79.0 (release version) and can confirm the problem. If an extension makes changes to the new "storage-sync-v2.sqlite", the files ".sqlite-shm" and ".sqlite-wal" are not inserted into the "storage-sync-v2.sqlite" when Firefox is closed. If they are deleted by the CCleaner rule "Internet Cache", all changes will be lost. You should therefore remove the deletion of the ".sqlite-shm" and ".sqlite-wal" files from the rule "Internet Cache". It is also not necessary that these files are deleted by the rule "Internet Cache", because there is still the rule "Compact Databases". The rule "Compact Databases" does everything right, because it merges the ".sqlite-shm" and ".sqlite-wal" files with the ".sqlite" file and compresses it afterwards. @circcc has already written the same thing. The only workaround is to exclude "*.sqlite-shm" and "*.sqlite-wal". Possibly interesting: https://blog.mozilla.org/addons/2020/07/09/changes-to-storage-sync-in-firefox-79/#comment-226930
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.