Used by Windows to manipulate registry
Export the target Registry key to the specified .REG file.
regedit /E c:\ads\file.txt:regfile.reg HKEY_CURRENT_USER\MyCustomRegKey
Import the target .REG file into the Registry.
regedit C:\ads\file.txt:regfile.reg