Hello,
Please verify if the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
is what you were looking for?
The entries found under App Paths are used primarily for the following purposes:
- To map an application's executable file name to that file's fully qualified path.
- To pre-pend information to the PATH environment variable on a per-application, per-process basis.
If the name of a subkey of App Paths matches the file name, the Shell performs two actions:
- The (Default) entry is used as the file's fully qualified path.
- The Path entry for that subkey is pre-pended to the PATH environment variable of that process. If this is not required, the Path value can be omitted.
Application Registration - Win32 apps | Microsoft Learn
Best regards,
Karlie