Using the same (defaultdata) registry key everytime the portable app runs.
How can I make a portable app use the same reg key every time it runs. That is, any changes made to the key by the app itself should be discarded when the app is closed.
I cannot use [FileWriteN] because the value in the key is very long. And, the app writes random values to the key so I do not know what to "Find".
The other option would be to first delete the saved reg files in Data\settings every time the app runs, I'm assuming the reg files in Defaultdata will be used then. Is it possible to delete files in Data\settings ?