An usual key is HKEY_CURRENT_USER\SOFTWARE + name of the application
Predefined Keys :
"
In HKEY_CURRENT_USER, software vendors store the current user-specific preferences to be used within their applications. Microsoft, for example, creates the HKEY_CURRENT_USER\Software\Microsoft key for its applications to use, with each application creating its own subkey under the Microsoft key.
"
Windows application specific's registry key

thebluetropics
1,046
Reputation points
I need a place to put configuration for my Win32 application inside the registry. Where it is should be? Are there multiple places to store application-specific registry?
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Accepted answer
-
Castorix31 90,956 Reputation points
2022-10-04T04:53:16.127+00:00
1 additional answer
Sort by: Most helpful
-
Nick Roberts 5 Reputation points
2025-07-21T17:15:50.5133333+00:00 HKEY_CURRENT_USER\Software\Your Company\The Application...
HKEY_CURRENT_USER can be abbreviated HKCU