How to change registry value with command line?

M

Mesak

I would like to change value of registry key with command line? I foulnd reg
add command but it can't change value. Do you have any command?
 
P

Pegasus [MVP]

Mesak said:
I would like to change value of registry key with command line? I foulnd
reg
add command but it can't change value. Do you have any command?

Simple: reg del, then reg add.
 
J

John Wunderlich

I would like to change value of registry key with command line? I
foulnd reg add command but it can't change value. Do you have any
command?

"reg add" will change the value if you have permissions. Use the /f
option with the command.

HTH,
John
 

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