Does anyone still use tune up utilities like CCleaner?

Page 5 of 15 FirstFirst ... 34567 ... LastLast

  1. Posts : 1,621
    Windows 10 Home
       #41

    SteveC, do you have any versions friendly to Windows XP [mode] and Windows 7? I know this is a Windows 10 thread, however, I wonder if DriverStore Explorer will work on my two W7 laptops.
      My Computer


  2. Posts : 34,483
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #42

    RolandJS said:
    ... I wonder if DriverStore Explorer will work on my two W7 laptops.
    Should do....

    This tool requires:
    • .NET Framework 4.5 or newer
    • Windows 7 or newer
    GitHub - lostindark/DriverStoreExplorer: Driver Store Explorer [RAPR]
      My Computers


  3. Posts : 2,032
    Windows 7 Home Premium x64
       #43

    v5.77 of CCleaner recently came out

    time to get a new portable version of CCleaner
      My Computers


  4. Posts : 34,483
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #44

    erpster4 said:
    v5.77 of CCleaner recently came out

    time to get a new portable version of CCleaner

    already done so

    https://www.ccleaner.com/ccleaner/builds
      My Computers


  5. Posts : 42
    Windows 111 24H2
       #45

    Kol12 said:
    Does CCleaner still do a better job than Windows cleanup tools?
    I use it all the time . I have never had one issue with it . I even use the registry cleaner and have never had a single issue with that either . I love the tools section where you can disable apps from the startup file so they dont load at startup .
    It cleans all browsers in one shot and I use Firefox, Chrome , Edge , opera , Vivaldi and Seamonkey .
    I also found that Revo Uninstaller has very good cleanup utilities incorporated into it .
      My Computer


  6. Posts : 1,209
    11 Home
       #46

    I don't really need it to clean my browser. That's just because I have done some tweaks to make Sandboxed Firefox Portable my default browser in such a particular way that Sandboxie forces Firefox Portable to run sandboxed if it is started via a junction, but non-sandboxed if it is started like normal. To create this junction, I used:
    mklink /J "C:\FirefoxPortable - sandboxed\FirefoxPortable" "C:\FirefoxPortable"
    So, a shortcut to "C:\FirefoxPortable\FirefoxPortable.exe" starts it like normal, whereas my default browser has been set to "C:\FirefoxPortable - sandboxed\FirefoxPortable\FirefoxPortable.exe", and, in my Sandbox Settings, under Program Start | Forced Folders, "C:\FirefoxPortable - sandboxed" has been added to the list in there.

    To set my default browser how I described, I used a .reg file like this:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\RegisteredApplications] "FirefoxPortable"="Software\Clients\StartMenuInternet\FirefoxPortable\Capabilities"
    
    [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable]
    @=" Firefox Portable"
     [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\Capabilities]
    "ApplicationDescription"=" Firefox Portable"
    "ApplicationIcon"="C:\\FirefoxPortable - sandboxed\\FirefoxPortable\\FirefoxPortable.exe,0"
    "ApplicationName"=" Firefox Portable"
     [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\Capabilities\FileAssociations]
    ; you can add additional filetypes like .pdf if your browser supports it
    ".htm"="FirefoxPortableHTM"
    ".html"="FirefoxPortableHTM"
     [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\Capabilities\Startmenu]
    "StartMenuInternet"="FirefoxPortable"
     [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\Capabilities\URLAssociations]
    ; you can add additional protocols like mailto for example
    "http"="FirefoxPortableHTM"
    "https"="FirefoxPortableHTM"
     [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\DefaultIcon]
    @="C:\\FirefoxPortable - sandboxed\\FirefoxPortable\\FirefoxPortable.exe,0"
    
    [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\shell]
    
    [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\shell\open]
    
    [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\FirefoxPortable\shell\open\command]
    @="\"C:\\FirefoxPortable - sandboxed\\FirefoxPortable\\FirefoxPortable.exe\""
    
    [HKEY_CURRENT_USER\Software\Classes\FirefoxPortableHTM]
    @="FirefoxPortable Handler"
    "AppUserModelId"="FirefoxPortable"
    
    [HKEY_CURRENT_USER\Software\Classes\FirefoxPortableHTM\Application]
    "AppUserModelId"="FirefoxPortable"
    "ApplicationIcon"="C:\\FirefoxPortable - sandboxed\\FirefoxPortable\\FirefoxPortable.exe,0"
    "ApplicationName"="FirefoxPortable"
    "ApplicationDescription"="Browse the web"
    "ApplicationCompany"=" Firefox Portable"
    
    [HKEY_CURRENT_USER\Software\Classes\FirefoxPortableHTM\DefaultIcon]
    @="C:\\FirefoxPortable - sandboxed\\FirefoxPortable\\FirefoxPortable.exe,0"
    [HKEY_CURRENT_USER\Software\Classes\FirefoxPortableHTM\shell]
    [HKEY_CURRENT_USER\Software\Classes\FirefoxPortableHTM\shell\open]
    [HKEY_CURRENT_USER\Software\Classes\FirefoxPortableHTM\shell\open\command]
    ; your browser might offer different arguments here - %1 opens just the argument given
    @="\"C:\\FirefoxPortable - sandboxed\\FirefoxPortable\\FirefoxPortable.exe\" \"%1\""
    ...and I used this:
    SetDefaultBrowser HKCU FirefoxPortable

    SetDefaultBrowser 1.5 can be downloaded from here:
    SetDefaultBrowser – Set the Default Browser per command line or script – the kolbicz blog
    The explanation about the .reg file can be found here:
    Register a portable browser and make it the default – the kolbicz blog

    As a real bonus, I can create multiple copies of my FirefoxPortable folder, and customize the browser configuration, addons, etc., individually for each instance. Just like I can create multiple sandboxes in Sandboxie, and set up their Forced Folders in such a way that will link different sandboxes to different instances. Switching default browser can now also be done merely by changing the target of the junction, by using the mklink command in a shortcut or script.

    Considering the fact Sandboxie comes with a command line interface, scripted automation can therefore be used for cleaning the whole browser immediately whenever I want so, not necessarily always restricted to cleaning just the 'Cookies and Site Data' and/or 'History' type stuff. And that is while concurrently running on multiple individually customized instances of Firefox, each one of which can also be cleaned, either individually or as groups. So, only the parts I want to be cleaned get cleaned, nothing gets cleaned before it needs to be.
      My Computers


  7. Posts : 1,031
       #47

    Kol12 said:
    Does CCleaner still do a better job than Windows cleanup tools?
    It sadly doesn't, from my experience. If you install ccenhancer though, it will give you a better cleaning than windows own cleanup tools.
      My Computer


  8. Posts : 57,058
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #48

    Kol12 said:
    Does CCleaner still do a better job than Windows cleanup tools?
    As is usually the case with most 3rd party apps such as CCleaner, they follow a design flow invented by their company which is supposed to give the appearance of a "yes" answer to your question. Problem is, they also, by design, tend to focus on 1 or 2 major areas and not others. If you combine several 3rd party "cleaners" in a blender and whip on high for 10 seconds, you come close to including the major areas Windows does that 3rd party does not. Right now, I'm thinking in the area of Windows Update Cleanup, and certain DISM processes to cleanup up reclaimable packages and superseded items.

    Add Wise Disk Cleaner and the CCEnhancer and you get close. DISM is the only way I know of to safely clean the component store.
      My Computers


  9. Posts : 2
    Windows 10 Pro x64
       #49

    I recommend you not to install Ccleaner, as you may have serious security problems. Today with Windows 10 you can perform a more thorough cleaning of Windows and without any risk.
    Let's go to Start and enter the configuration
    We choose the first option "System"
    In the list of side options click on "Storage"
    And then we click on "Temporary files" and delete the ones we want (all practitioners). Security experts recommend not using this program or similar ones. If you use them, your Windows 10 will give errors in the long run. For example, using the "disk cleanup C: already deletes more files than CCleaner Pro.
    Greetings. Does anyone still use tune up utilities like CCleaner?-1.jpg
      My Computer


  10. Posts : 1,209
    11 Home
       #50

    My Windows 10 is so clean. Anyone knows how to make it more dirty?
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 01:17.
Find Us




Windows 10 Forums