Qt - write to registry 32/64 issue
问题 I'm writing a Qt application for windows, and using windows 7 64 bit. The application has to write to the registry, I tried to use QSettings class, but as I found in the documentation: On Windows, for 32-bit programs running in WOW64 mode, settings are stored in the following registry path: HKEY_LOCAL_MACHINE\Software\WOW6432node\MySW Is there a way to override it and write to: HKEY_LOCAL_MACHINE\Software\MySW directly? Clarification: The application is writing to the registry, the keys