mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[PTRun][Program]Run commands: Support for MSC and CPL (#23668)
* code changes * spell fix * dev docs * update tests * Code improvement
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Microsoft.Plugin.Program
|
||||
|
||||
public List<string> ProgramSuffixes { get; set; } = new List<string>() { "bat", "appref-ms", "exe", "lnk", "url" };
|
||||
|
||||
public List<string> RunCommandSuffixes { get; set; } = new List<string>() { "bat", "appref-ms", "exe", "lnk", "url", "cpl", "msc" };
|
||||
|
||||
public bool EnableStartMenuSource { get; set; } = true;
|
||||
|
||||
public bool EnableDesktopSource { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user