powershell Powershell功能与ConEmu一起使用。选项卡功能在当前位置打开一个新选项卡。 Pane打开了另一个控制台窗口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell Powershell功能与ConEmu一起使用。选项卡功能在当前位置打开一个新选项卡。 Pane打开了另一个控制台窗口相关的知识,希望对你有一定的参考价值。

function tab
{
    $path = Get-Location
    $end = "-new_console:d:" + $path.Path
    & "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" $end
}

function pane
{
    $path = Get-Location
    $end = "-new_console:s:d:" + $path.Path
    & "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" $end
}
function dual-panes
{
    pane
    pane
}

set-alias duo dual-panes

以上是关于powershell Powershell功能与ConEmu一起使用。选项卡功能在当前位置打开一个新选项卡。 Pane打开了另一个控制台窗口的主要内容,如果未能解决你的问题,请参考以下文章

自动检测按键并触发Powershell脚本运行

Powershell 和 schtask 与具有空间的任务

使用C#+PowerShell进行Windows系统间文件传输

Windows PowerShell使用

PowerShell 脚本速度独立与 Visual Code 内

渗透攻击PowerShell与Shell 有什么区别详解用法及安全