Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[BatcH]Clean your Browser history, unused junk files, cookies... with 2 clicks filter_list
Author
Message
[BatcH]Clean your Browser history, unused junk files, cookies... with 2 clicks #1
This is not a virus or a harmful object !

Here is the code:

Quote:@echo off
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
Paste this in Notepad and save it as whatever.bat
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.

Reply





Messages In This Thread
[BatcH]Clean your Browser history, unused junk files, cookies... with 2 clicks - by Dawnc0re - 08-31-2012, 12:42 AM



Users browsing this thread: 1 Guest(s)