HOW TO MAKE A BATCH FILE THAT SPEEDS UP YOUR COMPUTER
We are going to discuss on, how to make a batch file that speeds up your computer. After following this tutorial you can easily create an amazing batch file that will help you to speed up your computer.
Let's get Started.....
Step 1: Open Notepad Editor and copy paste the following things written below.
@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\prienters
delc:\WIN386.SWP
cls
Step 2: Now save the file as boostpc.bat, you can keep any name, but remember to add .bat in the end.
Step 3: Now Double-Click on the batch file, that's it.
Comments
Post a Comment