Skip to content

Enhancement: Get Program plugin DLL signed so it doesn't get blocked by Smart App Control on Windows 11 #4324

@Cuervino

Description

@Cuervino

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

  1. Enable Smart App Control on Windows 11
  2. Install Flow Launcher 2.1.0
  3. 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

  1. Downgrading to Flow Launcher 2.0.3 resolves the issue.

  2. 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

  1. ...
  2. ...
  3. ...

Screenshots

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions