TLDR
Enter a command. For example: takeown, query, expand, doskey.

reg save

 
Save a registry key, its sub keys and values to a file. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/reg-save.
 
  • Save a registry key, its sub keys and values to a specific file:
     
    reg save {{key_name}} {{path/to/file}}
     
  • Forcefully overwrite an existing file without a prompt:
     
    reg save {{key_name}} {{path/to/file}} /y

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.