Change Value in the registry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need a way to create value or change a value in my registry.
this is the KEY:

[HKEY_LOCAL_MACHINE\SOFTWARE\MY\MY_SOFT\234\Directory]

For some times I have to change the value of 234 to 254 or 265....

I want to create a batch file so this will be changed automatically, I don't
want to pass to 43 stations to change it

Any idea please

Thanks
 
Hermione said:
Hi,

I need a way to create value or change a value in my registry.
this is the KEY:

[HKEY_LOCAL_MACHINE\SOFTWARE\MY\MY_SOFT\234\Directory]

For some times I have to change the value of 234 to 254 or 265....

I want to create a batch file so this will be changed automatically, I
don't
want to pass to 43 stations to change it

Any idea please

Thanks

Have a look at the 'reg' command

[Start > run >cmd]

reg add /?
reg delete /?

Jon
 
Hermione said:
Hi,

I need a way to create value or change a value in my registry.
this is the KEY:

[HKEY_LOCAL_MACHINE\SOFTWARE\MY\MY_SOFT\234\Directory]

For some times I have to change the value of 234 to 254 or 265....

I want to create a batch file so this will be changed automatically, I
don't want to pass to 43 stations to change it

Any idea please

Thanks
Here is the best one:
http://www.eytcheson.com/
After you download it and install, click on help, about, right click on the
screen and click on special thanks. You know i can help you...
 
Back
Top