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

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

原因:

电脑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

打赏 赞(12)