PDA

View Full Version : Can this be *REMOVED* or *DELETED* from the registry ?


rtdos \(status@rtdos.info\)
December 5th 03, 07:18 AM
Under HKEY_CLASSES_ROOT i have the following two keys (and several like it):

FaxServer.FaxServer
and
FaxServer.FaxServer.1

Is it ok delete "FaxServer.FaxServer.1" and all registry entries like it?
They appear to be duplicated where the "xx.1" is only the backup?


--
*** REPLY REQUESTED WHEN CONVENIENT ***

Woodzy (sysop at rtdos dot com)
http://www.rtdos.com

Tom Porterfield
December 5th 03, 07:20 AM
rtdos ) wrote:
> Under HKEY_CLASSES_ROOT i have the following two keys (and several like
> it):
>
> FaxServer.FaxServer
> and
> FaxServer.FaxServer.1
>
> Is it ok delete "FaxServer.FaxServer.1" and all registry entries like
> it? They appear to be duplicated where the "xx.1" is only the backup?

Those aren't backups, they are the version dependent variations. If you
only have one version of the program that supports the FaxServer.FaxServer
interface then the two keys will appear identical. However the .1 version
allows for a .2, .3, etc. Meaning they could upgrade the program to newer
versions while supporting backwards compatibility with previous versions
since the information for all of the versions can be stored in the
registry in separate keys. Generally the non-versioned key, in your case
FaxServer.FaxServer, would be equal to the latest version.
--
Tom Porterfield
MS-MVP Windows XP & Smart Display
http://mywebpages.comcast.net/tp.porterfield/support

Please post all follow-ups to the newsgroup only.

status@rtdos.info
December 5th 03, 07:20 AM
Does this go for NON-Microsoft stuff as well?


"Tom Porterfield" > wrote in message >...
> rtdos ) wrote:
> > Under HKEY_CLASSES_ROOT i have the following two keys (and several like
> > it):
> >
> > FaxServer.FaxServer
> > and
> > FaxServer.FaxServer.1
> >
> > Is it ok delete "FaxServer.FaxServer.1" and all registry entries like
> > it? They appear to be duplicated where the "xx.1" is only the backup?
>
> Those aren't backups, they are the version dependent variations. If you
> only have one version of the program that supports the FaxServer.FaxServer
> interface then the two keys will appear identical. However the .1 version
> allows for a .2, .3, etc. Meaning they could upgrade the program to newer
> versions while supporting backwards compatibility with previous versions
> since the information for all of the versions can be stored in the
> registry in separate keys. Generally the non-versioned key, in your case
> FaxServer.FaxServer, would be equal to the latest version.

Joe T.
December 5th 03, 07:20 AM
rtdos ) wrote:

>Under HKEY_CLASSES_ROOT i have the following two keys (and several like it):
>
>FaxServer.FaxServer
>and
>FaxServer.FaxServer.1
>
>Is it ok delete "FaxServer.FaxServer.1" and all registry entries like it?
>They appear to be duplicated where the "xx.1" is only the backup?
>
>
>
>
i'm pretty sure FaxServer is a service within Windows that allows your
computer to receive/intercept incoming fax calls, and send them out
through your modem.

You wouldn't really need to delete the registry entries for it, just
disable the service if you don't want it running. However, if you know
for sure that those entries are for something else, do as you please. :-)
joe t.

Tom Porterfield
December 5th 03, 07:22 AM
wrote:

>>> Is it ok delete "FaxServer.FaxServer.1" and all registry entries like
>>> it? They appear to be duplicated where the "xx.1" is only the backup?
>>
>> Those aren't backups, they are the version dependent variations.

> Does this go for NON-Microsoft stuff as well?

Yes. This is the way programs that use the COM model work. Any software
development company can take advantage of this technology when writing
programs for the Windows platform.
--
Tom Porterfield
MS-MVP Windows XP & Smart Display
http://mywebpages.comcast.net/tp.porterfield/support

Please post all follow-ups to the newsgroup only.

Google