How to be informed/notified of registry modifications
-
Alexandre GRANVAUD wrote:
i'd need text file format (like .regs are)
Which is what
RegSaveKey()
does.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
no it saves a .dat file which is (i verified it with notepad) a binary file not a text file : a proprietary fileformat
-
no it saves a .dat file which is (i verified it with notepad) a binary file not a text file : a proprietary fileformat
My bad. I was thinking of the "export" feature of regedit.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
My bad. I was thinking of the "export" feature of regedit.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
oh it can interest me too ;) i'd like a commandline export feature from regedit, does it exist ?
-
oh it can interest me too ;) i'd like a commandline export feature from regedit, does it exist ?
Alexandre GRANVAUD wrote:
i'd like a commandline export feature from regedit, does it exist ?
No, regedit does not support command-line arguments.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Alexandre GRANVAUD wrote:
i'd like a commandline export feature from regedit, does it exist ?
No, regedit does not support command-line arguments.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
is there another way to extract .reg files from commandline ?
-
Alexandre GRANVAUD wrote:
i'd like a commandline export feature from regedit, does it exist ?
No, regedit does not support command-line arguments.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
Alexandre GRANVAUD wrote:
is there another way to extract .reg files from commandline ?
Other than rolling your own, not that I know of. Using the registry API, it wouldn't be that difficult. If you are considering doing this for the sole purpose of comparing two registry keys, don't bother writing to disk first. That would be just too much time. Write to some data structure in memory instead.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne