Apr 20, 2005 #1 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
Hello, Does anyone have a script that will delete temporary internet files on logoff or logon. Thanks, Eddie Fernandez CCNA, Network+, A+, MCP
Apr 20, 2005 #2 Xaqte IS-IT--Management Oct 4, 2002 971 US Take a look here: thread329-405235 Please post back with your results! X Upvote 0 Downvote
Apr 20, 2005 #3 ITPangaeaArchitect MIS Sep 20, 2004 946 US 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 Upvote 0 Downvote
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