Jump to content

_ccleaner_

Experienced Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by _ccleaner_

  1. Please, verify if you have empty winsys1.ini and winapp1.ini in the same folder as ccleaner.exe. These files overwrite the embedded ones and if they are empty or the apps in it are not detected you could end up with an empty list.

  2. CCleaner uses the DeleteFile API to delete files, but I don't know if W7 has enhanced this API to accommodate TRIM.

     

    As far as Secure Deletion, it is always good to overwrite the files before deleting them as it seems that SSDs drives has the caching and erasing process moved out of the time-sensitive write cycle and into the time between the actual deletion and the next write. So, from what I understood files might be around for a period of time...I think...

     

    Have you experienced any slowdowns after using CCleaner? I believe you have already run out of "fresh blocks to write" in your new drives so if you continue to use CCleaner pretty soon you will notice a slowdown if CCleaner is not causing TRIM command to be pass down to SSD. Let us know...

     

    I hope this helps.

  3. How do you add the custom location for applications?

     

    I can't find out how to do it

     

     

     

    As far as I know, CustomLocation is only supporting Firefox at the moment.

     

    Let's say you have a Firefox profile under:

    C:\Mozilla\FirefoxPortable_3.0.17\Data\profile

     

    Open regedit.exe and navigate to:

    HKEY_CURRENT_USER\Software\Piriform\CCleaner

     

    Right click on "CCleaner" node and select "New->string value":

    Name: CustomLocation1

    Data: FIREFOX|C:\Mozilla\FirefoxPortable_3.0.17\Data\profile

     

     

    If you use CCleaner.ini, add an entry under Options section:

    [Options]

    CustomLocation1=FIREFOX|C:\Mozilla\FirefoxPortable_3.0.17\Data\profile

     

    I hope this helps!

  4. In 64bit you should use

     

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

     

    I had to manually create

     

    HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run

     

    but nothing that I manually add there runs when I log in.

     

    Can you please post the name of the application that is using the Wow6432Node?

     

    Thanks

  5. CCleaner has been designed to run side-by-side. You can have as many versions in the installation folder as you want.

     

    Before installing a new version, I rename my current CCleaner.exe to CCleaner_v2_xxx.exe (xxx is the version) then I run the new installer which will create CCleaner.exe

     

    It is perfectly ok to run 2, 3 or as many versions of CC at the same time. You can even compare results from previous versions to new ones.

     

    Uninstalling CCleaner will remove your settings (it deletes ccleaner.ini and/or registry key).

     

    I hope this helps.

  6. CCleaner is able to collect cookies for Firefox.

     

    What is the version of Firefox you are using?

     

    Was it installed in the standard folder? If not, where did you install it?

     

    I hope this helps.

  7. "?Improved support for wildcards and RECURSE/REMOVESELF"

     

    This is now working as supposed so if you have something like this:

     

    FileKey1=%userprofile%|*.rmbak|RECURSE

     

    it will recursively scan all sub folders under "%userprofile%"

     

    Be careful with the RECURSE and REMOVESELF.

     

    If I were you I would make sure that RECURSE is only used with a folder that doesn't have lots of sub folders.

     

    This is a sample of a bad usage of RECURSE: (it does bring my scanning to a crawl)

     

    [*Registry Mechanic]

    ; Removes registry backups after compressing the registry, and only the safe to delete logs

    LangSecRef=3024

    Detect=HKLM\Software\PCTools\Registry Mechanic

    Default=False

    FileKey1=%userprofile%|*.rmbak|RECURSE

    FileKey2=%userprofile%|*.rrr|RECURSE

    FileKey3=%userprofile%|*.rrr.bak|RECURSE

    FileKey4=%userprofile%\Local Settings\Application Data\Microsoft\Windows|*.rmbak

    FileKey5=%userprofile%\Local Settings\Application Data\Microsoft\Windows|*.rrr

    FileKey6=%userprofile%\Local Settings\Application Data\Microsoft\Windows|*.rrr.bak

    FileKey7=%allusersprofile%|*.rmbak|RECURSE

    FileKey8=%allusersprofile%|*.rrr|RECURSE

    FileKey9=%allusersprofile%|*.rrr.bak|RECURSE

    FileKey10=%systemdrive%\Documents and Settings\Guest|*.rmbak|RECURSE

    FileKey11=%systemdrive%\Documents and Settings\Guest|*.rrr|RECURSE

    FileKey12=%systemdrive%\Documents and Settings\Guest|*.rrr.bak|RECURSE

    FileKey13=%systemdrive%\Documents and Settings\LocalService|*.rmbak|RECURSE

    FileKey14=%systemdrive%\Documents and Settings\LocalService|*.rrr|RECURSE

    FileKey15=%systemdrive%\Documents and Settings\LocalService|*.rrr.bak|RECURSE

    FileKey16=%systemdrive%\Documents and Settings\NetworkService|*.rmbak|RECURSE

    FileKey17=%systemdrive%\Documents and Settings\NetworkService|*.rrr|RECURSE

    FileKey18=%systemdrive%\Documents and Settings\NetworkService|*.rrr.bak|RECURSE

    FileKey19=%windir%\system32\config|*.rmbak

    FileKey20=%windir%\system32\config|*.rrr

    FileKey21=%windir%\system32\config|*.rrr.bak

    FileKey22=%ProgramFiles%\Registry Mechanic\Log|compactlog.log

    FileKey23=%ProgramFiles%\Registry Mechanic\Log|results.log

    FileKey24=%ProgramFiles%\Registry Mechanic\Log|scan.log

  8. I have FF3.5 and FF3.5.1 installed and have no problems at all saving/deleting cookies with CC.

     

    You probably know that all instances of FF must be closed for CC to be able to read/delete its cookies.

     

    CC builds the "Cookies to Delete" list on-the-fly everytime you enter the Cookies screen. Therefore there is no file or registry key used for the "Cookies to Delete" listbox. The "Cookies to Keep" list is saved in the registry/INI and it is named CookiesToSave.

     

    Installing or uninstalling CC is totally irrelevant.

     

    I hope this helps.

  9. This is not a bug and it works as Microsoft says:

     

    http://support.microsoft.com/kb/142298

     

    Notes from kb:

    - Not all of the registry keys listed above may exist. After you delete the values, restart your computer. Make sure not to delete the "(Default)" value.

    - You do not have to restart the computer for the Find Files or Find Computer MRU lists to be cleared.

    - If you click the Start button, click Shut Down, and then click No, the MRU list for the Run command is cleared.

     

    By the way, after removing the "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" entry either by using CCleaner or editing the registry, I haven't found anything that would cause the list to clear up on my Win98 and WinXP without restarting or logging off or do as the last note suggested.

     

    Thanks

  10. Hi there,

     

    This is a problem with Farsi language. I believe this will be fixed in the next version of CCleaner, but until then if you want to get rid of it you must delete the key from registry.

     

    I am not sure if you know how to use regedit.exe, but here goes the instructions:

     

    1 - Open regedit.exe

    2 - navigate to "HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell"

    3 - Expand "shell" node

    4 - right-click the key and select "delete" from the menu.

     

    See attached image.

     

    I hope it helps!

    post-28436-1243604183_thumb.jpg

    post-28436-1243604183_thumb.jpg

  11. Well, you guys have complained so much that they decided to remove the behavior...

     

    There is a new version v2.19.901 that puts "Saved Form Information" for Firefox back to how it was.

    http://forum.piriform.com/index.php?showto...mp;&do=findComment&comment=135774

     

    Even though i don't think this is the correct solution as passwords saved on FF profile folder is a major flaw as anyone can read it using the "key3.db" right there in the same folder!!!

    http://kb.mozillazine.org/Signons.txt

     

    But now you have it back! I hope you enjoy having everyone reading your passwords!

     

    thanks

  12. Well, you guys have complained so much that they decided to remove the behavior...

     

    There is a new version v2.19.901 that puts "Saved Form Information" for Firefox back to how it was.

    http://forum.piriform.com/index.php?showto...mp;&do=findComment&comment=135774

     

    Even though i don't think this is the correct solution as passwords saved on FF profile folder is a major flaw as anyone can read it using the "key3.db" right there in the same folder!!!

    http://kb.mozillazine.org/Signons.txt

     

    But now you have it back! I hope you enjoy having everyone reading your passwords!

     

    thanks

  13. Well, you guys have complained so much that they decided to remove the behavior...

     

    There is a new version v2.19.901 that puts "Saved Form Information" for Firefox back to how it was.

    http://forum.piriform.com/index.php?showto...mp;#entry135774

     

    Even though i don't think this is the correct solution as passwords saved on FF profile folder is a major flaw as anyone can read it using the "key3.db" right there in the same folder!!!

    http://kb.mozillazine.org/Signons.txt

     

    But now you have it back! I hope you enjoy having everyone reading your passwords!

     

    thanks

  14. Hi there,

     

    I think CCleaner HAD a bug as it was NOT deleting saved passwords when "Saved Form Information" is cheked.

     

    I am glad that it is now fixed as it was a major flaw leaving passwords on the harddrive.

     

    Anyone can easily see your passowrds using this "Password Fox":

    http://kunalsachdeva.wordpress.com/2009/02...-gtalk-and-msn/

     

    If you want to save passwords all in one place you should use a proper software like "KeePass":

    http://www.filehippo.com/search?q=keepass

     

    Firefox->"Saved Form Information" is now working as IE->Autocomplete Form History and Google Chrome->Save Form Information. Passwords are saved form information!

     

    You can always uncheck the option anyway...

     

    Thanks

  15. Hi there,

     

    I think CCleaner had a bug as it was NOT deleting saved passwords when "Saved Form Information" is cheked.

     

    I am glad that it is now fixed as it was a major flaw leaving passwords on the harddrive.

     

    Anyone can easily see your passowrds using this "Password Fox":

    http://kunalsachdeva.wordpress.com/2009/02...-gtalk-and-msn/

     

    If you want to save passwords all in one place you should use a proper software like "KeePass":

    http://www.filehippo.com/search?q=keepass

     

    Firefox->"Saved Form Information" is now working as IE->Autocomplete Form History and Google Chrome->Save Form Information. Passwords are saved form information!

     

    You can always uncheck the option anyway...

     

    Thanks

×
×
  • Create New...

Important Information

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