Content from Google

PC Tips

Whatever the pc configuration is, if u use windows operating system then u have to clear temp files cookies recent dll files. to do this u have to do a lot of works. but dont worry, ur world can move , even in a double click.
For that, jaust open a blank notepad and copy-paste the below lines there. and make a .bat file. after clicking this u can enjoy a faster PC.

The code is---

cd\
COLOR F0
ECHO DELETE ALL TEMP FILES
C:
CD TE;MP%
RMDIR /S /Q TE;MP%
CD C:\WINDOWS\TEMP
RMDIR /S /Q C:\WINDOWS\TEMP
CD C:\WINDOWS\Prefetch
RMDIR /S /Q C:\WINDOWS\Prefetch
CD TE;MP%
CD..
CD..
CD Recent
Del /s /q *.


---- then save it as a .bat file extension and cleanup ur pc dust :)

Pages