Skip to content

Instantly share code, notes, and snippets.

@seto-kaiba-0
Forked from Skrilltrax/usb3-fastboot-fix.bat
Created October 12, 2023 20:54
Show Gist options
  • Save seto-kaiba-0/365b71ad70720d4cfeb00281a3e19b98 to your computer and use it in GitHub Desktop.
Save seto-kaiba-0/365b71ad70720d4cfeb00281a3e19b98 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