FLASHY NAME

Sunday, September 20, 2009

clean up temporary directories in WINDOWS 7

HELLO! U CAN USE THIS TIP TO CLEAN UP YOUR TEMPORARY FILES IN THE WINDOWS DRIVE USING A SIMPLE BATCH FILE CREATED USING NOTEPAD. HERE'S HOW

1) OPEN NOTEPAD

2)TYPE THE FOLLOWING [CASE SENSITIVE]

cd C:\Users\%username%\AppData\Local
rmdir /S /Q Temp



3) Save file with the name

'cleantemp.bat'

4) Open the file from the saved position by double clicking.

5) If it doesnt work try replacing the username with the pc login username.

IF YOU WANT TO AUTOMATE THE PROCESS, CREATE A SHORTCUT OF THE BAT FILE AND PLACE IT IN THE STARTUP FOLDER IN THE START MENU. WINDOWS WILL DELETE THE DATA ON STARTUP.

0 comments: