命令行启动 PowerShell ISE 1


Windows PowerShell ISE 应用程序的文件名为:powershell_ise.exe,在PowerShell控制台中可以直接输入”powershell_ise.exe” 来启动 Windows PowerShell ISE 环境。
另外powershell_ise.exe 还有一个别名ISE,也可以直接启动Windows PowerShell ISE。

Powershell_ise.exe的参数:

  • 默认启动:powershell_ise.exe
  • 启动并打开多个脚本文件:powershell_ise.exe ”c:\a.ps1,c:\b.ps1”
  • 不加载用户的配置文件:powershell_ise.exe –file ”c:\a.ps1” –NoProfile
  • 在MTA模式下不加载用户配置:powershell_ise.exe  -MTA –NoProfile
  • 显示帮助信息:powershell_ise.exe  -Help
本文链接: https://www.pstips.net/launch-powershell-ise-in-command-line.html
请尊重原作者和编辑的辛勤劳动,欢迎转载,并注明出处!

关于 Mooser Lee

我是一个Powershell的爱好者,创建了PowerShell中文博客,热衷于Powershell技术的搜集和分享。本站部分内容来源于互联网,不足之处敬请谅解,并欢迎您批评指正。

发表评论

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

一条评论 “命令行启动 PowerShell ISE