c# - Is there a Method to edit certain subkeys of a subkey in the Registry without declaring them all? -


so far had deal single edits, have edit few subkeys bundled in subkey.

is there way edit values of subkeys of registry key declared (e.g. declare registrykey key = .... (@"software\beep), , in beep subkey find meep1,meep2,meep3 etc, want edit in end), or have declare every subkey want edit values in on own?

thanks in advance

i'm guessing 1 way of doing using same method of declaring them, instead giving them different values? since if declare subkey not there yet, it's going create , put in value gave method parameter. if there, it's going change value new value give method. basically, same way created subkeys in first place. don't beat me if i'm wrong, wild guess, never worked registry edits before in c#.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -