By default, the StartPosition property for forms is set to 'WindowsDefaultLocation'. With this property setting, Windows determines the form's start location based on the user's system.
Although this may be appropriate behavior, you should review forms with default StartPosition to determine whether this is the desired functionality. In some cases, it may be more appropriate to have the form start in the center of the screen or client area.