【英文】Windows通过cmd查看可执行程序所在路径

Preface

Viewing the path of an executable program in Windows using cmd

Main Body

<filename>: the file name of the executable file

1
wmic process where (Description="<filename>.exe")

Completion

References

aloys32’s blog