Help - Search - Members - Calendar
Full Version: Registry REG_MULTI_SZ How do I modify?
MSFN Forums > The General Stuff > General Discussion

   


Google Internet Forums Unattended CD/DVD Guide
-X-
Is there a way to modify an existing value in HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\System without manual editing?

The value (Sources) looks like this...



and I need to insert something in the long list. I've tried reg add but that asks me to overwrite. I presume importing a reg file will do the same. Setup programs can do it so I'm hoping there's a way.

Any ideas?
cluberti
QUOTE (-X- @ Sep 24 2009, 04:09 PM) *
Setup programs can do it so I'm hoping there's a way.
There is, but you're gonna have to learn a dev language if you don't know one already, and write some code. The reason programs can do this is because the developer has taken a value, read it in as a string, created a new value, and written it to the registry via the RegSetValueEx function in the application's code.
submix8c
? along the same line, a BAT/CMD script to dump, append, and reload ?




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.