Is there any reason why there are two command windows poping up when starting LyX on Windows?
The first one is due to the batch file which starts lyx, it could be suppressed by changing the property "show only a minimized window". And the second window is because lyx is linked as console application. By linking lyx with /SUBSYSTEM:WINDOWS we could also remove the second one. Peter