|
-
October 20th, 1999, 08:30 AM
#1
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
-
October 20th, 1999, 08:36 AM
#2
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.
-
October 20th, 1999, 09:15 AM
#3
Re: Not really VB but I'm sure somebody will know this one
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|