registery keys

J

Jean Pierre Daviau

Hi everyone,

Is there something cmd or else can do to export registery keys
programmatically?



--
Thanks for your attention.


Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
Processor Radeon7000 0x5159 agp
 
M

Matthias Tacke

Jean said:
Hi everyone,

Is there something cmd or else can do to export registery keys
programmatically?

regedit.exe /ea YourKeySave.reg HKEY_CURRENT_USER\Software\YourApp

or with a different incompatible format

reg query "HKEY_CURRENT_USER\Software\YourApp" /S >YourKeySave.reg
 
J

Jean Pierre Daviau

Matthias Tacke said:
regedit.exe /ea YourKeySave.reg
HKEY_CURRENT_USER\Software\YourApp

or with a different incompatible format

reg query "HKEY_CURRENT_USER\Software\YourApp" /S

How about
reg export?
 
M

Matthias Tacke

Jean said:
How about
reg export?
I never used it, so it didn't come to my mind.
Should be a better alternative as it accepts abbreviations hkcu hklm etc.
 

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

Similar Threads

setting screen in ansi on the fly 1
mkdir %_folder% 1
cmd and win98 1
french characters 9
zeroing a registery key programmatically 3
impossible ipod? 4
command line VS cmd file 3
pushd 4

Top