0

I have a headless Windows 2008 R2 box that seems to have a keyboard plugged in and something is pressing on the delete key.

I'm using GotoMypc to access the box and am unable to click on device manager, or use the command line (backspace is quite dastardly).

I just realised I can transfer a file (via GotoMyPC) and double click it (my test files have not been deleted). I think I can use this functionality to regain some control of my box... possible using VBS or something. What do you think?

makerofthings7
  • 8,911
  • 34
  • 121
  • 197

2 Answers2

3

Try downloading devcon.exe and running

devcon find *

to identify the hardware ID and then

devcon disable <HardwareID>

to disable it. For example:

P:\>devcon find * | find /i "keyboard"
HID\VID_413C&PID_2105\6&237B9D6D&0&0000                     : HID Keyboard Device
ROOT\RDP_KBD\0000                                           : Terminal Server Keyboard Driver

P:\>devcon disable HID\VID_413C&PID_2105\6&237B9D6D&0&0000
BZB
  • 71
  • 1
2

I think you call whoever is responsible and have someone take the keyboard and hit him on his head HARD.

Broken hardware. Fix that first. If some iddiot put in a broken keyboard he can gladly pay all costs associated with it.

TomTom
  • 51,649
  • 7
  • 54
  • 136