Xiaomi mobile phone fastboot mode shows press any key to shutdown solution (pro-test is effective, solved)

After the Xiaomi mobile phone enters the fastboot mode, the following problems occur:

reason:

Computer usb3.0 interface is not compatible

Solution:

The first method: replace the usb interface, the computer generally has usb2.0 and usb3.0, the problem can be solved after replacing the interface

The second type: the computer only has usb3.0

Execute the following bat file, then restart the computer and re-enter the fastboot mode

@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

 

Reference link: Xiaomi mobile phone shows press any key to shutdown solution – MIUI historical version

Guess you like

Origin blog.csdn.net/qq_43615820/article/details/130507809