Disk Cleanup

G

Guest

Is there a short procedure - maybe a batch file - that an administrator could
use to clear all the temp folders, temporary internet file folders, cookies,
and browser history stored for all user accounts on the computer?

The folders I want to clear include:
C:\Documents and Settings\USER_NAME\Cookies\
C:\Documents and Settings\USER_NAME\Local Settings\Temp\
C:\Documents and Settings\USER_NAME\Local Settings\History\
C:\Documents and Settings\USER_NAME\Local Settings\Temporary Internet Files\
C:\Documents and Settings\USER_NAME\Recent
 
T

Thorsten Matzner

Borent said:
Is there a short procedure - maybe a batch file - that an administrator could
use to clear all the temp folders, temporary internet file folders, cookies,
and browser history stored for all user accounts on the computer?

The folders I want to clear include:
C:\Documents and Settings\USER_NAME\Cookies\
C:\Documents and Settings\USER_NAME\Local Settings\Temp\
C:\Documents and Settings\USER_NAME\Local Settings\History\
C:\Documents and Settings\USER_NAME\Local Settings\Temporary Internet Files\
C:\Documents and Settings\USER_NAME\Recent

You could write a batch file and use the DEL command for to do this.
Windows does not provide a tool for this, with the Disk Cleanup you
can only clear up the files for the current account.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top