StartURL = "https://sys.966120.com.cn/goocar/GPSmilestat.asp" set IE = CreateObject("InternetExplorer.Application") IE.Visible = True IE.Navigate StartURL Set IE = Nothing Set ws = CreateObject("Wscript.Shell") ws.run "taskkill /f /im iexplore.exe",vbhide Set ws = nothing