Console2可以与Powershell一起使用吗?
我是 Console2 的忠实粉丝,最近才了解到 PowerShell 的强大功能。是否可以将后者(又名 PowerShell 解释 shell)包含在前者中?
I'm a big Console2 fan, and I've recently been introduced to the power of PowerShell. Is it possible to have the latter (aka the PowerShell interpretive shell) inside the former?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 Console2 设置中,将 shell 设置为:
%SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe
因为对于这么简单的事情,博客文章并不是答案。
In Console2 settings, set the shell to:
%SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe
Because for something this simple a blog post is not an answer.
是的,我就是用的。 (更新 - 如今,我使用 ConEmu)
请参阅 Scott Hanselman 的这篇优秀文章 - http://www.hanselman.com/blog/Console2ABetterWindowsCommandPrompt.aspx
Yeah, that is what I use. ( Update - Nowadays, I use ConEmu)
Refer to this excellent post from Scott Hanselman - http://www.hanselman.com/blog/Console2ABetterWindowsCommandPrompt.aspx
此外,如果您希望在使用 Console2+PowerShell duo 时获得更好的用户体验,您可以创建指向 Console2 可执行文件的链接,将以下内容放入“快捷方式”>“目标”字段中:
另外,设置“运行”在同一选项卡上将选项设置为“最小化”。
现在,当您将包含此链接的目录添加到 PATH 环境变量(“系统属性”>“高级”)时,您将获得一个非常好的“功能”,即无论您从何处运行此链接,它将始终将 Powershell 的工作目录设置为“当前目录”(您运行链接的目录 - 类似于 cmd 的行为方式)。
Additionally, if you want an even better user experience while working with Console2+PowerShell duo, you can create a link to the Console2 executable, putting the following into the 'Shortcut'>'Target' field:
Also, set the 'Run' option to 'Minimized' on the same tab.
Now when you add the directory containing this link to the PATH environment variable ('System Properties'>'Advanced') you'll get yourself a pretty nice "feature", namely no matter where you'll run this link from, it will always set your working directory for Powershell to the "current one" (the one you have run the link from - similarly to how cmd behaves).