Jump to content

APMichael

Experienced Members
  • Posts

    984
  • Joined

  • Last visited

Posts posted by APMichael

  1. 2 hours ago, Wisewiz said:

    You may be right. But I run CC Professional in a "portable" mode (I eliminate Driver Up and perf Optim from the files, so that I don't have switches for those in my program window. I neither need nor want DU or PO, and I'd get rid of Health Check if I could figure out how to do it.) The result of my choice of operation mode is that I don't have PO showing in the Services list on my Win 11 Pro machines (22H2 963). I don't think that PO could be the culprit in my case. But that Debugger subkey completely broke my Macrium and, in the past few months, a couple of other programs. Deleting it restored normal function to the affected programs.

    If you only used "Custom Clean", then I can't imagine that this will set the Debugger entries, since "Custom Clean" only deletes files and registry keys. I also only use "Custom Clean" (on many different PCs) and have never had the unwanted Debugger entries. Possibly it is then due to a feature which is only unlocked in the Professional Edition? Or an automatic update brought back the Performance Optimizer?

  2. @Novice55 Have you simply tried uninstalling CCleaner? This seems to have helped some users, for example:

    On 17/11/2022 at 16:30, Peter N said:

    ... Reading on this Forum that uninstalling CCleaner solved the problem for someone else, this is what I did and this solved the problem with MS Office and Acrobat. ...

     

     

    Possible cause, which Piriform should check: I suspect the now frequent problems with Office have more to do with the Performance Optimizer. In a thread (which I unfortunately could not find anymore) someone had reported that the Performance Optimizer adds Debugger entries in the registry for the .exe files of the Office applications. Deleting these Debugger entries should have solved the problem at that time as well.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
  3. 1 hour ago, siliconman01 said:

    Modified entry:  [Windows Logs *]

    Added FileKey44

    [Windows Logs *]
    ...
    FileKey44=%WinDir%\Temp|*.log
    ...

    JFYI: The directory "%WinDir%\Temp" has always been cleaned by CCleaner ("System - Temporary Files").

    cc_win_tmp.jpg.9aa15a8422407bff411167006354b20b.jpg

    (Probably the files were still in use and therefore locked for a short time.)

  4. This cleaning rule is already in the Winapp2.ini (220615):

    [System Profile Temp Folders *]
    DetectOS=10.0|
    LangSecRef=3025
    Detect=HKCU\Software\Microsoft\Windows
    FileKey1=%WinDir%\System32\config\systemprofile\AppData\Local\tw-*.tmp|empty.check|REMOVESELF

    Unfortunately I can't answer your question, you would have to ask in the forum of the developer of CCE.

  5. 24 minutes ago, Willy2 said:

    ... - I also saw the following "\real*player\". Is this asterisk a typo ? Or has this been done deliberately ? Does CCleaner allow that syntax ?

    No, the asterisk is not a typo. It is used as a wildcard. Since the folder name differs for different versions of Real Player, the wildcard can be used to clean up all versions with only one FileKey.

  6. It really looks like Avira is the culprit after all!

    Another well-known cleaning tool also has a corresponding issue report:
    https://github.com/bleachbit/bleachbit/issues/1378

    Avira includes a program file called "SentryEye.exe", which is probably responsible for the "C:\Windows\Temp\sentry_temp" folder.

    If this folder is excluded, the issue can probably be prevented. See this earlier post:
    https://community.ccleaner.com/topic/63148-apps-dont-work-anymore-after-temporary-files-were-cleaned/

     

    The Process Monitor does not seem to correctly display this probable connection with Avira (since Avira is considered to be deeply embedded in the system and probably redirects certain things). CCleaner would certainly never create or rewrite an exe file.

  7. 1 hour ago, siliconman01 said:

    Will you be able to modify Winapp2ool.exe so that the |RECURSE can be added back to [Logitech Setpoint/Options Language *] ?? 

    As @Winapp2.ini has already written, the official syntax for ExcludeKey does not support |RECURSE. The |RECURSE is not needed and can be removed. It does not change the function of the ExcludeKey. (The many other similarly structured ExcludeKeys in your custom.ini also have no |RECURSE and work.) I suspect that this was a copy and paste mistake, since the corresponding FileKey was used as template for the ExcludeKeys.

  8. 3 hours ago, Willy2 said:

    ... Am I correct that the "|" character indicates that CC should only look for files and not directories ? ...

    The pipe symbol is just the separator for the file pattern. Directories are only deleted if |RECURSE or |REMOVESELF is also used.

  9. 11 hours ago, Special said:

    ... etc... which will delete the keys I want while leaving the "backup" one. Is there a simpler way? ...

    The use of the "?" placeholder suggested by CSGalloway is certainly the best solution here.

    In cases where it doesn't work even with the "?" placeholder, an "ExcludeKey" can also be used, like for example:

    ExcludeKey1=FILE|%LocalLowAppData%\ABCDEF\folderXYZ\|metagameSave.json.backup
  10. 9 hours ago, SMalik said:

    Any idea where system saves usage history of Store Apps on Windows 10/11? I think there should be an entry to delete usage history. ...

    This data also seems to be stored in the "Network Data Usage" database. At least, everything is reset to 0 for me after deleting all files under "%WinDir%\System32\sru".

    Note that some of the files are locked and can only be deleted a few minutes after closing the Task Manager and all other opened apps.

    The Winapp2.ini entry [Windows Subsystems *] already deletes these files completely. (The CCleaner entry [Network Data Usage] deletes only incompletely.)

  11. This new cleanup rule is missing a Detect/DetectFile, so unfortunately it will be displayed on systems without Apple software installed.

    [Apple Install Files]
    ID=3016
    LangSecRef=3021
    LangRef=9205
    Default=True
    FileKey1=%CommonAppData%\Apple Computer\Installer Cache|*.*|RECURSE

    Please correct this with the next update. Many thanks to you!

     

    By the way, this has still not been corrected: https://community.ccleaner.com/topic/61545-587-winsysini-windows-delivery-optimization-files/

  12. 6 hours ago, SMalik said:

    Is there a code to delete only the registry values?

    This deletes the entire registry key "Recent File List":

    RegKey53=HKCU\Software\TechSmith\Snagit\22\SnagitEditor\Recent File List

    This only deletes the registry value "Thumbnailsize" under the registry key "Tray":

    RegKey54=HKCU\Software\TechSmith\Snagit\22\SnagItEditor\Tray|Thumbnailsize

    However, if you meant the value (i.e. the data) of a registry value, then unfortunately, as far as I know, this is not possible. Also, wildcards (like "...\Tray|*") are unfortunately not supported.

  13. On 18/04/2022 at 13:52, 212eta said:

    Country Flags & IP Whois

    https://chrome.google.com/webstore/detail/country-flags-ip-whois/bffjckjhidlcnenenacdahhpbacpgapo

    After cleaning with CCleaner & Winapp2.ini the respective Extension, no longer works!

    A Winapp2.ini entry is not the cause, but the entry [Google Chrome - Internet Cache] built into CCleaner. As a workaround, you can exclude the following folder in CCleaner options:

    C:\Users\<your username>\AppData\Local\Google\Chrome\User Data\Default\Service Worker\

    Or these subfolders, then the cache is still partially cleaned:

    C:\Users\<your username>\AppData\Local\Google\Chrome\User Data\Default\Service Worker\Database\
    C:\Users\<your username>\AppData\Local\Google\Chrome\User Data\Default\Service Worker\ScriptCache\
  14. 1 hour ago, siliconman01 said:
    FileKey5=%LocalAppData%\Packages\AmazonVideo.PrimeVideo_*\AC\Nvidia|*.*|RECURSE
    FileKey7=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\Nvidia|*.*|RECURSE

    "...\AC\Nvidia\..." is cleaned up in all app packages by the [NVIDIA *] entry. I assume the corresponding FileKeys can then be omitted in the two entries?

×
×
  • Create New...

Important Information

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