Not really VB but I'm sure somebody will know this one
Lets say there is a registry setting:
HKEY_CLASSES_ROOT\subone\subtwo\subthree
This has a value name "Default" with value data "%1" %*
and I want to change it to something like
HKEY_CLASSES_ROOT\subone\subtwo\subthree
With has a value name "Default" with value data "%1" %* "test"
How would i be doing then with a normal *.reg file.
So I'm asking for the ASCII stuff inside the regfile wich would make these changes..
thanx
Re: Not really VB but I'm sure somebody will know this one
start regedit, go to the desired key and select it.
select export from the file menu and look at the ascii text of the reg file.
modify that and reimport it.
Re: Not really VB but I'm sure somebody will know this one