Hello, I currently have this script that opens three tabs in IE and switches to the next tab every 60 seconds. The problem is, that when the script is running, multiple open tabs in the Windows explorer or applications (even AutoIt) also switch. This is not the intension of the script. How can I fix this? Besides showmaximized, is it also possible to show two IE sessions fully maximized (like F11 does)?   #include <IE.au3> ; Opens IE with three tabs $oIE = _IE