Windows 10 进入bootloader(fastboot)后连接USB出现“Press any key to shutdown”问题解决

No Comments

1. Check the “fastboot driver” property -> Details -> Hardware IDs value
2. Copy “fastboot.bat” and edit it with notepad If the “hardware IDs Value” not the same.

@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

Download “fastboot.bat” link: fastboot.zip

3. Use administrator permission to run “fastboot.bat”, if success have “The operation completed successfully” display
4. The “regedit” \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100 will have new three value.

if still have problem, please use USB 2.0 port try again.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注