If a mod thinks this is a useful thread, please sticky it.... =P
I'M NOT TAKING RESPONSIBILITY IF THIS TURNS YOUR PC INTO A FIREBALL OR ANYTHING
OK, I'm getting tired of people recommending clean up software to each other. Clean up software is often bloated, full of crap & won't clean everything. So I have made this tutorial to show you how to make a file you click & it does it all for you. No software needed. Here we go....
Create a new file using notepad & call it "cleanup.cmd"
Now it's created, right click it & press "edit".
Now copy this into it. Replace the USERNAME bits with your username -
cmdow @ /HID
@echo off
DEL /S /Q /F "%systemroot%\temp\*.*"
DEL /S /Q /F "%systemroot%\prefech\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\USERNAME\cookies\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\USERNAME\local settings\temp\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\USERNAME\temporary internet files\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\USERNAME\recent\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\localservice\cookies\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\localservice\local settings\temp\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\localservice\local settings\temporary internet files\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\networkservice\cookies\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\networkservice\local settings\temp\*.*"
DEL /S /Q /F "%systemdrive%\documents and settings\networkservice\local settings\temporary internet files\*.*"
CLS
echo System Cleanup Complete =)
pause
Now save it. Whenever you want to clean your PC, just double click it & watch it do it's magic....









LinkBack URL
About LinkBacks
Reply With Quote





