Jump to content

Willy2

Experienced Members
  • Posts

    1,834
  • Joined

  • Last visited

Posts posted by Willy2

  1. I had a similar discussion with ""Mike Kennedy"" in june.

    http://forum.piriform.com/index.php?showtopic=28475

     

    When I read the posts in this thread then it seems that bug hasn't been fixed in the latest version(s). I don't experience any problems with this ""Include"" option in CC v2.35. So, the search algorithm seems to be OK. Therefore I still think that it's an memory issue. Perhaps this the result of a thing called ""memory leakage"" ?

     

     

  2. First of all, closing a program/process always results in freeing up memory that was in use by that program.

     

    Programs, while running (e.g in the background), claim, bit by bit, more and more memory (two notorious examples are IE 8 and Windows Explorer) and often ""forget"" to release that claimed memory when not or partially in use. So, when a new additional program is started and it claims memory as well, then Windows could decide to copy data from the memory to the swapfile, in order to free up memory for that new program. And that slows down Windows.

     

    Cleanmem forces all or a user defined list of programs/processes, as displayed by Taskmanager, to (significantly) reduce the claimed memory, even when that program is still running (e.g. in the background). That prevents Windows to perform the timeconsuming copying of memory info to the swapfile.

  3. I think I know what went wrong.

    1. The first line didn't work because:

    -- of that space in your username.

    -- with \xnview.db you told CC that it must look for a folder called xnview.db. When you would use xxxx|yyyy it would tell CC to look for a folder called xxxx with a file yyyy in it.

    2. The last three don't work because you must either enclose the entire string in quotation marks or nothing in quotation marks. Not only some part of the string. My suggestion: get rid of all the quotation marks.

  4. When CC continues to grey out the OK button in the Exclude section then you either made an typing error or that registry key doesn't exist. (CC checks very carefully whether something exists in the regsitry or not) If you know how to use a registry editor (e.g. Regedit) then you can check whether one or more keys exist in the registry or not.

     

    The line that began with Filekey...... must be entered not in the registry key part of the Exclude menu but in the either folder or file part of the Exclude menu.

     

    Perhaps using method #2 (like MRG7 did) is less complicated.

  5. CC simply cleans too much. You'll have to customize the wiping process of CC. It was already discussed in previous posts. There're two ways to customize the wiping process.

     

    #1. See post #5 of this thread

    http://forum.pirifor...showtopic=29288

    #2. See info in this thread:

    http://forum.pirifor...showtopic=27045

    It provides the second way to customize the wiping process. Both for Office 2003 but the same process can used to customize the wiping CC process for EVERY program with a CC script.

     

    You use a german version of Office 2003. So, then you'll have to read this thread

    http://forum.pirifor...showtopic=25696

    as well. Yes, that's A LOT OF homework but it will pay off in the end.

  6. I didn't like Apple's Quicktime (including v7.67) performance anyway in the last, say 12 months. When I played a video, the video part of a *.MP4 file could freeze up (especially with large video sizes), in combination with high CPU usage. And then QT barely responded anymore. So, recently I ditched QT and started using an other mediaplayer to play *.MP4 files.

     

    That's when I found out that CPU usage wouldn't go up to 100% anymore when I opened certain folders with Windows Explorer. To confirm it, I re-installed QT and yes, the CPU usage problem reared it's ugly head again. So, no more Quicktime for me.

  7. I think I need to elaborate. Up to version 10.1 (not including v10.1) I never had any problem installing a new version of Adobe Flash without un-installing the previous version. I just installed the new version and that always worked. But with v10.1 the problems started (I never could go back to a previous version and CPU usage would (sooner or later) go up to 100%). But that seems to be fixed in the latest version.

  8. The lastest version Adobe Flash (10.1.82.76) can be considered to be an dramatic improvement over all the previous 10.1 versions. Up to now, on my PC, it didn't push CPU usage up to 100% like the previous versions did.

  9. Here's another suggestion for the update feature. DF could be programmed to ALWAYS look for a new version after every, say 15, 20 or 30 days only. But if the user wants to be informed of a new version being available every time the user starts the program then he/she should tick that particular box, either in the install program or in the Settings menu.

  10. That's better. Try this:

     

    - Go to post #4 of this thread:

    http://forum.pirifor...showtopic=25696

    There you'll find the embedded script for Office 2003 that tells CC what to wipe.

    - Copy all the lines (22 in total) that are under the [Office 2003] entry and start with Filekey.... and Regkey.... to a text file (with e.g. Notepad).

    - Strip all the lines of Filekey...= or Regkey...=. So, e.g. Regkey3=HKCU.......... becomes HKCU..........

    - Save the textfile and add all those lines to the ""Exclude"" section of CC.

    - Now you must find out which of those lines is responsible for wiping the info you want to keep. Delete the lines one by one at a time and run CC again after removing each line. There could be more than one line that's wiping the info that you want to keep. A matter of trial and error.

     

    A similar procedure works/should work for EVERY program for which the Piriform folks have provided a embedded script. A lot of those embedded scripts for a lot of programs can be found here:

    http://forum.pirifor...showtopic=15307

    http://forum.pirifor...?showtopic=1110

  11. Putzend,

     

    I noticed that extra space as well. When I searched the registry for local appdata. I found several entries. But it seems localappdata can't be found at all in the registry. (Suggestion: Search the registry with the words appdata and you'll come across more translation tables.)

     

    Alan,

     

    Yep, you're right. I tried your example and my XP didn't recognize the systemvariable %localappdata% as well. So, it hasn't been declared at all. But Windows Explorer (WE) does recognize it (somehow).

     

    I came across the following:

    I renamed the folder Mijn documenten (english: My documents, german: Eigene Dateien) to Willy2 using Windows Explorer (WE). After that, in WE this folder always shows up as Willy2. Then I added that folder to the Include section of CC. Both in ExplorerXP and CC that folder Willy2 doesn't show up. In the Include section of CC that foldername Willy2 is ""translated"" back to the full windows path C:\Documents and Settings\--user--\Mijn documenten.

     

    So, it seems CC is aware of this and has come up with a workaround (One or more APIs in Windows and/or WE ??) to translate %localappdata% back the the appropriate full path. But is this ""translation"" confined to XP ?

     

    Now I am getting more and more curious. Could you check the story above (text in italics) on your PC with Win 7 (??) ? And tell me what shows up in the Include section of CC ? It will certainly help you as well to get a better understanding of what's happening.

     

    The lesson I learned from the conversation so far in this thread is that one should ALWAYS use systemvariables as much as possible. So, instead of e.g. C:\Program Files the user should use %Programfiles% in a customized Winsys.ini/Winapp.ini file. I already adapted my own CC *.ini files.

  12. I can understand that you're very careful to keep your drives as clean as possible, especially when I see who your employer is. And that's why Ccleaner is such a wonderful cleaneing program. It's highly customizeable.

     

    Well, then you'll have to dig a little deeper. Use a program like ExplorerXP, Treesize or JDiskreport to see in which folder that 2 GB is hiding. Perhaps that 2 GB is hiding in (the Recycle bin in) that folder Sandbox ? It appears to be only 2 months old.

×
×
  • Create New...

Important Information

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