ambar

powershell中如何在资源管理器中打开当前目录?

原文:Open Explorer From PowerShell


# I
explorer (gl)

# II
start .

# III
ii .

可以看到,ii是最方便的,它有点其他两个命令没有的特殊的能力:


# 打开当前根目录
ii /

查看缩写别名


# 全部
gal
# gal ii =>
CommandType     Name                                                Definition
-----------     ----                                                ----------
Alias           ii                                                  Invoke-Item

资源管理器中如何打开powershell?

Introducing PowerShell Prompt Here 或 : Multiple Ways To Open PowerShell In The Current Explorer Window

分类:

技术点:

相关文章: