diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs index 101ac0514..1b8ff3cc0 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs @@ -238,7 +238,7 @@ namespace Flow.Launcher.Plugin.Sys Action = c => { { - System.Diagnostics.Process.Start("explorer.exe", "shell://RecycleBinFolder"); + System.Diagnostics.Process.Start("explorer", "shell:RecycleBinFolder"); } return true;