toolbar maker

Thursday, July 4, 2013

Delete Windows 7 Junk File , Increase Your Speed
Hello & Welcome !!!
Today I will give you a small tune. I will show the procedure of Deleting junk file which will increase your pc speed. I hope you wil like this.
·        Create a new text document by clicking the right button of mouse on your desktop.
·        Copy the code of below on it.

set folder="C:\Windows\Temp"
cd /d %folder%
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)

set folder="C:\Users\AUVY\AppData\Local\Temp"
cd /d %folder%
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)

set folder="C:\Windows\Prefetch"
cd /d %folder%
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)

set folder="C:\Users\AUVY\Recent"
cd /d %folder%
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)

·        Now in this place which have the name of AUVY replaced by your computer’s name.
·        Now save the file speed_up.bat (file > save as > speed_up.bat)
And its done. Enjoy now.

If you like it please let us know about comment. All the best.
Categories:

0 comments:

Post a Comment

Subscribe to RSS Feed Follow me on Twitter!