Click to See Complete Forum and Search --> : Not really VB but I'm sure somebody will know this one


inhumanoid
October 20th, 1999, 08:30 AM
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

Lothar Haensler
October 20th, 1999, 08:36 AM
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.

inhumanoid
October 20th, 1999, 09:15 AM
cheers.....