Updating registry entries with equals character

  • Thread starter Thread starter Chris Turner
  • Start date Start date
C

Chris Turner

Hi all,

I've been trying to script a registry update procedure,
but have come up against a brick wall. How do I insert
entries such as the following:

REG UPDATE HKLM\SOFTWARE\TEST\TEST="ME=MYPATH"

where the value 'TEST' is a REG_MULTI_SZ value? When I try
to insert the value with an '=', I am told "The system was
unable to find the specified registry key."

How can I do this? Is there an escape character?
 

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

Back
Top