MSFN Forum: Registry REG_MULTI_SZ How do I modify? - MSFN Forum

Jump to content



Think before posting!

If your post is even remotely technical in nature, it probably doesn't belong here. Take another look at the forums and try to find the *right* location before posting a technical question here.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Registry REG_MULTI_SZ How do I modify?

#1 User is offline   -X- 

  • Member
  • Group: Patrons
  • Posts: 1,567
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 September 2009 - 02:09 PM

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

Posted Image

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?


#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,934
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 September 2009 - 12:27 PM

View Post-X-, on Sep 24 2009, 04:09 PM, said:

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.

#3 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 26 September 2009 - 12:43 PM

? along the same line, a BAT/CMD script to dump, append, and reload ?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy