KCleaner : easy and automatic System Cleaner

Discussion in 'other software & services' started by Kyle_Katarn, Aug 8, 2008.

Thread Status:
Not open for further replies.
  1. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    Index.dat files are locked by System.
     
  2. Meriadoc

    Meriadoc Registered Member

    Joined:
    Mar 28, 2006
    Posts:
    2,642
    Location:
    Cymru
    Apart from killing processes that have open handles on index.dat or a user booting to safe mode because that doesn't lock the files could you del on restart.
     
  3. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    I know that CCleaner do not delete such files but "mark them for deletion". I'll try to know what's behind these terms.
     
  4. PROROOTECT

    PROROOTECT Registered Member

    Joined:
    May 5, 2008
    Posts:
    1,102
    Location:
    HERE ...Fort Lee, NJ
    # Kyle Katarn : Then put the locked OFF them and clean them ! Il' has there the paying softwares , which makes this ; I believe in you ! Je crois en vous ! Imagine , that you would have world glory , KCleaner being in freeware !!!
    PS. Excuse me : You are a woman or a man , please ?..:argh:

    # Meriadoc : Thank you , but I not made a success of - I was in safe mode ... and Administrator session also ... then I no more ideas ... And you ?...

    Thanks , PROROOTECT
     
  5. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    I'm a man (sorry ;-) )
     
  6. PROROOTECT

    PROROOTECT Registered Member

    Joined:
    May 5, 2008
    Posts:
    1,102
    Location:
    HERE ...Fort Lee, NJ
    OK , Thanks:argh:

    Look to Registry :
    HKLM / System / CurrentControlSet / Control / BackupRestore / FilesNotToBackup , and :
    HKLM / System / ControlSet001 / Control / BackupRestore / FilesNotToBackup , and :
    HKLM / System / ControlSet003 / Control / BackupRestore / FilesNotToBackup ...

    Look : index.dat_/s
    Comments ?...
     
  7. Meriadoc

    Meriadoc Registered Member

    Joined:
    Mar 28, 2006
    Posts:
    2,642
    Location:
    Cymru
    Hi, I wrote a top-down design and coded a clean up last night for knowledge. Win32 DeleteFile if not locked (not only System can lock index.dat) at startup. I carry on to del history and cookies. I result in employ WinInet, FindFirstUrlCacheEntry for handle to the cache, FindNextUrlCacheEntry and DeleteUrlCacheEntry deleting ie files - cache content and index.dat.

    I have also been successful by killing explorer and iexplore. Open Command Prompt and delete index.dat using del command. Don't forget to run explorer afterwards.
     
  8. PROROOTECT

    PROROOTECT Registered Member

    Joined:
    May 5, 2008
    Posts:
    1,102
    Location:
    HERE ...Fort Lee, NJ
    Thank you , but I prefer for the moment to await wisely the solution of Kyle Katarn ... Coming Soon !!! :blink: ... World glory ...:blink:
     
  9. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    Mariadoc : your API based solution seems to be elegant and efficient.
    Would you be so kind to share it ? ;-)

    Otherwise, i'll grab documentation @ MSDN.... and this will get implemented anyway.
     
  10. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
  11. Meriadoc

    Meriadoc Registered Member

    Joined:
    Mar 28, 2006
    Posts:
    2,642
    Location:
    Cymru
    ?

    I see no problem here!

    If you have problems close all the programs that may use the files in any way - and any program that may host the browser control.

    okay, Start and Shutdown - CTRL/ALT/SHIFT click cancel. CTRL/SHIFT/ESC File, Run -del. index.dat-

    @kyle I will pm you - I am also thinking of the other ways to do this.
     
    Last edited: Aug 11, 2008
  12. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    Thank you ! Looks like you're an experienced coder...
     
  13. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    How about some advanced abilities, such as an ini file for tweaking. I would think the ability to add custom paths and filetypes would be nice. Ini file is nice because you can very quickly add your own data instead of using a slower gui method. IMO.

    Sul.
     
  14. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    Ini file might be considered. Anyway, i'll do my best to have a handy way of inserting custom content.
     
  15. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    What language are you using for this?

    How about command line options. I use JKDefrag GUI, which is a front end written in I believe AutoIT for JKDefrag. I don't care for ccleaner much. This one would work pretty slick, with a tiny little bit of help.

    Maybe a feature set for command line options. Not just to say 'go', but a little more, like maybe a directory list or file list (array) to load instead of the default array via checkboxes you have now. One could have a feature (one, well, you lol) that exports current array to text file for command line use. This way you could set up the paths/file types in the GUI, and use it to ensure all is good. Then simple export to text file, which can then be imported as a command line feature for automation.

    More work? lol, simple feature that lets others use it in automation.

    Sul.
     
  16. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    I'm using Delphi 7.

    Complex command lines options is definitively a good idea.
     
  17. Meriadoc

    Meriadoc Registered Member

    Joined:
    Mar 28, 2006
    Posts:
    2,642
    Location:
    Cymru
    ...PMed
     
  18. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
  19. PROROOTECT

    PROROOTECT Registered Member

    Joined:
    May 5, 2008
    Posts:
    1,102
    Location:
    HERE ...Fort Lee, NJ
  20. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
  21. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
  22. PROROOTECT

    PROROOTECT Registered Member

    Joined:
    May 5, 2008
    Posts:
    1,102
    Location:
    HERE ...Fort Lee, NJ
    Thank you very much, Kyle !

    WORLD GLORY is in front of your door !!!

    Because of your wonderful KCleaner v0.5.0.11 beta 5 ( light, slight : 2.09 Mb ...) - I not jet do not eat my breakfast !

    ...EXPERT Mode by default !...
    This time ( and after the initially passage of IE/... clean all, and CCleaner )- KCleaner has finds me : 94 Mb/26 items , of them( of which -Oh my God, Oh my english !...:argh: ) :

    # Adobe Reader Installer Cache:
    abcpy.ini : 1.69 Kb
    AcroRead.msi : 3.46 Mb
    Data1.cab : 88.5 MB !!!
    RdrSU.mst : 77 Kb
    RunTimeProp : 66 b
    Setup.exe : 297 Kb
    setup.ini : 292 b

    # Temporary File:
    Cookie\index.dat : 48 Kb
    Content.IE5\desktop.ini : 67 b
    Content.IE5\index.dat : 1.36 Mb
    History.IE5\index.dat : 176 Kb
    ...0 b...0 b...

    # Recent File :
    Desktop.ini : 150 b

    # Cookie :
    Cookies\index.dat : 64Kb

    # Temporary Internet File:
    Content.IE5\...\desktop.ini : 67 b
    Content.IE5\...\desktop.ini : 67 b
    Content.IE5\desktop.ini : 67 Kb
    Content.IE5\index.dat : 16 Kb
    Content.IE5\...\desktop.ini : 67 b
    Content.IE5\...\desktop.ini : 67 b
    Temporary Internet Files\desktop.ini : 67 b

    And AFTER the clean : Done! ... and 1.72 Mb/10 items :

    # Adobe Reader Installer Cache :
    RdrSU.mst : 77 Kb

    # Temporary File :
    Cookies\index.dat : 48 kb
    Content.IE5\index.dat : 1.36 Mb
    History.IE5\index.dat : 176 kb
    ...0 b...0 b...

    # Cookie :
    Cookies\index.dat : 64 Kb

    Thorough cleaning work ... ( and index.dat : Coming Soon ?...)

    Start of my Windows : 20 seconds !!! Startling ...

    It's sweet of you :argh: :argh: :argh: , MERCI , Kyle !!!

    Your PROROOTECT:cool:
     
    Last edited: Aug 22, 2008
  23. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
    You're welcome ("avec plaisir !") :rolleyes:
     
  24. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065
    cant wait until this is final!
    i will then install it on my other pc.
    seems alot of companies forget to clean installation cache's after install.
    i done an analysis using the portable version on my other computer and it had mutile quicktime install cache and in total your program would save me a huge 2.4gb of space!
     
    Last edited: Aug 22, 2008
  25. Kyle_Katarn

    Kyle_Katarn Developer

    Joined:
    Dec 20, 2007
    Posts:
    3,331
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.