Disables power saving options on all USB controllers to prevent crashes and BSODs on AMD-based systems. No more random disconnects, blue screens, or USB instability.
💡 Inspired by ThioJoe's original script
🧩 Extended with better device searching method, logging and some other features.
Some AMD-based systems (especially with Ryzen CPUs and chipsets like B550/X570 and newer) suffer from:
- USB dropouts
- Blue screens of death (BSOD)
- Device instability
due to aggressive USB power saving enabled by default in Windows.
This script finds all USB devices and disables the setting that allows Windows to turn them off to save power.
$ git clone --depth 1 https://github.com/Noktomezo/amd-usb-fix.git
- Launch
run.bat
with administrator privileges - Follow the prompt to reboot (if changes were applied)
Original idea and base script by ThioJoe