Пожалуйста, обратите внимание, что пользователь заблокирован
Hey all, there is a question about the registry that bothers me. If this is the wrong place to post this please inform me and i will post elsewhere.
Let us assume there is an software called 'X'.
When X is installed it creates keys in registry that are used as configuration data.
Now the question is this. Does the registry serve as a place where configuration data is stored and loaded from directly ? Example if the application wants to use dark-mode is this data stored in registry as 1/0 and the data is read from registry by the application and used, that is are modifications made to registry modified solely in registry and the application(X) reads the data and knows when to initiate dark mode/lightmode by reading from registry OR does a modification to registry reflect a modification to the configuration data file for application X, that is if dark mode is chosen, windows modifies the required file in the applications documents to enforce dark-mode.
OR is this dependent on how the program is written and could be written as either one of the two.
Let us assume there is an software called 'X'.
When X is installed it creates keys in registry that are used as configuration data.
Now the question is this. Does the registry serve as a place where configuration data is stored and loaded from directly ? Example if the application wants to use dark-mode is this data stored in registry as 1/0 and the data is read from registry by the application and used, that is are modifications made to registry modified solely in registry and the application(X) reads the data and knows when to initiate dark mode/lightmode by reading from registry OR does a modification to registry reflect a modification to the configuration data file for application X, that is if dark mode is chosen, windows modifies the required file in the applications documents to enforce dark-mode.
OR is this dependent on how the program is written and could be written as either one of the two.