Jump to content

APMichael

Experienced Members
  • Posts

    984
  • Joined

  • Last visited

Everything posted by APMichael

  1. @SMalik: Before we get caught in an endless discussion , I revised the entry [Microsoft Edge *] again. Now it matches exactly with the files shown on your screenshot. If the entry is ok for you now, please test it. And could you please test the new Chrome entry [Logs Old *] also? Any idea for a better entry name? I will wait for your reply before updating the Winapp2.ini. Thanks! [Microsoft Edge *] LangSecRef=3022 Detect=HKCU\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\Microsoft.MicrosoftEdge_8wekyb3d8bbwe DetectFile=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Default=False FileKey1=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!00*\INetCookies|*.*|RECURSE FileKey2=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!00*\Microsoft\Cryptnet*Cache|*.*|RECURSE FileKey3=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!00*\MicrosoftEdge\Cookies|*.*|RECURSE FileKey4=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\Microsoft\Cryptnet*Cache|*.*|RECURSE FileKey5=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\Cookies|*.*|RECURSE FileKey6=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\UrlBlock|*.tmp FileKey7=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore|V01*.log;V01*.jrs FileKey8=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\Datastore\Data\nouser1\*\Favorites|*.ico FileKey9=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Indexed\Data\nouser1\*|*.*|RECURSE FileKey10=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\ImageStore|*.*|RECURSE FileKey11=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\Recovery\Active|*.dat FileKey12=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\Temp|*.*|RECURSE FileKey13=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AppData\User\Default\Indexed DB|*.*|RECURSE FileKey14=%UserProfile%\MicrosoftEdgeBackups\backups\*|*.*|REMOVESELF
  2. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/1d044ed823bdd5c86752db10eb4632c45844598d
  3. Thanks for testing and your reply.
  4. No, the "policy" is that backups should not mixed with other files and that they should have their own entry always. Please check the Winapp2.ini and you will find many backup entries. The community decided not to include backups of security programs (and things like registry cleaners), because that could possibly damage important system functions. Please see siliconman01s reply also. We don't use those (winsys.ini) LangSecRefs because the entries don't appear under the correct section in CCleaner (e.g. tab "Windows", section "Microsoft Edge"). Unfortunately, they appear at the very bottom of the tab "Applications", what people don't expect. And you also would have doubled sections.
  5. Edit: Before answering, please see my latest post. Thanks. The changed entry doesn't remove more files as before! It still doesn't remove the files "spartan.edb", "spartan.jfm" and "LogFiles\edb.log"! I just changed the pattern of the FileKey, therefore the ExcludeKeys aren't necessary anymore. The bug was caused by removing the file "edb.chk", that's why I changed the pattern of the FileKey. Summary: The entry removes exactly the same files as before, but additionally protects one more file. If you compare both versions you will see that also! This is more precise and removes the same (respectively less) files... FileKey7=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore|V01*.*|RECURSE FileKey8=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore\LogFiles|edb0*.log;edb*.jrs;edbtmp.log ...than: FileKey7=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore|*.*|RECURSE ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore\|spartan.edb ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore\|spartan.jfm ExcludeKey3=FILE|%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Data\nouser1\*\DBStore\LogFiles\|edb.log Edit: It could be a side effect of the previous entry. Now the "edb.chk" file doesn't get removed anymore and it may be not correctly synced with the other files. But this should occur only once.
  6. Ok, I hope I found the problem. It was a strange interaction between the "DBStore" cleaning and CCleaners own entries "Session" and "Set Aside Tabs". Could you please test this new version of Winapp2.ini: https://raw.githubusercontent.com/MoscaDotTo/Winapp2/4ec7fb3015146eae459c33b0ad8ba809edb59c83/Winapp2.ini If the problems are gone, I will made it public. Thanks again!
  7. Thanks for your fast reply and your help. I made some tests on another computer and was able to reproduce the issue now, but only once. I hope I will find the culprit, otherwise we have to remove the "DBStore" cleaning again.
  8. The Chrome issue should be clear. This can be fixed by just adding the ExcludeKeys again. It seems that there are still Chrome extensions that need the ExcludeKeys. The Edge problem is weird. I don't think it is caused by the new "UrlBlock" or the "Recovery" FileKeys. And the old "DBStore" FileKey and ExcludeKeys were used for a long time. Can you please check if your trimmed Winapp2.ini includes the 3 ExcludeKeys? And that the spartan.edb file doesn't get removed? Thanks!
  9. Thanks for your fast feedback, too. Unfortunately, siliconman01 reports a problem with a Chrome extension. Therefore, we have to add the ExcludeKeys to the entry [Logs *] again. Suggestion: Should we move the *.old cleaning into a new entry, e.g. [Logs old *]?
  10. Thanks for your fast feedback. Unfortunately, I can't reproduce this problem. This should only happen if the spartan.edb file gets removed, but the file is protected by an ExcludeKey. (The "DBStore" FileKey and ExcludeKeys were used for a long time previously, without any problem report.) Not good, then we have to add the ExcludeKeys to the entry [Logs *] again.
  11. Winapp2.ini update: https://github.com/MoscaDotTo/Winapp2/commit/1ba2e70cea37cb24a01de505f9e6f2ea32b76a72
  12. Sorry, but I didn't define that "policy". The community decided not to include such files from security programs! Feel free to start a survey on whether the community wants to include the definition backups in Winapp2.ini again. (BTW I use that FileKey in my custom Winapp2.ini also.)
  13. Correct, the entries for cleaning old definitions of "Microsoft Security Essentials" and "Windows Defender" are in Winapp3.ini already. I opened a pull request for all revised entries and suggestions: https://github.com/MoscaDotTo/Winapp2/pull/301. If no one objects on GitHub, I will merge it on Wednesday.
  14. Thanks for the hint! I don't use Chrome, therefore I can't test it. I will wait 2-3 days before updating Winapp2.ini, because maybe someone will object. I can confirm this. CCleaner can't remove the files.
  15. Thank you for your revised entries. The entry [Logs *] should remove those .old files already: FileKey23=%LocalAppData%\Google\Chrome*\User Data\*|*LOG.*;Log;*.log;*.old|RECURSE
  16. Why didn't you just update to the latest version? The "bug" is fixed already.
  17. I can confirm this bug! (Workaround: add HelpImproveCCleaner=0 to ccleaner.ini or the registry.)
  18. Like nukecad has described already: CC disappears without any error message as soon as "Analyze" or "Run Cleaner" reaches 100%. JFYI: This doesn't happen when using "Safe Mode with Networking" (boot option 5).
  19. Thank you for the new Beta programme. I can confirm that context menu and command line cleaning are working again! But still not fixed: crashing in Windows Safe Mode (boot option 4).
  20. Winapp2.ini updates: https://github.com/MoscaDotTo/Winapp2/commit/043ba42e0fa0b94c3d1c772ad3f5a28a102833b6 https://github.com/MoscaDotTo/Winapp2/commit/9dd627fc8ece26aabec47fd80c12d756a2f19ab2
  21. CCleaner doesn't change the "CustomLocationX" entries. Your "CustomLocationX=FIREFOX|..." entries for Waterfox should work (Waterfox). If the option "Save all settings to INI file" is checked and you don't have a correct "ccleaner.ini" file in the installation folder, then the installation is corrupt. That's probably the reason why the "CustomLocationX=FIREFOX|..." entries don't work also. I assume that you have accessed the build-in "winapp.ini" (this "file" isn't visible by default) with Resource Hacker and not the "ccleaner.ini" file, because that phrase isn't in a "ccleaner.ini" file, but in the build-in "winapp.ini". You have to add the "CustomLocationX=FIREFOX|..." entries to the "ccleaner.ini" file in the installation folder (not to the build-in winapp/winreg/winsys.ini).
  22. Strange! Maybe uninstalling and reinstalling CCleaner will fix it?
  23. Is "Save all settings to INI file" under Options > Advanced checked?
  24. Edge is a system app and you can uninstall it only with "workarounds". Did you really do this? Apart from this, please check the following: - Open the "Settings" App. - Click on "Apps". - Click on "Default apps". - Check that Edge is not the "Web browser".
×
×
  • Create New...

Important Information

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