Registry Command Line Tool

B

Bjoern Eberth

Hi there,

i'm searching for a Tool, that can export remote Windows Registry into
a txt File.

The tool must work on CommandLine and i have to Export for Example
whole HKEY_USERS.

Does anyone know such tool?
Regedit.exe don't works, because i think it can only export local
registry on CommandLine.

Thx in advance
Bjoern

Ps: I hope this is the correct ng for this question.
 
T

Torgeir Bakken (MVP)

Bjoern said:
i'm searching for a Tool, that can export remote Windows Registry into
a txt File.

The tool must work on CommandLine and i have to Export for Example
whole HKEY_USERS.

Does anyone know such tool?
Regedit.exe don't works, because i think it can only export local
registry on CommandLine.

Hi

I would think Microsoft's Reg.exe should be able to do this.

Reg.exe for Win2k is in the Support Tools found on the Win2k CD,
\Support\Tools\Suptools.msi, or for the latest version of
Support Tools (should work on non-SP4 computers as well):

http://www.microsoft.com/windows2000/downloads/servicepacks/sp4/supporttools.asp



For WinXP and Win2k3, Reg.exe comes installed with the OS.
 
T

Torgeir Bakken (MVP)

Bjoern said:
i'm searching for a Tool, that can export remote Windows Registry into
a txt File.

The tool must work on CommandLine and i have to Export for Example
whole HKEY_USERS.

Does anyone know such tool?
Regedit.exe don't works, because i think it can only export local
registry on CommandLine.

Hi

I would think Microsoft's Reg.exe should be able to do this.

Reg.exe for Win2k is in the Support Tools found on the Win2k CD,
\Support\Tools\Suptools.msi, or for the latest version of
Support Tools (should work on non-SP4 computers as well):

http://www.microsoft.com/windows2000/downloads/servicepacks/sp4/supporttools.asp



For WinXP and Win2k3, Reg.exe comes installed with the OS.
 
M

Mark V

In said:
Hi

I would think Microsoft's Reg.exe should be able to do this.

Reg.exe for Win2k is in the Support Tools found on the Win2k CD,
\Support\Tools\Suptools.msi, or for the latest version of
Support Tools (should work on non-SP4 computers as well):

http://www.microsoft.com/windows2000/downloads/servicepacks/sp4/sup
porttools.asp

"export remote Windows Registry"
Might need something like psexec.exe too.
http://www.sysinternals.com/ntw2k/freeware/psexec.shtml

And a slow manual GUI way if Remote Registry Service is running on
the clients.
 
M

Mark V

In said:
Hi

I would think Microsoft's Reg.exe should be able to do this.

Reg.exe for Win2k is in the Support Tools found on the Win2k CD,
\Support\Tools\Suptools.msi, or for the latest version of
Support Tools (should work on non-SP4 computers as well):

http://www.microsoft.com/windows2000/downloads/servicepacks/sp4/sup
porttools.asp

"export remote Windows Registry"
Might need something like psexec.exe too.
http://www.sysinternals.com/ntw2k/freeware/psexec.shtml

And a slow manual GUI way if Remote Registry Service is running on
the clients.
 
B

Bjoern Eberth

"export remote Windows Registry"
Might need something like psexec.exe too.
http://www.sysinternals.com/ntw2k/freeware/psexec.shtml

And a slow manual GUI way if Remote Registry Service is running on
the clients.

Thx Guys. But whats about licencing issues?
The tools of sysinternals are not freely redistributeable, so i can't
use.
But reg.exe seems to be very nice. I have to check, if i can
distribute it, with my own software product.

Bjoern
 
B

Bjoern Eberth

"export remote Windows Registry"
Might need something like psexec.exe too.
http://www.sysinternals.com/ntw2k/freeware/psexec.shtml

And a slow manual GUI way if Remote Registry Service is running on
the clients.

Thx Guys. But whats about licencing issues?
The tools of sysinternals are not freely redistributeable, so i can't
use.
But reg.exe seems to be very nice. I have to check, if i can
distribute it, with my own software product.

Bjoern
 
M

Mark V

In said:
Thx Guys. But whats about licencing issues?
The tools of sysinternals are not freely redistributeable, so i can't
use.
But reg.exe seems to be very nice. I have to check, if i can
distribute it, with my own software product.

I doubt it. Someone here will know.

If you or your programmer could just utilize the Win32 APIs for this
registry functionality...
 
M

Mark V

In said:
Thx Guys. But whats about licencing issues?
The tools of sysinternals are not freely redistributeable, so i can't
use.
But reg.exe seems to be very nice. I have to check, if i can
distribute it, with my own software product.

I doubt it. Someone here will know.

If you or your programmer could just utilize the Win32 APIs for this
registry functionality...
 

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