-
-
Notifications
You must be signed in to change notification settings - Fork 578
Enhancement: Get Program plugin DLL signed so it doesn't get blocked by Smart App Control on Windows 11 #4324
Description
Checks
-
I have checked that this issue has not already been reported.
-
I am using the latest version of Flow Launcher.
-
I am using the prerelease version of Flow Launcher.
Problem Description
Problem Description
On Windows 11 with Smart App Control enabled, Flow Launcher 2.1.0 fails to start because Windows blocks the plugin DLL:
Flow.Launcher.Plugin.Program.dll
Windows Security reports that it cannot confirm the publisher and prevents the DLL from loading.
Interestingly, the previous version (2.0.3) works correctly on the same machine.
To Reproduce
- Enable Smart App Control on Windows 11
- Install Flow Launcher 2.1.0
- Launch Flow Launcher
Result:
Flow Launcher fails to start because Windows blocks the Program plugin DLL.
Technical details
Blocked file:
Flow.Launcher.Plugin.Program.dll
Path:
C:\Users\<user>\AppData\Local\FlowLauncher\app-2.1.0\Plugins\Flow.Launcher.Plugin.Program\
PowerShell signature check:
Get-AuthenticodeSignature Flow.Launcher.Plugin.Program.dll
Status: NotSigned
Workaround
-
Downgrading to Flow Launcher 2.0.3 resolves the issue.
-
Alternatively, disabling the Program plugin allows Flow Launcher to start.
For example by renaming:
C:\Users<user>\AppData\Local\FlowLauncher\app-2.1.0\Plugins\Flow.Launcher.Plugin.Program\
to something like:
Flow.Launcher.Plugin.Program-disabled
Flow Launcher Version
2.1.0
Installation method: winget
Package: Flow-Launcher.Flow-Launcher
Flow.Launcher.Plugin.Program.dll file hash: 40E7B0817D1B0BF7149AFA3DFF135FC509DD3966A53678A38A0E21A2F91CE65B
Windows Version
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26200 N/A Build 26200
Notes
The issue appeared recently. Flow Launcher 2.1.0 worked correctly on this system since Feb 12 2026, but started being blocked by Smart App Control on March 5 2026.
This seems related to Smart App Control requiring either code signing or sufficient reputation for DLLs.
Signing the plugin DLLs might prevent this issue for users with Smart App Control enabled.
To Reproduce
- ...
- ...
- ...
Screenshots
Flow Launcher Version
2.1.0
Windows Build Number
10.0.26200 N/A Build 26200
Error Log
Details
Replace this line with the important log contents.