Web Analytics
Take a Tour of Windows Guides on www.mintywhite.com   Tour    Why Should You Subscribe to this Site   Why Subscribe?    Download a copy of Windows Vista - the Pocket Guide   Free Vista Books    Get the mintywhite Windows Guides toolbar for your browser   Toolbar   Donate a Dollar to Pay for Next Year’s Web Hosting

Automatically Delete Temporary Files in Windows Vista

Windows Vista Guides Add comments


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


Further Reading:

Take a Tour of Windows Guides on www.mintywhite.com   Tour    Why Should You Subscribe to this Site   Why Subscribe?    Download a copy of Windows Vista - the Pocket Guide   Free Vista Books    Get the mintywhite Windows Guides toolbar for your browser   Toolbar   Donate a Dollar to Pay for Next Year’s Web Hosting

8 Responses to Automatically Delete Temporary Files in Windows Vista

Avatar

James

Good tip - works just fine for me.

Avatar

Mike

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?

Avatar

Rich

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…

Avatar

Roberto

Thanks!

Avatar

Rommel

works great!
thanks

Avatar

Andrei

It does not works for me:(

Avatar

Rich

Andrei, where are you having problems?

Avatar

mrogi

I get this error message:
“The process cannot access the file because it is being used by another process.”

Trackbacks (Trackback URL)

    Comment Form

    If you have a computer help question, click here to leave it on the forums instead.