-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win11安装后显示未检测到触控板 #13
Comments
更新了新版win11build 25276后出现的,Windows 无法加载这个硬件的设备驱动程序。驱动程序可能已损坏或不见了。 (代码 39) Windows 无法验证此文件的数字签名。此文件的签名证书已经吊销。 |
刚刚测试了指定硬件id的驱动可以运行,大概率是微软已经改变驱动运行验证规则了,没有具体硬件id的兼容ID驱动PNP0C50无法通过安全认证,我开始签名了2个驱动文件,签名一个文件需要500元,费用特别高,适配添加一个硬件id到inf文件里就需要重新签名,所以以后只能用这个MSFT0001指定id的驱动,目前好像联想的大部分新出的笔记本是这个硬件id,你看看自己的I2C HID设备\属性\详细信息\属性\硬件ID是不是这个,是的话安装MouseLikeTouchPad_I2C_Driver_MSFT0001.zip驱动就行 |
不是这个id |
可以通过禁用windows驱动程序签名验证来实现吗? |
如果能安装上就可以
…________________________________
寄件者: Arengg ***@***.***>
寄件日期: 2023年1月30日 下午 01:22
收件者: jxleyo/MouseLikeTouchPad_I2C ***@***.***>
副本: jxleyo.HRP ***@***.***>; Comment ***@***.***>
主旨: Re: [jxleyo/MouseLikeTouchPad_I2C] win11安装后显示未检测到触控板 (Issue #13)
可以通过禁用windows驱动程序签名验证来实现吗?
―
Reply to this email directly, view it on GitHub<#13 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANHGPLJF6NZGBJ7AY2KT5ZDWU66C5ANCNFSM6AAAAAAT3FYVQ4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
安装是可以安装,安装后驱动是损坏的(Windows 无法加载这个硬件的设备驱动程序。驱动程序可能已损坏或不见了。 (代码 39) Windows 无法验证此文件的数字签名。此文件的签名证书已经吊销。) |
删除了也没用,现在触控板用不了是大问题 |
电脑直接检测不到触控板,打开设置没有多指触控,只有点击设置。重装系统才好。
用的是MouseLikeTouchPad_DriverInstallerCN.exe安装的
The text was updated successfully, but these errors were encountered: