小米手机 fastboot模式 显示 press any key to shutdown 解决方法(亲测有效,已解决)

小米手机进入fastboot模式后,出现以下问题:

原因:

电脑usb3.0接口不兼容

解决办法:

第一种:更换usb接口,电脑一般有usb2.0 和 usb3.0,更换接口后可以解决问题

第二种:电脑只有usb3.0

执行以下bat文件,然后重启电脑,重新进入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

参考链接:小米手机显示 press any key to shutdown 解决方法 – MIUI历史版本

猜你喜欢

转载自blog.csdn.net/qq_43615820/article/details/130507809