76
General Software Discussion / [solved] HELP: disable/enable USB mouse service from command line
« on: January 24, 2009, 06:54 AM »
I have a problem with my labtec 800 wireless mouse.
Sometimes when the computer starts the mouse is unresponsive and the LED light on its USB unit is off. I have found two different manual fixes:
1. physically disconnect + reconnect the USB unit, re-pair mouse and unit
2. open device manager, find the USB HID with an error, right click: disable + enable
I want to automate fix number 2. Things I've tried that did not work:
devcon.exe commands:
devcon restart [HID]
devcon disable [HID]
devcon enable [HID]
restarting the HidServ service:
net stop HidServ
net start HidServ
Any suggestions?
Sometimes when the computer starts the mouse is unresponsive and the LED light on its USB unit is off. I have found two different manual fixes:
1. physically disconnect + reconnect the USB unit, re-pair mouse and unit
2. open device manager, find the USB HID with an error, right click: disable + enable
I want to automate fix number 2. Things I've tried that did not work:
devcon.exe commands:
devcon restart [HID]
devcon disable [HID]
devcon enable [HID]
restarting the HidServ service:
net stop HidServ
net start HidServ
Any suggestions?