hLZ, через AutoIt
Код
Example()
Func Example()
; Run Notepad
Run("notepad.exe")
Local $hWnd = WinWait("[CLASS:Notepad]", "", 10)
Local $aPos = WinGetPos($hWnd)
WinSetState($hWnd, "", @SW_MAXIMIZE)
WinMove($hWnd, "", 0, 50, Default, Default)
EndFunc ;==>Example
WinMove($hWnd, "", 0, 50, Default, Default)
0 - x
50 - y
Default - высота
Default - ширина