Some time we see that our Computer is going too slow and it's one of the main reason is for Temp;recent and Prefetch File is over load in our system directory.Now you can clear it by one click.Simple write bellows code and save it by "del_temp_xp.bat" name.It's work only for XP.
cd\
COLOR F0
ECHO DELETE ALL TEMP FILES
C:
CD %TEMP%
RMDIR /S /Q %TEMP%
CD C:\WINDOWS\TEMP
RMDIR /S /Q C:\WINDOWS\TEMP
CD C:\WINDOWS\Prefetch
RMDIR /S /Q C:\WINDOWS\Prefetch
CD %TEMP%
CD..
CD..
CD Recent
Del /s /q *.*
No comments:
Post a Comment