PC・ガジェット如何在 Windows 中尋找路徑中的執行檔位置如何在 Windows 中尋找路徑中的執行檔位置當您指定一個執行檔來執行命令時,有時您會想知道該執行檔的確切位置。在這種情況下,您可以使用以下命令來找出執行檔的位置。1 where <執行檔名稱> 例如,如果您想知道小畫家 (mspaint.exe) 的位置,請執行以下操作:1 where mspaint.exe 參考How do I find the location of an executable in Windows?