About 832,000 results
Open links in new tab
  1. windows - How to go to a program directory? - Super User

    Apr 13, 2015 · I need to go to a program directory (e.g. git). where git | cd does not work, because it returns a file instead of folder. What is the correct way to achieve that?

  2. Where are programs usually installed for a particular user?

    Sep 11, 2019 · More specifically, what directory, in Windows, was meant for installers to install their binaries/executables for a specific user? The directory the executable for an application should exist …

  3. Where is this "Applications" Directory in Windows located?

    How do I open this Applications Directory in Windows? I use this folder to write AutoHotKey shortcuts which work on any one of my computers regardless of where an application has been installed, bu...

  4. Why do we need the “Program Files” folder in Windows?

    Sep 22, 2022 · Does an executable running from the Windows “Program Files” folder behave differently when executing a program from C:\\SomeFolder Maybe UAC/delegation/other security layers are …

  5. How do I find the location of an executable in Windows?

    If, on the other hand, you want to find all copies of a file in a directory tree, you can use: WHERE /R <Top Level Directory> <search text> Finally, WHERE will find commands and any files with an …

  6. Can I move installed programs to another location in Windows?

    Dec 27, 2015 · I want to move the programs on a per program base to different locations. Some software installers don't let you choose where the program will be installed, which I find pretty …

  7. netbeans - What is the conventional install location for applications ...

    Jan 3, 2010 · Taking these together: /usr/bin is the primary directory of executable commands on the system. /usr/sbin is for any non-essential binaries used exclusively by the system administrator. …

  8. Find out which process is locking a file or folder in Windows

    Mar 9, 2010 · Ever wondered which program has a particular file or directory open? Now you can find out. To find out what process is using a specific file follow these steps: Go to Find, Find Handle or …

  9. How to get access to C:\\Program Files\\WindowsApps?

    Possible Duplicate: Where to find Windows 8 Modern UI apps source code? How do I open the folder C:\\Program Files\\WindowsApps? Currently I'm denied to enter, even though I'm logged in as

  10. How to run program from another folder in command prompt

    E:\folder name\prgm.exe works if the folder name has no space in it. Either: Rename the folder so it has no space. Use quotes. (e.g. "E:\folder name\prgm.exe") Or add E:\folder name to the path. Use …