temp file
In Windows 7 we are facing a problem of removing temp file. the OS creating hundreds of temp file and wasting the drive space . what is proceedure for avoiding this??
January 27th, 2010 9:10am

Hi,There are several options:a. Run windows disk clean up.In Start->Search, type "Disk cleanup" to open the window.The Windows Disk Cleanup Wizard will delete your temporary files, but only if they are over a week old. You can consider learning how to create a simple batch script that will clean up your temporary directory.b. Feel free to clear all the temp files under %temp% folder manually.c. Creating the Batch File to Clean Temporary Files1.Open Notepad and type the following:cd C:\Users\%username%\AppData\Localrmdir /S /Q Temp2.Save the file as cleantemp.bat3.Now double click on the file to remove your temporary files and free up space on your computerIf this doesn’t work and gives an access error, try replacing %username% with you windows login username.You can also Automate the Process of Deleting Temporary Files.To automate this process, so you do not need to remember to run it, do the following: 1.Right click on the batch file and select create shortcut2.Place the shortcut in your startup folder in the start menu Now when you log in to Windows 7, your temporary files will be deleted.d. Use free third party cleanup software.http://www.addictivetips.com/windows-tips/2-free-tools-to-delete-windows-temp-files-quickly/
Free Windows Admin Tool Kit Click here and download it now
January 28th, 2010 10:26am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics