Windows 10 Won't Restore Because Keyboard Shuts Off

Mark Weiss 86 Reputation points
2025-07-28T20:59:59.3166667+00:00

Windows 10

I recently had some Windows 10 updates because I had to connect my workstation to the internet briefly to let a license update happen (about every 90 days I have to connect for a minute to let TMPGenc Authoring Works 7 renew license). When I did so last week, Windows updated. Since then, my CF Card reader stopped working.

Microsoft tech told me to run SFC /scannow, and it found corrupt files. So I ran DISM. After that, I started up my programs and realized all my preferences were reset to factory. My wacom tablet was no longer configured. DaVinci Resolve was set to some default, Blender had lost all my customizations.

After determining that the system was beyond repair, I decided to just start over and re load my July 15 image of C: drive. So I went into Recovery mode, and when it gets to the part where you enter your password, I found my keyboard no longer worked. And the mouse didn't work either!

Assuming the recovery environment was damaged, I booted off a Windows install media and prepared to reinstall Windows. However, when the Windows PE environment welcome screen appeared, the lights on my keyboard extinguished and my keyboard and mouse were once again shut off.

I've checked my BIOS to make sure USB legacy was turned on. It is.

I've never in 39 years of using and building PCs, ever encountered a situation like this where the keyboard shuts down in Windows installer! I've tried another keyboard on another USB port and same thing happens. See that NUM LOCK light shut off as Win PE boots up. What if I wanted to install a new version of Windows? Can't do it!

I also tried moving keyboard to different USB 2.0 port and tried again. Same thing! I can not install Windows on this PC, nor do a restore because of this.

Maybe this is the excuse I need to get a bank loan and buy components to build my dream workstation, as this dual Xeon Supermicro X10DRi I built for $17K in 2015 is getting a little old. Was considering a top of the line Asus motherboard, 256GB RAM, RTX5090, etc. but can't really afford to now, so I'm trying to make the dual Xeon stretch for a few more years.

Windows for home | Windows 10 | Recovery and backup
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hendrix-V 1,430 Reputation points Microsoft External Staff Moderator
    2025-07-30T07:27:33.89+00:00

    Hello Mark Weiss, I'm Hendrix 

    Thank you for reaching out to the Microsoft Q&A Forum regarding the issue you're experiencing with USB keyboard and mouse shutting off during Windows 10 recovery and installation. I understand this must be frustrating, and I'm here to help you resolve this. 


    Please follow these troubleshooting steps to fix the issue. 

    Solution 1: Test with a PS/2 Keyboard 

    1. If your Supermicro X10DRi has a PS/2 port, connect a PS/2 keyboard (or use a USB-to-PS/2 adapter if available). 
    2. Boot into WinRE or WinPE using your recovery partition or Windows 10 install media. 
    3. Check if the PS/2 keyboard functions at the password prompt or setup screen. 
    4. If functional, proceed with system image restoration or Windows reinstallation. 

    PS/2 interfaces bypass the USB stack, which may be failing in WinPE/WinRE due to missing or incompatible drivers. 

    If no PS/2 port is available, proceed to Solution 2. 

    Solution 2: Create a Custom WinPE with USB Drivers 

    The default WinPE may lack USB drivers for your motherboard’s chipset. Create a custom WinPE with appropriate drivers. Injecting chipset-specific USB drivers ensures compatibility with your hardware. 

    1. On a working PC, download the Windows Assessment and Deployment Kit (ADK) from Microsoft’s website. Download the Windows ADK 
    2. Install the ADK with the Deployment Tools and Windows Preinstallation Environment components. 
    3. Download USB drivers for the Supermicro X10DRi (Intel C612 chipset) from Supermicro’s support page or Intel’s website. 
    4. Use DISM to create a custom WinPE image: 

    Open Command Prompt and enter 

    copype amd64 C:\WinPE_amd64 

    Dism /Mount-Image /ImageFile:"C:\WinPE_amd64\media\sources\boot.wim" /Index:1 /MountDir:"C:\WinPE_amd64\mount"

    Dism /Image:"C:\WinPE_amd64\mount" /Add-Driver /Driver:"path_to_usb_drivers" /Recurse

    Dism /Unmount-Image /MountDir:"C:\WinPE_amd64\mount" /Commit 

    1. Create a bootable USB with the custom WinPE using MakeWinPEMedia: 

    In Command Prompt, enter 

    MakeWinPEMedia /UFD C:\WinPE_amd64 X: 

    1. Boot from this USB and test if the keyboard/mouse work in WinPE. 

    Solution 3: Update or Reset BIOS 

    A BIOS issue may cause USB devices to fail in WinRE/WinPE. 

    1. Download the latest BIOS firmware for the Supermicro X10DRi from Supermicro’s support page. 
    2. Follow Supermicro’s instructions to update the BIOS (typically via a bootable USB with the BIOS file). 
    3. Verify BIOS settings: 

    USB Configuration: Enable all USB controllers (XHCI, EHCI). 

    Legacy USB Support: Enabled. 

    Fast Boot: Disabled. 

    Secure Boot: Disabled. 

    1. If the issue persists, reset the BIOS to default settings: 

    Power off the system, remove the CMOS battery for 5 minutes, then reinsert it. 

    Alternatively, use the motherboard’s CMOS clear jumper (consult the X10DRi manual). 

    1. Reboot into WinRE/WinPE and test the keyboard/mouse. 

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology. If you are going to modify BIOS Settings, please back up all your personal files first to ensure you do not lose data.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    Best regards, 

    Hendrix-MSFT | Microsoft Q&A Support Specialist 


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.