[BatcH]Clean your Browser history, unused junk files, cookies... with 2 clicks 08-31-2012, 12:42 AM
#1
This is not a virus or a harmful object !
Here is the code:
Remember, it must end with .bat !
After you saved it, run it once, and a cmd will pop-up. After the CMD is gone, all of the above mentioned directories will be cleaned from cookies, junk files, browser history, temp files etc.
By deleting all of these, your PC will be a lil faster. Depends of the amount of cleaned objects.
Here is the code:
Quote:@echo offPaste this in Notepad and save it as whatever.bat
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls
Remember, it must end with .bat !
After you saved it, run it once, and a cmd will pop-up. After the CMD is gone, all of the above mentioned directories will be cleaned from cookies, junk files, browser history, temp files etc.
By deleting all of these, your PC will be a lil faster. Depends of the amount of cleaned objects.