--- syntax: markdown tags: [tldr, windows] source: https://github.com/tldr-pages/tldr.git --- # reg save > Save a registry key, its sub keys and values to a file. > More information: . - Save a registry key, its sub keys and values to a specific file: `reg save {{key_name}} {{path o ile}}` - Forcefully overwrite an existing file without a prompt: `reg save {{key_name}} {{path o ile}} /y`