Do you have a computer that has many temporary files and internet history and you don't know how to remove them or do you want to surprise your friend by making your own system cleaner.Then you are in the right place as today I will teach you how to make your own system cleaner.
This little .bat file will erase garbage and temporary files from your computer and make your computer fast. It will empty the following folders:
- Temporary Internet Files
- Temp
- History
- Cookies
- My Recent Documents
- temp
To know more just follow these steps given below:
1: For this open your notepad and copy the following in red colour:
@ECHO off
color DE
title www.himanshu-software.blogspot.com
SET T1= Done By himanshu-software.blogspot.com
DEL %systemroot%\prefetch\ /Q /S
DEL "%USERPROFILE%\Local Settings\Temporary Internet Files" /Q /S /F
DEL "%USERPROFILE%\Local Settings\Temp" /Q /S /F
DEL "%USERPROFILE%\Local Settings\History" /Q /S /F
DEL "%USERPROFILE% ECENT" /Q /S /F
DEL "%USERPROFILE%\Cookies" /Q /S /F
DEL "%USERPROFILE%\My Recent Documents" /Q /S /F
DEL "%USERPROFILE%\temp" /Q /S /F
Echo *******??????????????????? *******
Echo ******????????????????????? ******
Echo *****??????????????????????? *****
Echo ****???????? Finished???????? ****
Echo *****??????????????????????? *****
Echo ******????????????????????? ******
Echo *******??????????????????? *******
Pause
start www.himanshu-software.blogspot.com
EXIT
2: Then save the file as
cleanrag.bat or anything you wish
NOTE: Remeber to save the file with extension
.bat
undefined: undefined »