We have Windows XP, Vista, Seven and Eight, use their PC's C drive, temp, Recent some junk files are stored. These files are unnecessary and slow down the speed of a normal PC. So, this file is a regular delete.
Today I will share with you a thing which you do by just a single click temp, Recent junk can delete unnecessary files.
1. Take a new text file.
2. Following code to copy - paste the notepad and save to Cleaner.bat
cd\
ECHO DELETE ALL TEMP FILES
C:
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 *.*
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 *.*
Now double-click on the file of all temp, Recent Folder can delete unnecessary files.
0 comments:
Post a Comment