Windows 7 Forums


Reply
Thread Tools

Weard files in C:\root

 
 
KG
Guest
Posts: n/a
Thanked:
 
      11-08-2011
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.
 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
Thanked:
 
      11-08-2011
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
 
Reply With Quote
 
Ken1943
Guest
Posts: n/a
Thanked:
 
      11-08-2011
On Tue, 08 Nov 2011 09:34:41 -0500, 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.


They may have something to do with Windows Update. I have two
partitations on my drive and they always wind up on my 'D' drive.


KenW
 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
Thanked:
 
      11-08-2011
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??


These are sometimes created by an installer but not cleaned up after the
installation has completed, or because it was aborted or errored, or it
gets cleaned up after a reboot (which is why config.msi might exist and
then disappear after a reboot if files were inuse during an install when
using the Microsoft installer, especially for an updated version of the
software).

You could look for the class ID (the alphanumeric string inside the
braces) in the registry to see with what software it is associated. You
don't have to search the entire registry. Searching under the
HKEY_LOCAL_MACHINE\SOFTWARE\Classes should be sufficient.

> -- \n
>
> To reply to this message please remove the AT
> after the kgs in the reply to address.


That is NOT a proper signature delimiter. When someone tells you the
sig separator line is "-- \n", that means you enter dash, dash, space,
and a newline (line break). The "\n" you used was a string of text
characters, not a control character for the line break.

From what I was told, Forte Agent does not automatically add the sig
separator line when you include a signature. To Agent, it is just a
block of text that you want to add to bottom of your posts and not
really a signature as such. To make it a signature means you have to
add the sigdash line yourself. That means you would enter:

--
To reply via e-mail, remove "AT" in my e-mail address.

The above was indented to eliminate newsreaders that would see it as a
signature and perhaps dim it or strip it out. You'll notice the sigdash
line is a dash, another dash, a space character, and that's it. The
newline (line break) is already there because you hit the Enter key to
start a new line.

Try to keep your [fluff] signatures to a minimum number of lines.
Netiquette says 4 lines maximum but you should eliminate blank lines and
keep to a minimum number of lines. In my example, I gave the same but
more condensed instructions as you did but my version took 1 line
instead of 2 lines (and there was no superfluous blank line).
 
Reply With Quote
 
KG
Guest
Posts: n/a
Thanked:
 
      11-09-2011
On Tue, 8 Nov 2011 12:43:25 -0600, VanguardLH <> wrote:

>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??

>
>These are sometimes created by an installer but not cleaned up after the
>installation has completed, or because it was aborted or errored, or it
>gets cleaned up after a reboot (which is why config.msi might exist and
>then disappear after a reboot if files were inuse during an install when
>using the Microsoft installer, especially for an updated version of the
>software).
>
>You could look for the class ID (the alphanumeric string inside the
>braces) in the registry to see with what software it is associated. You
>don't have to search the entire registry. Searching under the
>HKEY_LOCAL_MACHINE\SOFTWARE\Classes should be sufficient.
>
>> -- \n
>>
>> To reply to this message please remove the AT
>> after the kgs in the reply to address.

>
>That is NOT a proper signature delimiter. When someone tells you the
>sig separator line is "-- \n", that means you enter dash, dash, space,
>and a newline (line break). The "\n" you used was a string of text
>characters, not a control character for the line break.


SNIP

1st The two files do not show up on a system search. The only place
the show up is regedit "find" and that is from notepad and agent
RanSack.

and just for the hell of it does this signature fir your requirements?
--

To reply to this message please remove the AT
after the kgs in the reply to address.
 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
Thanked:
 
      11-09-2011
KG wrote:

> VanguardLH wrote:
>
>> 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??

>>
>> These are sometimes created by an installer but not cleaned up after
>> the installation has completed, or because it was aborted or
>> errored, or it gets cleaned up after a reboot (which is why
>> config.msi might exist and then disappear after a reboot if files
>> were inuse during an install when using the Microsoft installer,
>> especially for an updated version of the software).
>>
>> You could look for the class ID (the alphanumeric string inside the
>> braces) in the registry to see with what software it is associated.
>> You don't have to search the entire registry. Searching under the
>> HKEY_LOCAL_MACHINE\SOFTWARE\Classes should be sufficient.

>
> The two files do not show up on a system search. The only place the
> show up is regedit "find" and that is from notepad and agent RanSack.


Is there any info in regedit to show what those entries might be for?
If these strings are found by regedit then what did it find? Registry
keys by that name? If so, what subkeys did it have and what data items
and their values were under them? Did you only find a data item with
that string (and not a registry key by that name)? Export what you
found from regedit and post here.

Since the files (or are they folders?) were 3K in size (instead of a
zero-bit sized file), can you look at them with Notepad? If so, what's
inside? There might be recognizable text strings within.

