I am new to Cameyo, so my understanding of it might not be that experienced. I have created some apps for testing through it. I saw one post here about the volatile registry, and then also that the registry of a program (i.e. it's settings/preferences) are saved to a local file inside the sandbox folder.
So my understanding of it is as such, that the registry values are loaded from those local files when the app launches, it runs, you work, and any settings or anything else which would affect the registry is stored into that volatile location, which is lost after the program is completely exited from. But it's all written in the local registry files. Correct me if I am wrong. I saw that all those files are in a dat format.
VirtReg.dat and VirtRegBase.dat or something like that. What I am interested in is for a way to see that registry and modify it while the program is not running. And then save it, let the program load the new registry. Is it possible to do that?