How to backup Repetier-Host registry entries
I want to backup all the config changes and additions I made to RH.
How do I backup RH registry entries?
How do I import them back into the registry?
The answer is NOT:
Export HKEY_CURRENT_USER\Software\Repetier to a .reg file
Import the reg file
because it does not work.
How do I backup RH registry entries?
How do I import them back into the registry?
The answer is NOT:
Export HKEY_CURRENT_USER\Software\Repetier to a .reg file
Import the reg file
because it does not work.
Comments
What it does not back up is slicer settings which are stored in separate directories. These can be just zipped and saved somewhere.
All other lines only have one CR and import properly.
So how do I eliminate one of the CR in the export OR
How do I make the import work with 2 CRs?
If I look at the code line in Regedit there is only 1 0D.
When I export it and look at the reg file, there are 2 0D s
It is only the code lines, I assume it is because the other lines do not contain a 0D, 0A sequence.
https://answers.microsoft.com/en-us/newthread?threadtype=Questions&cancelurl=%2Fen-us%2Fwindows%2Fforum&forum=windows&filter=
But on testing the strings all finished to 00 00 which is correct. Exported multiline strings look like this
which is absolutely correct as far as I can say. This is on a current windows 10 system.
Regards,
Lewis