TLDR
Enter a command. For example: choco apikey, choco outdated.

reg copy

 
Copy keys and their values in the registry. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/reg-copy.
 
  • Copy a registry key to a new registry location:
     
    reg copy {{old_key_name}} {{new_key_name}}
     
  • Copy a registry key recursively to a new registry location:
     
    reg copy {{old_key_name}} {{new_key_name}} /s
     
  • Forcefully copy a registry key without a prompt:
     
    reg copy {{old_key_name}} {{new_key_name}} /f

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.