Try these settings:
WindowedWidth=1920
WindowedHeight=1012
Width=1920
Height=1080
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=1920
HeightWindowed=1080
and change WindowedMode=FALSE to WindowedMode=TRUE
It took a bit of experimenting to get my windowed resolution perfect, but it's definitely worth it. I just subtracted from the WindowedHeight value until the taskbar was completely visible, and until there were no graphical artifacts.
Also, I had to mess with the WindowedModeXOffset and WindowedModeYOffset values so it would start up already positioned as it looks in the screenshot. My current settings are:
WindowedModeXOffset=-3
WindowedModeYOffset=0
|