mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Remove ShellRun
1. Remove ShellRun using p/invoke 2. Remove ResolveShortcut when open contanning folder 3. fix #88
This commit is contained in:
@@ -21,15 +21,6 @@ namespace Wox.Plugin
|
||||
/// <param name="results"></param>
|
||||
void ShowContextMenu(PluginMetadata plugin, List<Result> results);
|
||||
|
||||
/// <summary>
|
||||
/// Execute command
|
||||
/// a replacement to RUN(win+r) function
|
||||
/// </summary>
|
||||
/// <param name="cmd">command that want to execute</param>
|
||||
/// <param name="runAsAdministrator">run as administrator</param>
|
||||
/// <returns></returns>
|
||||
bool ShellRun(string cmd, bool runAsAdministrator = false);
|
||||
|
||||
/// <summary>
|
||||
/// Change Wox query
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user