Jump to content

Registry REG_MULTI_SZ How do I modify?


Recommended Posts

Posted

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...

bh0hdu.jpg

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?


Posted
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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...