Can this be *REMOVED* or *DELETED* from the registry ?

  • Thread starter Thread starter rtdos \(status
  • Start date Start date
R

rtdos \(status

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?
 
Does this go for NON-Microsoft stuff as well?


Tom Porterfield said:
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.
 
rtdos said:
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.
 
Back
Top