Created
September 1, 2024 06:38
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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