@ounet22
I would like to see onlie doc https://npp-user-manual.org/doc but not working
That hasn’t been the documentation URL for years, and there shouldn’t be anything left that links to that. The ? links you to npp-user-manual.org, which is the official online user manual.
Can I ask you the same thing for force for all user not update
The manual doesn’t delve into the nitty gritty mapping of each preference to which attribute in the config.xml it refers to. The expectation when Don tasked me and others to implement the modern user manual was to make it focused on “normal” users – and “normal” users only want to use the GUI. For people who want to manually edit the config.xml instead of use the GUI, they are expected to experiment with the GUI, see how it influences the config.xml, and then make the changes.
As someone who is trying to deploy, I understand your need to get deeper into the details. But really, since you have to unpack the default installer to be able to get at the config files that you need to configure anyway, I would think it would be easiest to unpack, go into the GUI and make the settings the way you want, then go grab the GUI-edited config files.
But the update setting is controlled by
<GUIConfig name="noUpdate" intervalDays="15" nextUpdateDate="20220223">yes</GUIConfig>
Note that the value yes means “no update”, and no means “do the automatic update”. So what I’ve shown you will disable the automatic updater.