Disable automatically device driver update for windows 8.X & Indistry 8.X
For some non-whql multi-touch display, if you do windows driver update. Multi-touch will disable by windows. There are several method to disable windows driver update. Of course, you could disable windows update service. But most of "disable" setting will reset by "sysprep". Below is one method to disable.
Run "gpedit.msc" then go to computer configuration -->Administrative Templates -->System -->Internet Communication Management -->Internet Communication settings -->Turn Off Windows Update device driver searching, set the value to "enable".
Or create below reg file.
-------------------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000003
--------------------------------------------------------------------------------------------------------------------------------
Run "gpedit.msc" then go to computer configuration -->Administrative Templates -->System -->Internet Communication Management -->Internet Communication settings -->Turn Off Windows Update device driver searching, set the value to "enable".
Or create below reg file.
-------------------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000003
--------------------------------------------------------------------------------------------------------------------------------
留言