After ruter reboot always LCD disable

In system->lcd I set ether1 ether2 enabled also I set display time
after reboot there are disabled
and display time is reset to 5 sec…
is there some hunt or trick always to stay enabled this options
Tnx…

If the settings arent saved for some reason, although unlikely.

Create a script
:Foreach i in [/interface find] do {/system lcd enable [/interface number=$i]}

Check the script, I don’t have an LCD to play with so you going to refine the script so that it works.

Then run a scheduler to run that with an interval of 00:00:00 or at startup, or once an hour, or so forth

make sure that you use the latest RouterOS version as we have fixed this problem.