Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , ,

Sponsored Links



delete user junk files (temp, cookies and temp. internet files) vialogin script

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 02-02-2010
pheonix1t@gmail.com
 
Posts: n/a
delete user junk files (temp, cookies and temp. internet files) vialogin script

I've 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've 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?
Reply With Quote
  #2  
Old 03-02-2010
Paul Bergson [MVP-DS]
 
Posts: n/a
You could just set the users to not cache

If you want to erase all private accounts, files, cookies, temp files on your computer, use
Reply With Quote
  #3  
Old 05-04-2010
Member
 
Join Date: Nov 2008
Posts: 51
Re: delete user junk files (temp, cookies and temp. internet files) vialogin script

LOGOUT SCRIPT

You can also include System temp %temp%
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "delete user junk files (temp, cookies and temp. internet files) vialogin script"
Thread Thread Starter Forum Replies Last Post
How to Delete set3.temp files from windows folder afidelino Windows Software 4 01-04-2010 07:01 PM
What temp files can i delete DJ SAN Operating Systems 3 14-08-2009 11:12 AM
Where is my temp files folder & cookies folder? aftab1 Operating Systems 2 05-11-2008 12:58 PM
Temp. Internet Files JS Vista Help 5 30-01-2008 08:21 AM
delete doc temp files in vista drew Windows Vista Performance 5 09-06-2007 08:24 AM


All times are GMT +5.5. The time now is 05:31 PM.