|
| |||||||||
| Tags: cookies, delete, junk, login script, remove, script, temporary internet file |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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? |
|
#2
| |||
| |||
|
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 |
|
#3
| |||
| |||
| Re: delete user junk files (temp, cookies and temp. internet files) vialogin script
LOGOUT SCRIPT You can also include System temp %temp% |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |