vote up 1 vote down star

I would like to document the file format of regedit utility, so data can be merged into the registry.

From the command-line you can (silently) merge data from a batch file like this:

regedit /s file.reg

Exporting from a subkey goes like this:

regedit /e file.reg "HKEY_XX\key"
flag

65% accept rate
I don't think SO's intention is to rebuild all the knowledge of the internet in one place, but rather to fill the gaps a Google search leaves open. – Tomalak Dec 2 '08 at 15:29

4 Answers

vote up 2 vote down

Documenting the .reg file format is really more Microsoft's job.

link|flag
vote up 1 vote down check

Remove keys and values by using the minus sign (-).

REGEDIT4
[-HKEY_CURRENT_USER\RemoveThisTree]
[HKEY_CURRENT_USER\RemoveValue]
"valueName"=-
link|flag
Cool, I didn't know the minus sign removed registry keys and values. Good info. – Ron Todosichuk Dec 8 '08 at 14:51
vote up 0 vote down

Have a look at wotsit.org and search for "reg". You can download a relatively good documentation for "Windows Registry File Format (ASCII .REG format)" by Jeroen Mostert there.

link|flag
vote up 0 vote down

Use Reg apis.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.