1
General Board / Re: Simple way to migrate from 32 to 64 Version
« on: March 21, 2025, 10:43:57 pm »
We have not yet performed the migration, but have observed that the custom options are located elsewhere in the Windows Registry for the 64-bit version.
Maybe the following command in the shell could help:
reg copy "HKCU\SOFTWARE\Sparx Systems\EA400\EA\OPTIONS" "HKCU\SOFTWARE\Sparx Systems\EA64\EA\OPTIONS" /s
One could even use the syntax '[\\Machine\]Fullkey' to reach remote computers.
Maybe the following command in the shell could help:
reg copy "HKCU\SOFTWARE\Sparx Systems\EA400\EA\OPTIONS" "HKCU\SOFTWARE\Sparx Systems\EA64\EA\OPTIONS" /s
One could even use the syntax '[\\Machine\]Fullkey' to reach remote computers.