welcome to netwrkspider

Wednesday, April 22, 2009

NetwrkSpider Memory Optimizer

Here is a small piece of useful Batch code, that makes you get rid of all the craps on your computer like, Temporary files, Temporary Internet files, Prefetch, Cookies…and make your system faster..

1. Open up a notepad.

2. Copy and paste the following code.

@echo off
rem ######### netwrkpsider Optimizer #########
cd\
cls
color 0a
cd C:\WINDOWS\Temp
echo Y|del *.*
cd\
cd C:\DOCUME~1\CYBERC~1\LOCALS~1\Temp
echo Y|del *.*
cd\
cd C:\WINDOWS\Prefetch
echo Y|del *.pf
cd\
cd C:\Documents and Settings\cybercrawler1\Cookies
echo Y|del *.txt
cls
exit

3. Save it with the extension .bat.

4. Execute the file.

5. Once you execute this file, then it will automatically remove all the temporary files which are unnecessary.

6. You can make this much effective by putting this file in the start-up folder, so that each time you computer boots up, it will automatically cleans up the temporary files from your computer.

No comments: