By : Felipe Ferreira13/07/201113/09/2019 HowTo, Windows 2 Comments on Script to autmaticly send Alt-Tab Script to autmaticly send Alt-Tab VBS Script to autmaticly send Alt-Tab and switch opened programs Option Explicit Dim objShell Set objShell = CreateObject("WScript.Shell") Do objShell.SendKeys "%+{TAB}" Wscript.Sleep 300000 Loop https://www.buymeacoffee.com/felipeferreira View the post Tags: Alt-Tab, script, send, vbs, visualbasic