Change value of the default string

G

Guest

I am writing a registry key to remotely modify registries. Their are values in the Default string that I would like to include. If I add

"(Default)"="Adobe Acrobat Document" It adds a second instance of the default string

If I use

@="Adobe Acrobat Document" (which is the format when I exported this key from a a working machine and works when I manually import it ) It doesn't recognized it at all when I do it remotly. Is there something that I'm missing

Thank you

- Bria
 
M

Mark V

In said:
I am writing a registry key to remotely modify registries. Their
are values in the Default string that I would like to include. If
I add

"(Default)"="Adobe Acrobat Document" It adds a second instance of
the default string.

If I use

@="Adobe Acrobat Document" (which is the format when I exported
this key from a a working machine and works when I manually import
it ) It doesn't recognized it at all when I do it remotly. Is
there something that I'm missing.

This second one is correct for .REG file format.
What do mean exactly by "remotely" and does this merge involve
HKEY_CURRENT_USER (which may not do what you want in some "remote"
scenarios)?
 
M

Mark V

In said:
I am writing a registry key to remotely modify registries. Their
are values in the Default string that I would like to include. If
I add

"(Default)"="Adobe Acrobat Document" It adds a second instance of
the default string.

If I use

@="Adobe Acrobat Document" (which is the format when I exported
this key from a a working machine and works when I manually import
it ) It doesn't recognized it at all when I do it remotly. Is
there something that I'm missing.

This second one is correct for .REG file format.
What do mean exactly by "remotely" and does this merge involve
HKEY_CURRENT_USER (which may not do what you want in some "remote"
scenarios)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top