Re: deleting temp internet files upon exit
From: Austin M. Horst (anonymous_at_discussions.microsoft.com)
Date: 02/28/04
- Next message: Janet berg: "Imaging"
- Previous message: Dave Patrick: "Re: Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file):"
- In reply to: Andy Welcomer: "deleting temp internet files upon exit"
- Next in thread: Gary Smith: "Re: deleting temp internet files upon exit"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 05:32:48 -0800
>From Internet Explorer, click the "Tools" menu
Click "Internet Options"
Click on the "Advanced" tab
Check the box next to "Empty Temporary Internet Files folder when browser is closed"
Click [OK]
-or-
Create a "Logoff Script" (batch file)
Example:
FOR /F %%A IN ('DIR/B C:\Docume~1\') DO DEL/S/Q C:\Docume~1\%%A\Cookies\*.*
FOR /F %%A IN ('DIR/B C:\Docume~1\') DO DEL/S/Q C:\Docume~1\%%A\Local Settings\Temporary Internet Files\*.*
Austin M. Horst
- Next message: Janet berg: "Imaging"
- Previous message: Dave Patrick: "Re: Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file):"
- In reply to: Andy Welcomer: "deleting temp internet files upon exit"
- Next in thread: Gary Smith: "Re: deleting temp internet files upon exit"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading