Clean windows temp files and temporary internet - TopicsExpress



          

Clean windows temp files and temporary internet files --------------- --------------- --------------- ----------------- Cleaning the temporary files can increase your system perfomance and speed. Here is a very easy way to clean all windows temp files including temporary internet files. 1. Open notepad and paste the following code. TITLE FASTCLEAN COLOR 03 ECHO OFF CLS RD "%TMP%" /S /Q DEL "%TMP%*" /F /S /Q ATTRIB "%USERPROFILE% AppDataLocalMicrosoft WindowsTemporary Internet Files*" -H -S DEL "%USERPROFILE% AppDataLocalMicrosoft WindowsTemporary Internet Files*" /F /S /Q 2. Save as Clean.bat. After saving you can run the batch file anytime you want to easily clean the temp files. To make the batch file easily accessible from run command copy the batch file to "C: Windows". After copying you can run the batch file from run command by entering the batch file name into run command.
Posted on: Sat, 03 Aug 2013 13:11:22 +0000

Trending Topics



Recently Viewed Topics




© 2015