原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5363&elq=654deccd50454fa7ac6cf57ea12b905a

原文:

Ever wanted to open the current PowerShell folder in an Explorer view? Try this:

ii .

This will work as long as the current folder is a valid file system folder. However, it won't work for virtual drives.

 

 

翻译:

想要把当前PowerShell文件夹在资源管理器模式中打开吗?尝试下面的代码:

ii .

这个方法使用于当前文件夹是合法的文件系统文件夹,而不是虚拟驱动器。

 

 

笔记:

处理文件系统的时候有时候会很方便,留意ii.之间有一个空格。

相关文章:

  • 2022-02-09
  • 2022-01-21
  • 2021-11-14
  • 2021-09-22
  • 2021-10-11
  • 2021-09-26
  • 2021-08-19
  • 2022-02-02
猜你喜欢
  • 2021-05-22
  • 2021-07-15
  • 2021-12-12
  • 2022-01-16
  • 2021-07-08
  • 2022-02-22
  • 2021-12-03
相关资源
相似解决方案