Tuesday 28 May 2013

How To Create A Batch File That Speeds Up Your Computer

Instructions:
open a notepad then copy and paste this code...
@echo off
color 4a
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
then save as(anything you name it).bat
e.g. clean.bat then double click the file to make it works.
hope i help and please click this link for video instructions:https://www.youtube.com/watch?v=dik87U8qM6E

No comments:

Post a Comment