I am writing a script to export registry keys from my desktop (master) and import them on my laptop (slave).
While scanning the registry, I found the key HKEY_LOCAL_MACHINE\SOFTWARE\GPSoftware\Directory Opus\Config\System\Data
. It has lots of binary values and I don't know their purpose.
I am trying to skip machine dependent entries, like hard coded coordinates for windows, activation codes tied to hardware, etc.
Is it safe to sync that key? In other words, will Opus stop working correctly if I sync that key?
Currently that is the only one I came across. If you know of any other key used by Opus that may not look safe to export-import, tell me.