Dim myprocess As New Process With myprocess .StartInfo.FileName = "C:\.....\file.xyz" .StartInfo.WindowStyle = ProcessWindowStyle.Maximized .Start() End With