Re: Append to an Existing REG_SZ Value in Registry Using a .Reg Fi

Tech-Archive recommends: Fix windows errors by optimizing your registry





"Pegasus (MVP)" wrote:


"Ron Sochanski" <RonSochanski@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2A7CA875-87BF-4A8A-A896-F03EE962DFFA@xxxxxxxxxxxxxxxx


"Pegasus (MVP)" wrote:


"Ron Sochanski" <RonSochanski@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message
news:61232D85-3056-4240-B8AD-A3269D3E8E23@xxxxxxxxxxxxxxxx
Hello. How can a REG_SZ registry value be modified using a .reg file,
so
as
to append a string to the original data of the value? In other words,
if
a
Windows registry key [HKLM/.../ABCDE] has a REG_SZ value Value1 where
Value1's data is equal to "String1", then how can I modify Value1's
data
to
be "String1"+"String2" (i.e., "String1" concatenated with "String2")
using
a
.reg file, where Value1's data is not known? Thank you.

You have to extport the value, add your string to its data, then
import it into the registry.



That would only work if the value's original data is identical on both
source and target machine. If the value's original data on the target
machine differs from that of the source machine in the distributed .reg
file,
the value's original data on the target machine would essentially be lost.
What's needed here is dynamically determining a value's original data
using a
.reg file. Can this be done? Thank you.

If you run the process I described on the target machine
then it will work because it will extract the existing data
on that machine, no matter what it is.



The process you described involved exporting from the registry and then
subsequently importing into the registry. The only way I know of to export
is to do so manually, i.e., via manually running regedit and then exporting.
On the target machine, therefore, I'd need to manually export, manually edit
the .reg file that was created and then apply the .reg file. I desire to
have a .reg file that has already been created which I could copy to the
target machine and simply run. I don't want to export manually on the target
machine. If there is an automated method to accomplish this, then please
advise.
.



Relevant Pages

  • Re: Export ODBC?
    ... "System/User DSN" and store it on a network share, this way if you ver need to use ODBC connection ... So if you export this node to a *.reg file and run this reg file on a target machine, ...
    (microsoft.public.sqlserver.odbc)
  • Re: Append to an Existing REG_SZ Value in Registry Using a .Reg Fi
    ... Value1's data is equal to "String1", then how can I modify Value1's ... That would only work if the value's original data is identical on both ... machine differs from that of the source machine in the distributed .reg ... If you run the process I described on the target machine ...
    (microsoft.public.windowsxp.general)
  • Re: File Security
    ... and password to the target machine, to a server you have written on that target machine ... >the path is a location of a computer on a LAN network (lets say ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)
  • Re: Append to an Existing REG_SZ Value in Registry Using a .Reg Fi
    ... "Pegasus (MVP)" wrote: ... If you run the process I described on the target machine ... The process you described involved exporting from the registry and then ...
    (microsoft.public.windowsxp.general)
  • Re: portable apps with VB6
    ... registered on the target machine. ... If you can assure that all required ... Richard Grier, MVP ...
    (microsoft.public.vb.general.discussion)