Window state maximized for all users

Hi there is there any way within Epicor that the default Windows state for all users opening any screen can be set to maximized? Preferences or customization ?

Thanks :grinning:

That would be something that could be forced in a customization.

this.UD01Form.WindowState = FormWindowState.Maximized;

1 Like