Console2可以与Powershell一起使用吗?

发布于 2024-12-10 08:52:12 字数 87 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

浅语花开 2024-12-17 08:52:12

在 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.

转身泪倾城 2024-12-17 08:52:12

是的,我就是用的。 (更新 - 如今,我使用 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

天涯离梦残月幽梦 2024-12-17 08:52:12

此外,如果您希望在使用 Console2+PowerShell duo 时获得更好的用户体验,您可以创建指向 Console2 可执行文件的链接,将以下内容放入“快捷方式”>“目标”字段中:

"%windir%\system32\cmd.exe /c start c:\dir-with-console2\Console.exe"

另外,设置“运行”在同一选项卡上将选项设置为“最小化”。

现在,当您将包含此链接的目录添加到 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:

"%windir%\system32\cmd.exe /c start c:\dir-with-console2\Console.exe"

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文