Windows10/Windows11两种打开IE浏览器的方法

 Windows10/Windows11打开IE浏览器的两种方法介绍。

第一种用VBS脚本,将下面代码保存成IE.vbs

Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate "https://www.baidu.com/"

第二种用快捷方式,将下面快捷方式地址贴到【请键入对象的位置(T):】里面,然后保存成Internet Explorer快捷方式

"C:\Program Files\Internet Explorer\iexplore.exe" https://www.baidu.com/#ie={inputEncoding}&wd=%s -Embedding

Comments

No comments yet. Why don’t you start the discussion?

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注