如何在Windows 8中从命令行打开用于桌面的Internet Explorer?

阿迪拉·奥兹古尔(Atilla Ozgur)

Windows 8中两种不同的Internet Explorer版本。我想从命令行打开桌面的Internet Explorer。

我们可以通过Win+ Riexplore来运行它,但是我想从命令提示符或PowerShell中运行它。能做到吗

盖·托马斯(Guy Thomas)

使用PowerShell,我发现这Invoke-Item是一个关键命令:

Invoke-Item "C:\Program Files\Internet Explorer\iexplore.exe"

其他因素:

  1. 仅当我提供了iexplore.exe的完整路径时,该命令才对我有用。

  2. 如果您保存指令并从.ps1文件运行,则可能会遇到脚本执行问题。在这种情况下,请从提升的PowerShell提示符处执行以下操作:

    Set-ExecutionPolicy RemoteSigned
    

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何在Windows 8.1中以“桌面模式”而不是“ Windows UI模式”打开Internet Explorer

如何在Windows 7上安装Internet Explorer 8?

Windows Explorer 7命令行

从命令行关闭所有Internet Explorer实例?

如何在Windows 8上获取Metro Explorer的Metro版本?

如何在Windows上从命令行在PhpStorm中打开项目

如何在Windows中从命令行停止服务?

如何在Windows 8中从命令行运行Metro-Application?

在 Windows 中从命令行打开 Visual Studio Code

在Windows 10中从命令行打开xz文件

如何在Internet Explorer中屏蔽广告?

如何在Internet Explorer中运行VBS

如何在Internet Explorer 8中获取innerWidth

如何从命令行打开HUD。

如何从命令行打开SourceTree?

如何在Unity中从命令行更改桌面背景?

Internet Explorer命令行参数

如何在Internet Explorer 11上的Windows 8.1中检测触摸屏?

如何在用户配置文件Windows Server中自动删除临时Internet Explorer文件?

TestCafe 如何在 Internet Explorer 中验证 Active Directory Windows 安全提示

如何在OS X中从命令行打开Atom编辑器?

如何从命令行知道在 Windows 中打开了哪个文件?

从命令行将Internet Explorer设置为默认浏览器

Windows Internet Explorer通过Wine

下载适用于Windows 8的Internet Explorer

如何从命令行更改桌面背景?

如何从命令行运行 appium 桌面

Nemo-如何从命令行重新加载桌面?

JavaScript如何在Internet Explorer 8和Internet Explorer 9(浏览器端)中获取文件大小?