mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
[Run] Include cmd extension in run command filter
This commit is contained in:
parent
a647e08e96
commit
0f902d956f
@ -17,7 +17,7 @@ namespace Microsoft.Plugin.Program
|
||||
|
||||
public List<string> ProgramSuffixes { get; set; } = new List<string>() { "appref-ms", "lnk", "url" };
|
||||
|
||||
public List<string> RunCommandSuffixes { get; set; } = new List<string>() { "bat", "appref-ms", "exe", "lnk", "url", "cpl", "msc" };
|
||||
public List<string> RunCommandSuffixes { get; set; } = new List<string>() { "bat", "cmd", "appref-ms", "exe", "lnk", "url", "cpl", "msc" };
|
||||
|
||||
public bool EnableStartMenuSource { get; set; } = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user