【发布时间】:2020-04-06 03:31:04
【问题描述】:
如何取消 PowerShell 要求脚本和可执行文件以“.\”开头的要求?
输入“a.exe”而不是“.\a.exe”时显示的 PowerShell 警告消息:
The command a.exe was not found, but does exist in the current location. Windows PowerShell doesn't load commands from the current location by default. If you trust this command, instead type ".\a.exe".
【问题讨论】:
标签: powershell