I want to write application settings in the registry, that are shared by x86 and x64 applications running on Windows 7 x64.
The best practice is to save them in HKEY_LOCAL_MACHINE\Software\Company\Product, but that gets redirected when in WOW64.
Can I write them in HKEY_LOCAL_MACHINE\System.. instead? Or System is reserved for other thigns?