KG wrote:
> I show two files in C:\ which have no extensions. they are
> "{7A514B64-62BF-427A-82C3-F8588DCE0748}" and
> "{7EDCFB7C-1468-4E17-A5CA-E45F0CA82F85}". They are both about 3 k in
> size. Any ideas what and why??
> -- \n
>
> To reply to this message please remove the AT
> after the kgs in the reply to address.
You can:
1) Search for more instances of 7A514B64-62BF-427A-82C3-F8588DCE0748 using
the Windows file search. If there are files related to that in the
"store" on C:, then you may be able to figure out whether it is
related to .NET installations or something.
If you have "content searching" via Indexing set up, then the number
may actually be recorded in some .log file. And the .log file could
belong to the installer that made the mess on C: in the first place.
2) Run those GUID numbers through Google, and see if they're mentioned.
For example, there are some famous ones, needed when trying to fix
a non-working optical burner.
http://pcsupport.about.com/od/driver...class-guid.htm
3) Fire up Regedit, and use the Find command there, and see if that
number shows up. Many things are recorded in Regedit, by GUID.
If you find the GUID there, then look at the other keys in that
area, for evidence of the source.
A GUID can be randomly made, on the spot, with the intention that
it not collide with any other GUID. Some of them are made "systematically",
in that you can find a series of N, N+1, N+2 in actual usage. But the
odds of some software generating identical numbers unintentionally are
pretty low. If some idiot actually copies a GUID that someone else is
using and inserts it in software, then there would be trouble (i.e. if it
is being used as an identifier).
http://en.wikipedia.org/wiki/Guid
You can also try opening the files with Notepad, in case they're text.
HTH,
Paul