Viewing external Registry

P

Patrick

I have a registry that I exported from a server and would like to
view on a desktop. what can I use to view this?
 
D

Dave Patrick

If you mean a REG file you can use notepad.exe

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| I have a registry that I exported from a server and would like to
| view on a desktop. what can I use to view this?
 
D

Dave Patrick

If you mean a REG file you can use notepad.exe

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| I have a registry that I exported from a server and would like to
| view on a desktop. what can I use to view this?
 
P

Patrick

thank you,
do you know where in a W2K registry would I find what services are
running and what software is installed?
 
P

Patrick

thank you,
do you know where in a W2K registry would I find what services are
running and what software is installed?
 
M

Mark V

In said:
I have a registry that I exported from a server and would like to
view on a desktop. what can I use to view this?

It might be easier and more useful to copy the servers freshly backed
up hive files on disk, then "load" them into regedt32 on another
system....
 
M

Mark V

In said:
I have a registry that I exported from a server and would like to
view on a desktop. what can I use to view this?

It might be easier and more useful to copy the servers freshly backed
up hive files on disk, then "load" them into regedt32 on another
system....
 
T

Torgeir Bakken \(MVP\)

Patrick said:
do you know where in a W2K registry would I find what
services are running

The keys under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
will give you an indication (note that if the "Start" value is set
to 4, the service is disabled)

and what software is installed?

The keys under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
will give you an indication
 
T

Torgeir Bakken \(MVP\)

Patrick said:
do you know where in a W2K registry would I find what
services are running

The keys under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
will give you an indication (note that if the "Start" value is set
to 4, the service is disabled)

and what software is installed?

The keys under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
will give you an indication
 
P

Patrick

thank you very much for the quick response

The keys under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
will give you an indication (note that if the "Start" value is set
to 4, the service is disabled)



The keys under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
will give you an indication
 
P

Patrick

thank you very much for the quick response

The keys under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
will give you an indication (note that if the "Start" value is set
to 4, the service is disabled)



The keys under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
will give you an indication
 
D

Dave Patrick

0x0 "Boot" Represents a part of the driver stack for the boot volume and
must therefore be loaded by the Boot Loader.
0x1 "System" Represents a driver to be loaded subsystem at Kernel
initialization.
0x2 "Automatic" To be loaded or started automatically for all startups,
regardless of service type.
0x3 "Manual" Available, regardless of type, but will not be started until
the user starts it (for example, by using the Devices icon in Control
Panel).
0x4 "Disabled" NOT TO BE STARTED UNDER ANY CONDITIONS.


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| can you tell me what status for the service the number 1,2,3, stand
| for? thanks
 
D

Dave Patrick

0x0 "Boot" Represents a part of the driver stack for the boot volume and
must therefore be loaded by the Boot Loader.
0x1 "System" Represents a driver to be loaded subsystem at Kernel
initialization.
0x2 "Automatic" To be loaded or started automatically for all startups,
regardless of service type.
0x3 "Manual" Available, regardless of type, but will not be started until
the user starts it (for example, by using the Devices icon in Control
Panel).
0x4 "Disabled" NOT TO BE STARTED UNDER ANY CONDITIONS.


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| can you tell me what status for the service the number 1,2,3, stand
| for? thanks
 
P

Patrick

when I export the registry from the remote server, can I export the
whole reg or do I just need the hive. I have an entire registry
exported and regedt32 is asking me to load a hive. I point to the
registry i have saved then put in a hive name but it says it cannot
complete the operation.
 
P

Patrick

when I export the registry from the remote server, can I export the
whole reg or do I just need the hive. I have an entire registry
exported and regedt32 is asking me to load a hive. I point to the
registry i have saved then put in a hive name but it says it cannot
complete the operation.
 
M

Mark V

In said:
when I export the registry from the remote server, can I export
the whole reg or do I just need the hive. I have an entire

"Export" is traditionally a term used to describe saving portions of
the registry to a text (typical .REG) file.
registry exported and regedt32 is asking me to load a hive. I
point to the registry i have saved then put in a hive name but it
says it cannot complete the operation.

The ntbackup.exe when making an ERD (and with the box, "Also
backup..." checked) will save the system (and the logged Admin
user's) registry hives to files at %systemroot%\repair\RegBack\ as
files. Binary Hive files.

It is these files (not "exports") that may be "loaded" into
regedt32.exe (regedit on XP) on the same or other machine. One
cannot "Load hive..." a text REG file. Since you just want to
read/search many cautions omitted here, but be sure to "unload" the
hive file before exiting the registry editor. It seems you would
want primarity the hive files SOFTWARE and SYSTEM for your
investigation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top