인터넷 익스플로러 실행안됨 -> Internet Explorer 강제 실행 스크립트 -Windwos 10, Windows 11 -자동백업 백업웨어

운영자 2023.02.08 19:44:39

Internet Explorer 강제 실행 스크립트

  Set IE = CreateObject("InternetExplorer.Application")

    IE.Top = 0

    IE.Left = 0

    IE.StatusBar = True

    IE.Visible = True

    IE.Height = "768"

    IE.Width = "1024"

    IE.navigate "http://google.co.kr"

 

 

internet Explorer.vbs