Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save 2u841r/819b60d1eded8a6f4fc08ce0d723eaae to your computer and use it in GitHub Desktop.

Select an option

Save 2u841r/819b60d1eded8a6f4fc08ce0d723eaae to your computer and use it in GitHub Desktop.
C:\Users\Zubair\AppData\Roaming\FlowLauncher\Logs\1.20.2\2025-10-17.txt
01:27:21.3636+06:00 - INFO - App.RegisterExitEvents - Session Ending
05:38:16.7599+06:00 - INFO - Logger.SetLogLevel - Using log level: INFO.
05:38:16.7599+06:00 - INFO - App.OnStartup - Begin Flow Launcher startup ----------------------------------------------------
05:38:16.7599+06:00 - INFO - App.OnStartup - Runtime info:
Flow Launcher version: 1.20.2
OS Version: 26100.6899
IntPtr Length: 8
x64: True
05:38:18.3863+06:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
05:38:18.4213+06:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
05:38:18.4213+06:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
05:38:18.4213+06:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json
05:38:18.6000+06:00 - INFO - CommunityPluginSource.FetchAsync - Loaded 272 plugins from https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
05:38:18.6000+06:00 - WARN - CommunityPluginSource.FetchAsync - Failed to load resource https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json with response InternalServerError
05:38:18.6000+06:00 - WARN - CommunityPluginSource.FetchAsync - Failed to load resource https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json with response InternalServerError
05:38:18.6000+06:00 - WARN - CommunityPluginSource.FetchAsync - Failed to load resource https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json with response InternalServerError
05:38:18.6000+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Plugin Indicator> is <41ms>
05:38:18.6174+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <URL> is <74ms>
05:38:18.6174+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Plugins Manager> is <144ms>
05:38:18.6174+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Process Killer> is <71ms>
05:38:18.6174+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <System Commands> is <141ms>
05:38:18.6174+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Shell> is <123ms>
05:38:18.6414+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Web Searches> is <149ms>
05:38:18.6414+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Windows Settings> is <145ms>
05:38:18.7222+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Explorer> is <266ms>
05:38:18.7483+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Calculator> is <202ms>
05:38:18.7842+06:00 - INFO - Main.InitAsync - Preload programs cost <32ms>
05:38:18.7842+06:00 - INFO - Main.InitAsync - Number of preload win32 programs <314>
05:38:18.7842+06:00 - INFO - Main.InitAsync - Number of preload uwps <51>
05:38:18.8664+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Program> is <357ms>
05:38:19.0795+06:00 - INFO - PluginManager.InitializePluginsAsync - Total init cost for <Browser Bookmarks> is <582ms>
05:38:19.8975+06:00 - INFO - ImageLoader.InitializeAsync - Preload images cost <2827ms>
05:38:19.8975+06:00 - INFO - ImageLoader.InitializeAsync - Number of preload images is <150>, Images Number: 150, Unique Items 70
05:38:20.8437+06:00 - INFO - App.OnStartup - End Flow Launcher startup ----------------------------------------------------
05:38:20.8437+06:00 - INFO - App.OnStartup - Startup cost <4227ms>
08:19:37.5433+06:00 - FATAL - DispatcherUnhandledException -
## Exception
```
System.Runtime.InteropServices.COMException: {Desktop composition is disabled} The operation could not be completed because desktop composition is disabled. (0x80263001)
Source: PresentationFramework
TargetAssembly: PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
TargetModule: PresentationFramework.dll
TargetSite: Void DwmExtendFrameIntoClientArea(IntPtr, Standard.MARGINS ByRef)
at Standard.NativeMethods.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& pMarInset)
at System.Windows.Shell.WindowChromeWorker._ExtendGlassFrame()
at System.Windows.Shell.WindowChromeWorker._UpdateFrameState(Boolean force)
at System.Windows.Shell.WindowChromeWorker._HandleDwmCompositionChanged(WM uMsg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Shell.WindowChromeWorker._WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
```
## Environment
* Command Line: C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Flow.Launcher.dll
* Timestamp: 10/17/2025 08:19:37
* Flow Launcher version: 1.20.2
* OS Version: 26100.6899
* IntPtr Length: 8
* x64: True
* Python Path:
* Node Path:
* CLR Version: 7.0.20
* Installed .NET Framework:
* v4 Client 4.8.09032
* v4 Full 4.8.09032
* v4.0 Client 4.0.0.0
## Assemblies - Flow.Launcher
* System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Private.CoreLib.dll)
* Flow.Launcher, Version=1.20.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Flow.Launcher.dll)
* PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\PresentationFramework.dll)
* WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\WindowsBase.dll)
* System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.dll)
* System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Xaml.dll)
* System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.InteropServices.dll)
* WinRT.Runtime, Version=2.1.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\WinRT.Runtime.dll)
* System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Collections.dll)
* System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Collections.Concurrent.dll)
* Flow.Launcher.Infrastructure, Version=1.20.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Flow.Launcher.Infrastructure.dll)
* Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Flow.Launcher.Plugin.dll)
* System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.ObjectModel.dll)
* Flow.Launcher.Core, Version=1.20.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Flow.Launcher.Core.dll)
* System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.FileVersionInfo.dll)
* System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Text.Json.dll)
* System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Memory.dll)
* System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Threading.dll)
* System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Text.Encodings.Web.dll)
* System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Text.Encoding.Extensions.dll)
* System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.Intrinsics.dll)
* System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Numerics.Vectors.dll)
* System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Private.Uri.dll)
* System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Reflection.Emit.Lightweight.dll)
* System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Reflection.Emit.ILGeneration.dll)
* System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Reflection.Primitives.dll)
* PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\PresentationCore.dll)
* DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\DirectWriteForwarder.dll)
* System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.Extensions.dll)
* System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.Debug.dll)
* System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.CompilerServices.VisualC.dll)
* Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Win32.Primitives.dll)
* System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Collections.NonGeneric.dll)
* System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Linq.dll)
* System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.IO.Packaging.dll)
* System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Xml.ReaderWriter.dll)
* System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Private.Xml.dll)
* System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.ComponentModel.TypeConverter.dll)
* System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.ComponentModel.Primitives.dll)
* System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Threading.Thread.dll)
* System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.IO.Pipes.dll)
* System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Security.AccessControl.dll)
* System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Security.Principal.Windows.dll)
* System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Threading.ThreadPool.dll)
* Microsoft.Extensions.Hosting.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Hosting.Abstractions.dll)
* Microsoft.Extensions.Hosting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Hosting.dll)
* Microsoft.Extensions.DependencyInjection.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.DependencyInjection.Abstractions.dll)
* CommunityToolkit.Mvvm, Version=8.4.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\CommunityToolkit.Mvvm.dll)
* netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\netstandard.dll)
* System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.ComponentModel.dll)
* Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Win32.Registry.dll)
* System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Collections.Specialized.dll)
* System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Configuration.ConfigurationManager.dll)
* System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.WebClient.dll)
* System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.ComponentModel.EventBasedAsync.dll)
* Microsoft.Extensions.Configuration.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.Abstractions.dll)
* Microsoft.Extensions.DependencyInjection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.DependencyInjection.dll)
* System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.DiagnosticSource.dll)
* System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.Tracing.dll)
* Microsoft.Extensions.Configuration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.dll)
* Microsoft.Extensions.Configuration.EnvironmentVariables, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.EnvironmentVariables.dll)
* Microsoft.Extensions.Configuration.CommandLine, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.CommandLine.dll)
* Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Primitives.dll)
* Microsoft.Extensions.FileProviders.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.FileProviders.Abstractions.dll)
* Microsoft.Extensions.FileProviders.Physical, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.FileProviders.Physical.dll)
* Microsoft.Extensions.Configuration.FileExtensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.FileExtensions.dll)
* Microsoft.Extensions.Configuration.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.Json.dll)
* Microsoft.Extensions.Configuration.UserSecrets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.UserSecrets.dll)
* Microsoft.Extensions.Configuration.Binder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Configuration.Binder.dll)
* System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.IO.FileSystem.Watcher.dll)
* Microsoft.Extensions.FileSystemGlobbing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.FileSystemGlobbing.dll)
* System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Threading.Overlapped.dll)
* Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Options.dll)
* Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.dll)
* Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.Abstractions.dll)
* Microsoft.Extensions.Logging.Configuration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.Configuration.dll)
* Microsoft.Extensions.Logging.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.Debug.dll)
* Microsoft.Extensions.Logging.EventSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.EventSource.dll)
* Microsoft.Extensions.Logging.EventLog, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.EventLog.dll)
* Microsoft.Extensions.Logging.Console, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Logging.Console.dll)
* Microsoft.Extensions.Options.ConfigurationExtensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Extensions.Options.ConfigurationExtensions.dll)
* System.Console, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Console.dll)
* System.Diagnostics.EventLog, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.EventLog.dll)
* System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Threading.Channels.dll)
* System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Requests.dll)
* System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Primitives.dll)
* System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.Process.dll)
* System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.TraceSource.dll)
* System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Windows.Extensions.dll)
* ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\ModernWpf.dll)
* System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.WebHeaderCollection.dll)
* System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.Loader.dll)
* Microsoft.Windows.SDK.NET, Version=10.0.19041.38, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Windows.SDK.NET.dll)
* Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Win32.SystemEvents.dll)
* System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.CompilerServices.Unsafe.dll)
* System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Security.Cryptography.Algorithms.dll)
* System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Security.Cryptography.dll)
* System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Linq.Expressions.dll)
* UIAutomationTypes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\UIAutomationTypes.dll)
* PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\PresentationFramework.Aero2.dll)
* ModernWpf.Controls, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\ModernWpf.Controls.dll)
* mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\mscorlib.dll)
* System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Text.Encoding.CodePages.dll)
* NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\NLog.dll)
* System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Data.Common.dll)
* System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Mail.dll)
* System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Sockets.dll)
* BitFaster.Caching, Version=2.5.3.0, Culture=neutral, PublicKeyToken=65c36bc48e4e3803 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\BitFaster.Caching.dll)
* MemoryPack.Core, Version=1.21.4.0, Culture=neutral, PublicKeyToken=df4c250b14d82627 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\MemoryPack.Core.dll)
* System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Collections.Immutable.dll)
* System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.Numerics.dll)
* Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll)
* Flow.Launcher.Plugin.Calculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Calculator\Flow.Launcher.Plugin.Calculator.dll)
* Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll)
* System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Windows.Forms.dll)
* System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Windows.Forms.Primitives.dll)
* Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.PluginIndicator\Flow.Launcher.Plugin.PluginIndicator.dll)
* Flow.Launcher.Plugin.PluginsManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.PluginsManager\Flow.Launcher.Plugin.PluginsManager.dll)
* Flow.Launcher.Plugin.ProcessKiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.ProcessKiller\Flow.Launcher.Plugin.ProcessKiller.dll)
* Flow.Launcher.Plugin.Program, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll)
* Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll)
* WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\WindowsInput.dll)
* Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Sys\Flow.Launcher.Plugin.Sys.dll)
* Flow.Launcher.Plugin.Url, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.dll)
* System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Text.RegularExpressions.dll)
* Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.WebSearch\Flow.Launcher.Plugin.WebSearch.dll)
* Flow.Launcher.Plugin.WindowsSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll)
* Microsoft.VisualStudio.Threading, Version=17.12.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.VisualStudio.Threading.dll)
* Microsoft.VisualStudio.Validation, Version=17.8.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.VisualStudio.Validation.dll)
* System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Http.dll)
* System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.WebProxy.dll)
* System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.ServicePoint.dll)
* System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Security.dll)
* System.Net.Http.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Http.Json.dll)
* System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.Quic.dll)
* System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.NameResolution.dll)
* System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Security.Claims.dll)
* System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Net.NetworkInformation.dll)
* Microsoft.Extensions.Caching.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Memory.dll)
* Mages.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Calculator\Mages.Core.dll)
* Microsoft.Extensions.Options, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Options.dll)
* Microsoft.Extensions.Caching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Abstractions.dll)
* Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Logging.Abstractions.dll)
* Microsoft.Extensions.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Primitives.dll)
* Microsoft.Data.Sqlite, Version=9.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Microsoft.Data.Sqlite.dll)
* System.Runtime.InteropServices.RuntimeInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.InteropServices.RuntimeInformation.dll)
* SQLitePCLRaw.core, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=1488e028ca7ab535 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.BrowserBookmark\SQLitePCLRaw.core.dll)
* SQLitePCLRaw.batteries_v2, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=8226ea5df37bcae9 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.BrowserBookmark\SQLitePCLRaw.batteries_v2.dll)
* SQLitePCLRaw.provider.e_sqlite3, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=9c301db686d0bd12 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Plugins\Flow.Launcher.Plugin.BrowserBookmark\SQLitePCLRaw.provider.e_sqlite3.dll)
* UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\UIAutomationProvider.dll)
* NHotkey.Wpf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\NHotkey.Wpf.dll)
* System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Windows.Controls.Ribbon.dll)
* WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\WindowsFormsIntegration.dll)
* PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\PresentationFramework-SystemData.dll)
* System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Drawing.Primitives.dll)
* NHotkey, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\NHotkey.dll)
* System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Drawing.Common.dll)
* Microsoft.Win32.TaskScheduler, Version=2.12.1.0, Culture=neutral, PublicKeyToken=2806574b39b74d4b (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\Microsoft.Win32.TaskScheduler.dll)
* PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\PresentationFramework-SystemXml.dll)
* System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Resources.Extensions.dll)
* System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Drawing.dll)
* System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Runtime.Serialization.Formatters.dll)
* System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Diagnostics.StackTrace.dll)
* System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Zubair\AppData\Local\FlowLauncher\app-1.20.2\System.Reflection.Metadata.dll)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment