Hi Folks, I am a newbie in autoIt and also facing the same issue. I am using below script, it opens another IE page which is blank. Is there any way to close this another IE window? Appreciate the help. $oIE = _IECreate($TargetAddress,1) $HWND = _IEPropertyGet($oIE, "hwnd") WinSetState($HWND, "", @SW_MAXIMIZE) Thanks, PD