Ditto!
--
All the Best,
Kelly (MS-MVP)
Troubleshooting Windows XP
http://www.kellys-korner-xp.com
"David Candy" <.> wrote in message
Disk Cleanup waits till the file has not been accessed for 7 days before
deleting.
Also buying a program??????????? To delete files???????????????
Make your own cleaners for Disk Cleanup to run.
Each item in the cleaner is a seperate com program. The list of cleaners is
stored here
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches
StateFlags<n> where n is the sageset number
Make your own cleaners.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\CustomDeleter]
@="{C0E13E61-0CC6-11d1-BBB6-0060978B2AE6}"
"FileList"="*.fred"
"Folder"=hex(2):63,00,3a,00,5c,00,64,00,65,00,73,00,6b,00,74,00,6f,00,70,00,00,\
00
"Flags"=dword:00000000
"LastAccess"=dword:00000002
"StateFlags"=dword:00000001
"Display"="Custom"
"Description"="Clears a custom folder"
To make multiple cleaners just change the last key name (CustomDeleter)
Seperate multiple filetypes like so (pipe)
*.fred|*.horse
Seperate multiple directories the same way.
c:\desktop|C:\games
Use this syntax for directories
?:\recycled
Which will do all drives or the specified drive (depending on how cleanup is
being used)
Last Access can be set to 0 for instant deleting.
--
----------------------------------------------------------
http://www.uscricket.com
"Lanwench [MVP - Exchange]"
I've never used that app (I've really never had a need for any such thing
and am not sure of their value), but if they're temp files (in temp
directories) they should be safe to delete. Try using the disk cleanup
wizard (in accessories\system tools) - it can do this for you pretty
easily.