Automatically Delete Temporary Files in Windows Vista

Windows Vista Guides Add comments

Welcome to mintywhite.com! If you're new here, you should subscribe to the RSS feed.

Take a tour of Mintywhite.com | Follow me on Twitter @mintywhite

Thanks for visiting!

Automatically Delete Temporary Files in Windows Vista

Windows Vista

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

Automatically Delete Temporary Files in Windows Vista

Save the file as cleantemp.bat

Automatically Delete Temporary Files in Windows Vista

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.

Automatically Delete Temporary Files in Windows Vista

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.

Automatically Delete Temporary Files in Windows Vista

What Next?

Bookmark, Share, Subscribe, and Print


| Get Windows Guides Updates via RSS  RSS Feed (?) | Get Windows Guides Updates via Email  Email Updates | Print This Article Print This Article

4 Responses to “Automatically Delete Temporary Files in Windows Vista”

  1. James Says:

    Good tip - works just fine for me.

  2. Mike Says:

    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?

  3. Rich Says:

    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…

  4. Roberto Says:

    Thanks!

Trackbacks

Leave a Comment / Question (Trackback URL) (Head Over to the Forums)