gpt4 book ai didi

windows - 在 Windows 10 中找到 calc.exe 或 notepad.exe 或 ... 的实际位置

转载 作者:可可西里 更新时间:2023-11-01 10:33:53 25 4
gpt4 key购买 nike

在旧版本的 Windows 中,calc.exe 和其他默认 Windows 应用程序位于 %SystemRoot%\system32\

对于 mspaint.exe/cacl.exe/notepad.exe 等都是如此。

现在它们位于 %SystemRoot%\WinSxS\ 的一些不起眼的子文件夹中,(在某些情况下它位于 2 个文件夹中)。

我的 launcher app可以简单地尝试启动“calc.exe”,但我宁愿传递完整的“正确”路径(或者我应该传递吗?)。

所以我的问题是,我怎样才能找到那些 exe 的实际位置?

最佳答案

正如@a3f 在问题的评论中指出的,where 命令可用于在 %PATH% 中查找可执行文件的路径。它可以像这样使用(例如,在 cmd 中):

C:\>where calc
C:\Windows\System32\calc.exe

where 命令本身也可以定位:

C:\>where where
C:\Windows\System32\where.exe

关于windows - 在 Windows 10 中找到 calc.exe 或 notepad.exe 或 ... 的实际位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38320896/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com