วิธีทำให้ acronis universal restore แล้ว detect mouse keyboard ก่อนเพื่อน

Post Reply
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

วิธีทำให้ acronis universal restore แล้ว detect mouse keyboard ก่อนเพื่อน

Post by tong »

You restore a Windows system with Acronis Universal Restore to a machine with dissimilar hardware. In particular, all devices are initialized by Windows using the priority and algorithms Microsoft has designed – e.g. Windows may install USB HID devices (mouse and keyboard) after other devices with higher priority are installed. Thus, there is a possible situation when USB keyboard and mouse may be unresponsive - e.g. because of other devices waiting in the initialization queue.

To fix these issue by detect the USB first.

Code: Select all

@echo off
C:\D\DevCon.exe enable =usb >> C:\D\DevCon.log 2>&1

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"Detect USB"="C:\\D\\DevCon.bat"
Attachments
DetectUSB.zip
[ 44.65 KiB | Downloaded 678 times ]
Post Reply