
reg-copy
List of commands for reg-copy:
-
reg-copy:tldr:0985c reg-copy: Forcefully copy a registry key without a prompt.$ reg copy ${old_key_name} ${new_key_name} /ftry on your machineexplain this command
-
reg-copy:tldr:0f7f9 reg-copy: Copy a registry key recursively to a new registry location.$ reg copy ${old_key_name} ${new_key_name} /stry on your machineexplain this command
-
reg-copy:tldr:46d43 reg-copy: Copy a registry key to a new registry location.$ reg copy ${old_key_name} ${new_key_name}try on your machineexplain this command