Results 1 to 7 of 7

Thread: CCleaner?

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    13

    Question CCleaner?

    I'm looking for some freeware to clean junk off my computer. Is the CCleaner software in the downloads area any good? Or would ppl. recommend buying cleaning software?

  2. #2
    Senior Member
    Join Date
    Dec 2004
    Posts
    3,171
    CCleaner will be fine...I use it...or go with RegCleaner.

    Eg

  3. #3
    IT Specialist Ghost_25inf's Avatar
    Join Date
    Sep 2001
    Location
    Michigan
    Posts
    648
    @echo off
    rem Temp File cleanup script

    if (%os%) == (Windows_NT) goto NTXP
    goto 9x

    :NTXP
    setlocal
    echo.
    echo Cleaning has begun.
    echo.
    del /f /s /q "%homedrive%\temp\*.*"
    del /f /s /q "%systemroot%\temp\*.*"
    del /f /s /q "%systemroot%\prefetch\*.*"
    del /f /s /q " %systemroot%\system32\config\systemprofile\cookies
    \*.*"
    del /f /s /q "%systemroot%\system32\config\systemprofile\local settings\temp\*.*"
    del /f /s /q "%systemroot%\system32\config\systemprofile\local settings\history\*.*"
    del /f /s /q "%systemroot%\system32\config\systemprofile\local settings\temporary internet

    files\*.*"

    cd %userprofile%\..
    del /f /s /q "default user\cookies\*.*"
    del /f /s /q "default user\local settings\temp\*.*"
    del /f /s /q "default user\local settings\history\*.*"
    del /f /s /q "default user\local settings\temporary internet files\*.*"
    del /f /s /q "administrator\cookies\*.*"
    del /f /s /q "administrator\local settings\temp\*.*"
    del /f /s /q "administrator\local settings\history\*.*"
    del /f /s /q "administrator\local settings\temporary internet files\*.*"
    del /f /s /q "localservice\cookies\*.*"
    del /f /s /q "localservice\local settings\temp\*.*"
    del /f /s /q "localservice\local settings\history\*.*"
    del /f /s /q "localservice\local settings\temporary internet files\*.*"
    del /f /s /q "networkservice\cookies\*.*"
    del /f /s /q "networkservice\local settings\temp\*.*"
    del /f /s /q "networkservice\local settings\history\*.*"
    del /f /s /q "networkservice\local settings\temporary internet files\*.*"
    del /f /s /q "%userprofile%\cookies\*.*"
    del /f /s /q "%userprofile%\local settings\temp\*.*"
    del /f /s /q "%userprofile%\local settings\history\*.*"
    del /f /s /q "%userprofile%\Local Settings\Tempor~1\*.*" >nul
    del /f /s /q "%userprofile%\Recent\*.*"
    echo.
    echo
    echo.
    endlocal
    goto end

    :9x
    del /f /s /q "%windir%\temporary internet files\*.*"
    del /f /s /q "%windir%\cookies\*.*"

    :end

    Save this as a Batch file, someone posted this some time ago here and I loved it. Simple and affective in most ways.

    Edit: Sorry didnt look at the software, this code isnt for cleaning up spyware, but it does a pretty good job cleaning up unwanted stuff on your computer.
    S25vd2xlZGdlIGlzIHBvd2VyIQ

  4. #4
    There are a lot of software that cleans up your computer, CCleaner is a goodone , and I don't think buying one is a verry good idea.
    The access to the computer or
    anything else that shows us how the
    world works must be total and
    unlimited.

  5. #5
    Shadow Programmer mmelby's Avatar
    Join Date
    Jul 2002
    Location
    Ft. Myers, FL
    Posts
    291
    You can go to http://www.ccleaner.com/ to make sure you get the latest version. When running, just make sure you understand what it is cleaning BEFORE you say OK.
    Work... Some days it's just not worth chewing through the restraints...

  6. #6
    Dissident 4dm1n brokencrow's Avatar
    Join Date
    Feb 2004
    Location
    Shawnee country
    Posts
    1,243
    I highly recommend CCleaner. I'd used Windows Washer for years (a fee-based product from Webroot) and CCleaner is every bit the product WW is and then some.
    “Everybody is ignorant, only on different subjects.” — Will Rogers

  7. #7
    Junior Member
    Join Date
    Jan 2006
    Posts
    28
    I like those too... simple fast and can much......
    http://www.javacoolsoftware.com/mrudownload.html
    http://iisoftware.net/index.php?clean.html

    system Wiper is my absolut favorite, becouse it can clean on system shutdown, so it become alredy clean on next system start up
    never know

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •