Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logoff script to delete temporary internet files

Status
Not open for further replies.

Eddiefdz

IS-IT--Management
Mar 20, 2002
273
US
Hello,

Does anyone have a script that will delete temporary internet files on logoff or logon.

Thanks,

Eddie Fernandez
CCNA, Network+, A+, MCP
 
Take a look here:

thread329-405235

Please post back with your results!

X
 
if all 2000 or up yes:

del "%userprofile%\local settings\temporary internet files\*.*" /f /s /q


this will take care of it for you..however, keep in mind using this as a logoff script can be time consuming the first time it is ran

after that there will be vastly less files so it shouldnt be a problem

-Brandon Wilson
MCSE00/03, MCSA:Messaging, MCSA03, A+
almost got a paragraph there :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top