I am trying to disable the touch screen on Windows Mobile device. One way is that if I change the registry DriverName to nothing then warmbooth the device, the touch screen seems to be disabled so I wonder if I use this approach, will I encounter any unknown side affect later?
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"DriverName"=""
thanks.