涼果动态
21:25 · 2025年4月18日 · 周五
#TIL
Windows\System32\where.exe
可以找出 PATH 中匹配名字的所有可执行文件。
在分析为什么运行的 gpg 不是 Gpg4win 时,比只显示解析结果的
which
更有用。
可是在 PowerShell 中被默认 Alias 到 Where-Object 去了。可以用
where.exe
调用,或者直接
Remove-Alias -Name where -Force
Home
Tags
Blog
Powered by
BroadcastChannel
&
Sepia
with Modifications.