How to change amount of the backup files?
Changing the amount of the backup files is possible only by editing the configuration file of Desktop-Reminder. This file is default located in the following location:
On 64-bit Windows C:\Program Files (x86)\Desktop-Reminder 2\DesktopReminder2.exe.config
On 32-bit Windows C:\Program Files\Desktop-Reminder 2\DesktopReminder2.exe.config
Find the following text in the file:
<setting name="MaxBackupFileCount" serializeAs="String"> <value>10</value> </setting>
Change the value of 10 to any positive value you like.
Important: Editing the configuration file may require starting your text editor as an administrator before opening the file.