How to change registry value with command line?

  • Thread starter Thread starter Mesak
  • Start date Start date
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?
 
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.
 
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
 
Back
Top