Skip to content

Compatibility issue: Signed driver restricted to Build 22000 (Windows 11) despite Windows 10 support in README #23

Description

@mauriciomeira85

Hello! First of all, thank you for the amazing project.

I am trying to use the signed version of the driver on Windows 10 (Build 19045), but the installation fails. I noticed that the README states the project supports "Windows 10 (Build 1903 and above)".

However, looking at the source code in Source/Main/VirtualAudioDriver.inx, the manufacturer directive is strictly locked to Windows 11:
%MfgName%=VIRTUALAUDIODRIVER,NT$ARCH$.10.0...22000

Because the signed .inf/.cat files enforce this ...22000 restriction, Windows 10 rejects the installation unless Test Signing is enabled.

Could you please update the .inx file to support Windows 10 (e.g., changing it to NT$ARCH$.10.0...19041 or similar) and provide a newly signed version of the driver?

Thank you so much for your time and help!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions