Jump to content

APMichael

Experienced Members
  • Posts

    984
  • Joined

  • Last visited

Everything posted by APMichael

  1. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/5ed45e83460a3df14ede1fd3c2be59a5b67458a3 Winapp3.ini update: https://github.com/MoscaDotTo/Winapp2/commit/575ab4eeb82c56f99a3bf3ea4b655fe6bfef031c
  2. I can't really imagine CCleaner having any effect on this by deleting simple temporary files. Does your PC have an Intel graphics chipset? There has been a known problem with this for months: https://www.intel.com/content/www/us/en/support/articles/000058381/graphics/graphics-for-8th-generation-intel-processors.html
  3. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/d1a0b4aa258ecf5ef2e860eb91b8dcc862bb5f80
  4. It depends on what follows the wildcard folder: If another folder name follows, then it can be multiple folders. "...\*\FolderName|SearchPattern" Although this could theoretically cause a problem, it has never happened in practice. If, on the other hand, a search pattern follows, then it is only a single folder. "...\*|SearchPattern" However, the wildcard folder cannot be omitted because the "Default" folder is no longer named just "Default" when different browser profiles are used. The "Service Worker" folder is already cleaned by CCleaner itself (by the "Internet Cache" entry).
  5. The Winapp2.ini entry uses "\Code Cache|*.*|RECURSE". This means that everything from this folder including all subfolders will be deleted. Only a completely emptied folder "Code Cache" remains. Therefore, the entry [Code Cache *] deletes even more than your "Custom Files & Folders", which only deletes the "js" subfolder. Only my opinion: I have no idea how and what CCleaner counts. I would not take that so important. I am only interested in the real result after running the cleanup. And whether a folder has been completely emptied, you can easily determine via the Explorer. The entry [Edge Code Cache *] also cleans the beta versions, hence the wildcard after Edge ("\Microsoft\Edge*\User Data\").
  6. Ok, well, mistakes happen. Great! Glad it works now.
  7. Again, the [Blob Storage *] entry does not clean the "Code Cache" folder! You have to use the entry [Code Cache *]. I have already explained why nothing is displayed for the [Blob Storage *] entry:
  8. The entries are actually the following: [Blob Storage *] [Edge Blob Storage *] Are you using a current version of Winapp2.ini? The "Blob Storage" usually only contains an empty subfolder, which is why CCleaner then also shows no disk space. However, the "Code Cache" is cleaned by the following entries: [Code Cache *] [Edge Code Cache *]
  9. There is nothing to be surprised about, wildcards have always been functional. The mentioned Winapp2.ini entries also work without errors.
  10. This folder has been cleaned by Winapp2.ini for a very long time: [Code Cache *] ... FileKey11=%LocalAppData%\Google\Chrome*\User Data\*\Code Cache|*.*|RECURSE [Edge Code Cache *] ... FileKey1=%LocalAppData%\Microsoft\Edge*\User Data\*\Code Cache|*.*|RECURSE
  11. Thanks for the new and revised entries. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/c98e6f17fd218016353ff1909436863674280c75
  12. Thanks for the revised entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/8933000e1442fdbd6c131ff88bbf728e5450abb2
  13. Thanks for the new entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/8b236de65739a5ddf7b52151b5710547de8ce449
  14. I cannot confirm this. On my PCs the folder "C:\Windows\Temp" is completely cleaned. I suspect that the remaining files and folders have certain system permissions so that CCleaner cannot delete them.
  15. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/411229e7d16233ff7ed3762eb24b593a2870c2ac
  16. Thanks for the modified entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/54a860636666e799772ff6d29eba44911694fe35
  17. Do you have a browser-independent download manager installed? These sometimes make entries in the registry, even though the corresponding browsers have not been installed. These unwanted registry entries must then be removed manually. Brave: HKEY_CURRENT_USER\Software\BraveSoftware Opera: HKEY_CURRENT_USER\Software\Opera Software
  18. Thanks for the modified/revised entries. Winapp2.ini updates: https://github.com/MoscaDotTo/Winapp2/commit/e1d8a1adc7ba5d8727a4c3f7378116569c9091b2 https://github.com/MoscaDotTo/Winapp2/commit/26cc78022b3c8f2dc81ae1fb73441cd8cdbda299 Winapp3.ini update: https://github.com/MoscaDotTo/Winapp2/commit/6923d56a2484d251220193548f6e0be56b7a48f1
  19. I also only ever use local accounts. This is the complete Winapp3.ini entry: [Edge Installer *] Section=Dangerous Edge Chromium DetectFile=%LocalAppData%\Microsoft\Edge* Warning=This will prevent successful online updates. You will need to download the installer for a reinstallation. FileKey1=%LocalAppData%\Microsoft\Edge*\Application\*\Installer|*.7z FileKey2=%ProgramFiles%\Microsoft\Edge*\Application\*\Installer|*.7z
  20. The entry [Edge Update *] removes cached installation files, however I have never had problems with this on my systems. [Edge Update *] ... FileKey4=%ProgramFiles%\Microsoft\EdgeUpdate\Download|*.*|RECURSE FileKey5=%ProgramFiles%\Microsoft\EdgeUpdate\Install|*.*|RECURSE Is it possible that you are using the Winapp3.ini entry [Edge Installer *]? This is known to cause the problem you describe. [Edge Installer *] ... FileKey2=%ProgramFiles%\Microsoft\Edge*\Application\*\Installer|*.7z
  21. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/7d499d570f1c17a2e43c91190215c047fc729ac1
  22. Thanks for the new entries. Ok, then the graphics driver seems to always install the GCC service, no matter if the "Metro App"-based settings GUI gets installed or not. In my humble opinion, we should stick with the LangSecRefs specified by CCleaner for Winapp2.ini. Introducing special sections for different manufacturers (Intel, AMD, Adobe, Cyberlink, ...) would only make the display in CCleaner more confusing. The entries in the Winapp2.ini file are sorted alphabetically, so that you have at least in this all entries of a manufacturer together.
  23. Thanks for the updated entry. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/d1fe2808efbf19ff9b169e32320375b5b8d21c0c
  24. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/30a76685265d325d9dc7c763bd2cbfa19181b755
  25. Thank you for your reply. Ok, got it. Never mind.
×
×
  • Create New...

Important Information

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