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!
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...22000Because the signed
.inf/.catfiles enforce this...22000restriction, Windows 10 rejects the installation unless Test Signing is enabled.Could you please update the
.inxfile to support Windows 10 (e.g., changing it toNT$ARCH$.10.0...19041or similar) and provide a newly signed version of the driver?Thank you so much for your time and help!