![]()
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.

What Next?
![]()
Take a Tour ![]()
Why Subscribe to this Site? ![]()
Get FREE Vista Books ![]()
Bookmark, Share, Subscribe, and Print
|
RSS Feed (?) |
Email Updates |
Print This Article


April 24th, 2008 at 3:13 pm
Good tip - works just fine for me.
April 25th, 2008 at 9:03 am
Hey Rich, I tried this and when I tried to run it, the window popped up but it said “Access is denied” a couple times in the dialogue. Did I do something wrong?
April 25th, 2008 at 8:06 pm
Replace %user_name% with your windows user name.
If that doesn’t work, try right clicking the file and choosing “Run as Administrator…” Let me know if that works…
July 27th, 2008 at 3:30 am
Thanks!
September 4th, 2008 at 10:50 am
works great!
thanks
September 14th, 2008 at 10:26 pm
It does not works for me:(
September 15th, 2008 at 1:03 am
Andrei, where are you having problems?