Skip to content

Instantly share code, notes, and snippets.

@md-shah
Created September 1, 2024 06:38
Show Gist options
  • Save md-shah/89da8e2e640538404f3f162d74eb8327 to your computer and use it in GitHub Desktop.
Save md-shah/89da8e2e640538404f3f162d74eb8327 to your computer and use it in GitHub Desktop.
Fastboot devices not detecting in windows 11/10 when connecting to USB 3.0+ port. Run this as administrator. (All credit goes to this thread owner - https://xdaforums.com/t/help-press-any-key-to-shutdown-in-fastboot.3816021/post-82532385)
"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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment