[PT Run] Find applications using the PATH env variable (#4418)

* Search for programs in the path env variable

* removing list of disabled programs

* Added env variable string to classify apps

* reverted the fullpath change

* removing full paths while calculating dups

* removed dups

* removed debugging code

* Renamed to run command

* Added condition to filter run commands unless there is an exact match

* renamed occurances to RUN COMMAND

* localized the subtitle - Run command

* Added tests

* add fullpath back to hash calculation

* renamed the function
This commit is contained in:
Alekhya
2020-06-23 11:40:11 -07:00
committed by GitHub
parent 147c08bd71
commit ca99f60964
10 changed files with 128 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ namespace Microsoft.Plugin.Program
public bool EnableRegistrySource { get; set; } = true;
public bool EnablePathEnvironmentVariableSource { get; set; } = true;
internal const char SuffixSeparator = ';';
/// <summary>