Unused DLL's Keep Coming Back!

  • Thread starter Thread starter John L. Buchanan
  • Start date Start date
J

John L. Buchanan

I have a simple program (DLL Archive) that checks for unused DLL files and
archives them. And, each time I run it it says "xpsp2res.dll" is not being
used by any program. So, I have the program archive it. However, the next
time I run the program it's back in the following two locations:

c:\windows\system32\dllcache\
c:\windows\system32\

Anyone know what's going on here? Thanks.

JB
 
Just a wild guess

Part of Windows Update. And it gets reloaded each time the update runs..



-------------------------------------------------------
Low transfat and low carb diet for your pc or How to optimize Windows XP for the best performance

http://www.rikhard.co

Always keep antivirus and spy removal applications (links on the bottom of the page) up-to-date, and scan regularly.
 
----- John L. Buchanan wrote: ----

I have a simple program (DLL Archive) that checks for unused DLL files an
archives them. And, each time I run it it says "xpsp2res.dll" is not bein
used by any program. So, I have the program archive it. However, the nex
time I run the program it's back in the following two locations

c:\windows\system32\dllcache c:\windows\system32
Anyone know what's going on here? Thanks

J

I have tried analogX's dll archive. The problem with it is it looks for dll's that have not been used and list's them, however this does not mean that they are not system .dll's and may be required at some time in the future for a funtion you have not used yet.The reason it keeps reappearing is most likely that it's is an XP .dll and is reinstalled and each boot. It is best not to delete these,uninstall .dll archive.
 
Hi,

I have a simple program (DLL Archive) that checks for unused DLL files and
archives them. And, each time I run it it says "xpsp2res.dll" is not being
used by any program. So, I have the program archive it. However, the next
time I run the program it's back in the following two locations:

c:\windows\system32\dllcache\
c:\windows\system32\

Anyone know what's going on here? Thanks.

JB

Very likely it is a protected file, which the system recreates after
being deleted drawing from the copies in the dllcache folder.

Now if it is a system file it must be because it is important to the
system. Though you haven't used it, that doesn't mean you won't need
it in the future, to install something, whatever.

Hope this helps
 
Back
Top