Featured image of post How to find the location of an executable in Windows

How to find the location of an executable in Windows

How to find the location of an executable in Windows

Sometimes when you execute a command by specifying an executable file, you want to know where that executable file is located. In such cases, you can find the location of the executable file using the following command.

1
where <executable_file_name>

For example, if you want to know the location of Paint (mspaint.exe), you can do it as follows.

1
where mspaint.exe

References

comments powered by Disqus