Hi all,
I am trying to configure WMP to be used as Kodi external player.
All is good and works Ok except /fullscreen argument is not getting recognised by WMP and as the result it plays in small window and I have to maximise the window manually.
I use the below playercorefactory and will appreciate if anyone can suggests what needs to be done to get WMP starting in full screen automatically

<playercorefactory>
####<players>
########<player name="WMP" type="ExternalPlayer" audio="false" video="true">
############<filename>C:\Program Files (x86)\Windows Media Player\wmplayer.exe</filename>
############<args>"{1}" /fullscreen</args>
############<hidexbmc>false</hidexbmc>
############<hideconsole>false</hideconsole>
############<warpcursor>none</warpcursor>
########</player>
####</players>

####<rules action="prepend">
########<rule internetstream="True" player="WMP"/>
####</rules>
</playercorefactory>