Used by Windows to manipulate registry
Export the target Registry key to the specified .REG file.
regedit /E {PATH_ABSOLUTE}:regfile.reg HKEY_CURRENT_USER\MyCustomRegKey
Import the target .REG file into the Registry.
regedit {PATH_ABSOLUTE}:regfile.reg