That the files aren't found by Vista/7 search isn't a new defect. That
started back in Windows XP when Microsoft changed how they searched for
files and their content. Agent Ransack (aka Filelocator Lite) will
find files that XP/Vista/7 search won't.

If you delete, move, or renamed these files, do they reappear by the
same name sometime later?

> and just for the hell of it does this signature fir your requirements?
>
> --
>
> To reply to this message please remove the AT
> after the kgs in the reply to address.


Yep, now you actually have a signature (but it could be shortened). I
didn't define the standard for identifying a signature delimiter line.
In fact, I don't think it's defined in an RFC for Internet Message
Format or NNTP. It's a de facto standard (i.e., through common usage)
that started a couple decades ago and is usually supported by most
newsreaders. Apparently Forte Agent is the exception and doesn't
actually do signatures. Instead it lets you define a post-appended
block of text that you can decide will be a signature or not. Forte
assumed its users knew how to correctly delimit signatures. Other
newsreaders add the sigdash line themself.
 
Reply With Quote
 
Zaphod Beeblebrox
Guest
Posts: n/a
Thanked:
 
      11-09-2011

"VanguardLH" <> wrote in message
news:j9ee1u$pt1$...
> KG wrote:
>
>> and just for the hell of it does this signature fir your
>> requirements?
>>
>> --
>>
>> To reply to this message please remove the AT
>> after the kgs in the reply to address.

>
> Yep, now you actually have a signature (but it could be shortened).
> I
> didn't define the standard for identifying a signature delimiter
> line.
> In fact, I don't think it's defined in an RFC for Internet Message
> Format or NNTP. It's a de facto standard (i.e., through common
> usage)
> that started a couple decades ago and is usually supported by most
> newsreaders. Apparently Forte Agent is the exception and doesn't
> actually do signatures. Instead it lets you define a post-appended
> block of text that you can decide will be a signature or not. Forte
> assumed its users knew how to correctly delimit signatures. Other
> newsreaders add the sigdash line themself.


Never defined in an official RFC, but the son-of-rfc1036
(http://www.chemie.fu-berlin.de/outer...n-of-1036.html
among others) and the GNKSA (Good Net Keeping Seal of Approval,
http://www.faqs.org/faqs/usenet/soft...tkeeping-seal/)
establish the accepted standard, if the OP is interested in where it
is (at least unofficially) defined.

I do wonder about your statement "it could be shortened". It meets
the generally accepted standard of 4 lines or less, 80 columns or less
(the so-called McQuary limit). What exactly is the issue you have
with the length of the OP's current sig?

--
Zaphod

Vell, Zaphod's just zis guy, ya know? - Gag Halfrunt


 
Reply With Quote
 
G. Morgan
Guest
Posts: n/a
Thanked:
 
      11-09-2011
VanguardLH wrote:

>From what I was told, Forte Agent does not automatically add the sig
>separator line when you include a signature. To Agent, it is just a
>block of text that you want to add to bottom of your posts and not
>really a signature as such.


That is correct. Agent users must manually enter the
dash-dash-space-enter to properly work.


--

"I don't like to discriminate against terrorists based on nationality.
If you declare war on the United States and you want to kill us,
We're going to kill you first, period."

October 19, 2011 - Ali Soufan (Colbert Report)


 
Reply With Quote
 
gufus
Guest
Posts: n/a
Thanked:
 
      11-09-2011
Hello, Paul!

"Paul" <> wrote in message:
On Tue, 08 Nov 2011 10:26:37 -0500:

> Paul


Say Paul

Can we chat via emaiil about SSD's :-)

email me at:

gufus[at]shaw[dot]ca

Kevin

--
-gufus
Thou Shalt NOT excessively annoy others or
allow Thyself to become excessively annoyed

Message-ID: j9bhnc$kco$ Sent at 16:42


 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      11-10-2011
gufus wrote:
> Hello, Paul!
>
> "Paul" <> wrote in message:
> On Tue, 08 Nov 2011 10:26:37 -0500:
>
>> Paul

>
> Say Paul
>
> Can we chat via emaiil about SSD's :-)
>
> email me at:
>
> gufus[at]shaw[dot]ca
>
> Kevin
>


Pop a post into alt.comp.hardware ?

I'm really bad at email.

It's much better if more people get a shot at your
question. I don't own an SSD yet, so I can't offer any
first hand experiences with them (like how to do migration
or alignment).

Paul
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 7 CMD Help & Tips Fire cat Customization 16 04-18-2012 05:17 PM
BSOD from fresh installation Quaza Windows 7 Support 8 10-14-2011 08:05 AM
Cannot restore Old XP .DAT files on my Windows 7. I used 'files and settings wizard' luwike Windows 7 Support 15 10-05-2011 10:42 PM
Windows 7 Command Reference rakesh.kulkarni26 Windows 7 Support 2 03-25-2011 02:35 PM
Files missing but appear on Search? carn1x Windows 7 Support 1 07-07-2010 09:23 AM


All times are GMT +1. The time now is 10:15 AM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33