Windows 10: How to get full path of .exe in windows OS using commands

Discus and support How to get full path of .exe in windows OS using commands in Windows 10 Gaming to solve the problem; I need to get the complete path of the .exe file.Let's say I have zoom.exe, I wanted to know where it was installed like c:/program... Discussion in 'Windows 10 Gaming' started by Durgaprasad Voota, Mar 7, 2023.

  1. How to get full path of .exe in windows OS using commands


    I need to get the complete path of the .exe file.Let's say I have zoom.exe, I wanted to know where it was installed like c:/program files/zoom/bin/zoom.exeInput: zoom.exe output: c:/program files/zoom/bin/zoom.exe

    :)
     
    Durgaprasad Voota, Mar 7, 2023
    #1
  2. Naki Win User

    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile How to get full path of .exe in windows OS using commands :)
     
    Naki, Mar 7, 2023
    #2
  3. Add a path to $PATH?

    Yeah, I think you're right. I think the purpose of the echo command was to check if ~/bin was in the $PATH file. My problem is that I can't decipher the output and I don't know how to add ~/bin to the $PATH file.

    Just for clarification, the snippet of instructions I gave is just a few steps in the installation process. Nothing is actually supposed to be installed with those steps.

    Thanks for the reply.
     
    angelkiller, Mar 7, 2023
    #3
  4. ryanly Win User

    How to get full path of .exe in windows OS using commands

    GPU-Z what command line parameter ?

    Current /? (-?) or / help (-help) parameter is invalid
     
    ryanly, Mar 7, 2023
    #4
Thema:

How to get full path of .exe in windows OS using commands

Loading...
  1. How to get full path of .exe in windows OS using commands - Similar Threads - full path exe

  2. How to get full path of .exe in windows OS using commands

    in Windows 10 Software and Apps
    How to get full path of .exe in windows OS using commands: I need to get the complete path of the .exe file.Let's say I have zoom.exe, I wanted to know where it was installed like c:/program files/zoom/bin/zoom.exeInput: zoom.exe output: c:/program files/zoom/bin/zoom.exe...
  3. how to launch Sticky Notes using a full path

    in Windows 10 Gaming
    how to launch Sticky Notes using a full path: In Windows 10 I want a sticky note to appear whenever I open a particular program.The program has a feature for launching other programs when it starts. But it needs a path. I have tried C:\Program Files\WindowsApps\Sticky Notes -that does not work. If there is a way to...
  4. how to launch Sticky Notes using a full path

    in Windows 10 Software and Apps
    how to launch Sticky Notes using a full path: In Windows 10 I want a sticky note to appear whenever I open a particular program.The program has a feature for launching other programs when it starts. But it needs a path. I have tried C:\Program Files\WindowsApps\Sticky Notes -that does not work. If there is a way to...
  5. using wusa,exe command

    in Windows 10 Gaming
    using wusa,exe command: I am trying to uninstall an update, so I used the command line stand-along-installer like this 'wusa /uninstall /KB5003791'the only output I got was if I issued wusa /? what did I miss here? does wusa have to run as adminstrator?...
  6. using wusa,exe command

    in Windows 10 Software and Apps
    using wusa,exe command: I am trying to uninstall an update, so I used the command line stand-along-installer like this 'wusa /uninstall /KB5003791'the only output I got was if I issued wusa /? what did I miss here? does wusa have to run as adminstrator?...
  7. using wusa,exe command

    in Windows 10 Installation and Upgrade
    using wusa,exe command: I am trying to uninstall an update, so I used the command line stand-along-installer like this 'wusa /uninstall /KB5003791'the only output I got was if I issued wusa /? what did I miss here? does wusa have to run as adminstrator?...
  8. How to enable CMD auto completion for .exe files in path variable and commands?

    in Windows 10 Customization
    How to enable CMD auto completion for .exe files in path variable and commands?: From what i can tell CMD doesn't have this functionality but that would seem like a huge oversight if that's true...Auto completion works for files in my working directory but not for files in path like ping, ipconfig, etc. Not even for built in commands like echo, dir, and...
  9. How to get full filename and path of files

    in Windows 10 Network and Sharing
    How to get full filename and path of files: I am using Windows 10. I have a directory with many subfolders. I want to get a list of all the files full path in all the subdirectories. For example, C:\Parent Directory\Sub Directory\My File.txt I want to put all these file names and their directories into a text...
  10. How to use File Explorer "Copy path" on command line?

    in Windows 10 Network and Sharing
    How to use File Explorer "Copy path" on command line?: If I highlight files in File Explorer then select "Copy path", it will copy the path of one or more files to the clipboard. For example below I highlighted 3 files then selected "Copy path" which copied the path of the 3 files to the clipboard. Can someone explain to me...