How to make fastboot work with USB 3.0

How to make fastboot work with USB 3.0

I found out in one on a very particular blog post that links another post on MIUI China. This thing basically saved my life.

One of the errors shown in fastboot is:

press any key to shutdown

Just create a register with those flags:

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

Name the file: usb_changes.bat and execute it on CMD.