Bản cập nhật driver Microsoft MTP Device Driver 5.2.5326.4762 bị lỗi dẫn đến nhiều thiết bị không nhận driver MTP để copy file với windows. Trong bản cập nhật về sau MS đã fix lỗi này tuy nhiên nhiều máy vẫn bị nên hôm nay mình hướng dẫn các bạn fix lỗi này.
- Click Win key + X and select Command Prompt (Admin).
- If a UAC shows up, click Yes to proceed.
- Type pnputil.exe –e command and press Enter.
- Now you should find the faulty driver on the list. For example, the driver may be named as oem42.inf. In your case, the number should not be 42, but something else, so look for the .inf file, which starts with the oem followed by one of two random digits. Save the file name somewhere.
- Enter pnputil.exe -d oem##.inf command (## stands for the digits of the .inf file saved on your system)
- Press Enter and close Command Prompt.