You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
1.Project compile in VS2012.
2."devcon.exe" use from windows kits version 8.0.
3.Start machine in "Disable driver signature enforcement" option.
4.Installed driver with "devcon.exe install vmulti.inf djpnewton\vmulti"
command in command prompt(UAC enable).
It shows driver successfully installed.
Expected o/p: Pen and Touch will show "Pen and limited touch support with 2
points"
Actual o/p: Pen and Touch shows "Pen support"
Machine : Windows 8(64bit) i5 laptop.
Original issue reported on code.google.com by [email protected] on 30 Sep 2013 at 1:19
The text was updated successfully, but these errors were encountered:
This is a symptom of some retail builds of Windows 8. The OS is purposefully
blocking touch devices that do not have a signature signed by Microsoft WHQL
Thanks for quick reply.
Same driver with same steps are working fine in Desktop machine.The
configuration is as below:
OS: Windows 8 Pro(64bit OS, x-64 based processor)
Processor: Intel core i7-2600 [email protected]
RAM: 4GB
But It's not working in laptop machine. The configuration of laptop is as below:
OS: Windows 8 Pro(64bit OS, x-64 based processor)
Processor: Intel core i5-3320M [email protected]
RAM: 8GB
Please update me if you have any idea.
I am guessing the laptop has an OEM Win8 SKU. You will have to enable test
signing
(http://msdn.microsoft.com/en-us/library/windows/hardware/ff553484%28v=vs.85%29.
aspx)
Original issue reported on code.google.com by
[email protected]
on 30 Sep 2013 at 1:19The text was updated successfully, but these errors were encountered: