Windows Cleaner

Discussion in 'Windows' started by GreenGrass, Jul 8, 2008.

  1. GreenGrass

    GreenGrass New Member

    Joined:
    Jul 5, 2008
    Messages:
    123
    Likes Received:
    8
    Trophy Points:
    0
    Location:
    Norway
    Here is *.BAT file so can clean up your computer.
    -----------------------
    @echo off
    rd /s /q "%userprofile%\Cookies"
    md "%userprofile%\Cookies"
    rd /s /q "%userprofile%\Local Settings\History"
    md "%userprofile%\Local Settings\History"
    rd /s /q "%userprofile%\Local Settings\Temp"
    md "%userprofile%\Local Settings\Temp"
    rd /s /q "%userprofile%\Local Settings\Temporary Internet Files"
    md "%userprofile%\Local Settings\Temporary Internet Files"
    rd /s /q "%userprofile%\Recent"
    md "%userprofile%\Recent"
    rd /s /q "%userprofile%\UserData"
    md "%userprofile%\UserData"
    rd /s /q "%homedrive%\RECYCLER"
    md "%homedrive%\RECYCLER"
    rd /s /q "%userprofile%\Application Data\Macromedia"
    md "%userprofile%\Application Data\Macromedia"
    rd /s /q "%userprofile%\Application Data\Microsoft\Office\Recent"
    md "%userprofile%\Application Data\Microsoft\Office\Recent"
    rd /s /q "%userprofile%\Local Settings\Application Data\ApplicationHistory"
    md "%userprofile%\Local Settings\Application Data\ApplicationHistory"
    rd /s /q "%userprofile%\Local Settings\Application Data\Microsoft\Feeds Cache"
    md "%userprofile%\Local Settings\Application Data\Microsoft\Feeds Cache"
    exit
    ------------------------
    Go "START" and "RUN" type "notepad"
    Copy and Past this CODE.
    "CTRL + C" = Copy
    "CTRL + V" = Past
    after you have copy and past it save the file.
    "CTRL +S" = Save
    Change it to Clean.bat

    You may also Download CCleaner: http://www.ccleaner.com/

    (Big Thanks to "BetaFlux" so made the bat file)
     
    Last edited: Jul 8, 2008

Share This Page

  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.
    Dismiss Notice