Registry Command Line Tool

  • Thread starter Thread starter Bjoern Eberth
  • Start date Start date
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.
 
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.
 
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.
 
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.
 
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.
 
"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
 
"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
 
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...
 
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...
 
Back
Top