diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index 4c141238f..7e78a7fb6 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -211,7 +211,7 @@ namespace Flow.Launcher.Plugin.Program.Programs if (Main.IsAdmin && elevated) { // Since we are already elevated, we need to create UAC dialog manually - if (UACDialog.Show(IcoPath, Name, FullPath) != MessageBoxResult.Yes) + if (UACDialog.Show(IcoPath, Name, LnkResolvedPath) != MessageBoxResult.Yes) { return; }