Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Better way to delete temp, cookies and temp. internet files.

Reply
Thread Tools Display Modes

Better way to delete temp, cookies and temp. internet files.

 
 
Nora Brown
Guest
Posts: n/a

 
      04-02-2010

If you want to erase all private accounts, files, cookies, temp files on your computer, use <a href="hhtp://www.historykillerpro.com">History Killer Pro</a>



pheonix1 wrote:

delete user junk files (temp, cookies and temp. internet files) via login script
02-Feb-10

hello,
I have been searching for a way to delete user junk files like it states
in subject box.
Setting IE settings to clear temp files when the browser is closed
does NOT work.
Making disk space 0 for temp files also leaves plenty of junk files
behind.

The only way I have seen to clear the files is manually.

I have found this script to erase the junk files. It works by putting
it in the all users folder in startup.

c:
cd\
cd C:\Documents and Settings\%username%\Local Settings\Temporary
Internet Files
del *.* /f/s/q
cd \
cd c:\Documents and Settings\%username%\Local Settings\Temp
del *.* /f/s/q
exit

What is a good way to make this work via login (or logout) scripts via
active directory?

Thank you,

Oskar

Previous Posts In This Thread:

On Tuesday, February 02, 2010 2:27 PM
pheonix1 wrote:

delete user junk files (temp, cookies and temp. internet files) via login script
hello,
I have been searching for a way to delete user junk files like it states
in subject box.
Setting IE settings to clear temp files when the browser is closed
does NOT work.
Making disk space 0 for temp files also leaves plenty of junk files
behind.

The only way I have seen to clear the files is manually.

I have found this script to erase the junk files. It works by putting
it in the all users folder in startup.

c:
cd\
cd C:\Documents and Settings\%username%\Local Settings\Temporary
Internet Files
del *.* /f/s/q
cd \
cd c:\Documents and Settings\%username%\Local Settings\Temp
del *.* /f/s/q
exit

What is a good way to make this work via login (or logout) scripts via
active directory?

Thank you,

Oskar

On Tuesday, February 02, 2010 4:50 PM
Paul Bergson [MVP-DS] wrote:

You could just set the users to not cachehttp://www.petri.co.
You could just set the users to not cache

http://www.petri.co.il/controlling_i...ze_via_gpo.htm

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup This
posting is provided "AS IS" with no warranties, and confers no rights.


Submitted via EggHeadCafe - Software Developer Portal of Choice
File-Based Cache for Web and non-Web Apps plus Extend ASP.NET 4.0 OutputCacheProvider
http://www.eggheadcafe.com/tutorials...e-for-web.aspx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE8 browser issues - cookies, flash, download files Dwayne Internet Explorer 10 03-05-2010 08:22 PM
Re: delete user junk files (temp, cookies and temp. internet files) via login script Paul Bergson [MVP-DS] Active Directory 0 02-02-2010 08:50 PM
Automate deleting Cookies and Temp Internet files JohnB Windows Server 0 11-03-2009 07:02 PM
delete doc temp files in vista drew Windows Vista Performance 5 06-09-2007 01:54 AM
unable to view contents of cookies, temp inet files jerry C Windows Vista Administration 1 02-11-2007 09:26 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59