by H.G.Muller » 04 Dec 2022, 09:25
This is hard to answer without additional information. The problem is that ini files from which WinBoard reads the settings on startup can contain commands that instruct WinBoard to read other ini files, and use these for saving the settings. We usually pre-configure WinBoard such that its 'master ini file' (winboard.ini in the same folder) at the end specifies that settings should be read from and saved to a file with a user-dependent pathname in Window's AppData folder. (So that each user has its own settings.) That would overrule anything that was specified in the master ini file itself (as it is read later.) If there are any settings specified in the master ini file after this /settingsFile command, this would overrule the user-saved settings, though, as WinBoard always obeys the last setting it encounters.
There also is the possibility that you have been starting WinBoard from a shortcut (or start-menu item), which specifies a settings file on the command line. Options specified on the command line are always processed last, so these would overrule everything (and there never would be saved anything to those). So if this is the case, and the settings file for the shortcut would specify fixed time per move, it would explain why saving settings does not help.