I am new to NT and have just installed it for the first time. I understand what the message in Event Viewer is telling me, and I understand I need to change the registry, and I know how to edit the registry. What I don’t know is what value to change it to.
Can someone give me an example of what to change this registry entry to
MouseDataQueueSize REG_DWORD >= 0x1
Specifies the number of mouse events to be buffered internally by the driver, in nonpaged pool. The allocated size, in bytes,of the internal buffer is this value times the size of the MOUSE_INPUT_DATA structure (defined in NTDDMOU.H). Consider increasing the size if the System log in Event Viewer frequently contains this message from the Busmouse source: “The ring buffer that stores incoming mouse data has overflowed (buffer size is configurable via the Registry).”
Default: 0x64 (100)
Thank you so much.
Candy Daniel