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

Jerold Schulman

July 2, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like