A youtube video of similar behaviour: http://www.youtube.com/watch?v=7IP4_yKdvLg
I believe this is the technique I used once to do the same thing:
Open registry, and find this:
Code: Select all
Location: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\sermouse
Key: Start
Value: 3
Or use regedit:Change Value to 4, which is Disabled and it will stop this problem occurring.
Code: Select all
REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\sermouse" /V Start /T REG_DWORD /F /D 4
Fred.