What are the A0xxxxxx.DLL files?
Posted
by Joel Coehoorn
on Super User
See other posts from Super User
or by Joel Coehoorn
Published on 2010-04-16T20:55:06Z
Indexed on
2010/04/16
21:03 UTC
Read the original article
Hit count: 241
If you've ever watched a windows computer defrag a drive, you might have noticed that many of the files that are fragmented and need fixed have names like A0833773.DLL
. If you know regular expressions, I could express the filename this way:
A\d{7}[.]DLL
Does anyone here know what those files are or what they're used for?
© Super User or respective owner