Thursday 15 September, 2011

TO SPEED UP YOUR SYSTEM BY CLEARING RECENT DOCUMENTS

  • OPEN A NOTEPAD AND TYPE THE FOLLOWING CODE AND SAVE THE FILE WITH .bat EXTENSION.
@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
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
  • NOW WHEN EVER U DOUBLE CLICK ON THE FILE, IT WILL CLEAR ALL THE HISTORY AND MAKE UR SYSTEM WORK FASTER.
     

No comments:

Post a Comment