changing value of a registry key from command line possible ?

B

bill

Hello,

is it possible to change the value of a registry key from command
line? How?



Thank's a lot for any feedback!

Bill
 
J

John John

You can use Regedit.exe with a .reg file:

REGEDIT /S newvalue.REG

Or, if you absolutely need to purely do it at the command line, you can
use Reg.exe. (reg add). Reg.exe is an NT4 Resource Kit utility. It is
on the Windows 2000 CD in the Support Tools folder. If you are using XP
the tool is included with the OS.

John
 
B

bill

You can use Regedit.exe with a .reg file:

REGEDIT /S newvalue.REG

Or, if you absolutely need to purely do it at the command line, you can
use Reg.exe. (reg add). Reg.exe is an NT4 Resource Kit utility. It is
on the Windows 2000 CD in the Support Tools folder. If you are using XP
the tool is included with the OS.

John



Thank's a lot John; I am going to study "Reg.exe. (reg add)" :)

Cheers,

Bill
 

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