Windows Power Shell ISE 并不是一个可选的feature, 要安装的话需要在Power Shell中运行如下的命令:

Import-Module ServerManager;Add-WindowsFeature PowerShell-ISE

以上命令已通过笔者测试有效.

 

2011-10-27 更新

运行完毕上面的命令后, 可以到如下的路径中寻找powershell_ise.exe来启动PowerShell ISE.

C:\Windows\System32\WindowsPowerShell\v1.0

 

或者在PowerShell命令行中直接运行powershell_ise.exe

 

参考资料

http://technet.microsoft.com/en-us/library/dd378784(WS.10).aspx

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-11-17
  • 2021-06-23
  • 2022-12-23
  • 2019-09-05
  • 2021-10-23
猜你喜欢
  • 2022-02-14
  • 2021-10-19
  • 2021-11-10
  • 2021-11-02
  • 2021-07-16
  • 2021-08-21
相关资源
相似解决方案