Swap regkey value

I have a situation where I have two reg keys, say key1 and key2 what I need to do is get the value from key1 and set key2 with key1’s value I have tried several different ways to no aval. below is what I’m working with it does execute but does not seem to change the key values;

regset64 “[HKEY_LOCAL_MACHINE\SOFTWARE\Intel\DF]” “LID” value “ID” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Intel\DF” of registry

basically I want to take the value if the ID key and put it in the LID key.
sorry, I am very new to fixlet authoring