The Windows Disk Cleanup Wizard will delete your temporary files, but only if they are over a week old. In this guide you will learn how to create a simple batch script that will clean up your temporary directory.
Create the Batch File
Open Notepad and type the following:
cd C:\Users\%username%\AppData\Local
rmdir /S /Q Temp
Save the file as cleantemp.bat
Now double click on the file to remove your temporary files and free up space on your computer.
If this doesn’t work and gives an access error, try replacing %username% with you windows login username.
Automate the Process
You can automate this process by right clicking on the file and selecting create shortcut.
Now place the shortcut in your startup folder in the start menu. Now when you log in to Windows Vista, your temporary files will be deleted.
About Rich
Rich is the owner and creator of Windows Guides; he spends his time breaking things on his PC so he can write how-to guides to fix the problems he creates.
- Web
- |
- |
- |
- |
- Google+
- |
- More Posts (1018)
Search Windows Guides