Skip to content

Instantly share code, notes, and snippets.

@gambe
Forked from Skrilltrax/usb3-fastboot-fix.bat
Created August 9, 2025 13:53
Show Gist options
  • Select an option

  • Save gambe/49c21fea5c15d26ce9ac674434bd3cd2 to your computer and use it in GitHub Desktop.

Select an option

Save gambe/49c21fea5c15d26ce9ac674434bd3cd2 to your computer and use it in GitHub Desktop.
Fix the USB 3 issues in fastboot
@Echo off
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "osvc" /t REG_BINARY /d "0000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipContainerIdQuery" /t REG_BINARY /d "01000000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipBOSDescriptorQuery" /t REG_BINARY /d "01000000" /f
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment