Open a LO Writer document minimized from batch file

I’m trying to write a Windows/DOS batch file that opens a specific Writer file minimized. This is what I have so far:

start “C:\Program Files\LibreOffice\program\swriter.exe -minimized” “G:\Storage Documents\file.odt”
Everything works, except the file opens maximized, as usual.
Working in Windows 10.