Skip navigation

JSI Tip 10624. You receive 'Kbdhid.sys file missing' when you connect a keyboard or external number pad to Windows XP?

When you connect a keyboard or external number pad to your Windows XP computer, you receive an error similar to:

Kbdhid.sys file missing

To workaround this behavior:

1. Open a CMD.EXE window.

2. Type the following commands, pressing Enter after each line:

CD /D %SystemRoot%
for /f "Tokens=*" %a in ('dir /a /s /b Kbdhid.sys') do @echo %a %~ta
3. Disconnect and reconnect the keyboard or number pad.

4. When prompted, use the path to the latest version of Kbdhid.sys

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish