Tương tự đối với lỗi không thấy ổ USB trong Explorer, mở notepad và gõ nội dung bên dướ rồi lưu với tên là sualoi_usb.vbs
Double click vào file này và khởi động máy tính.
Option Explicit
On Error Resume Next
Dim WshShell, Message
Set WshShell = WScrip.CreateObject ("WScript.Shell")
WshShell.RegDelete "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E980-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E980-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E980-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E980-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete "HKLM\SYSTEM\CurrentControlSet\Services\USB\DisableSelectiveSuspend",1, "REG_DWORD"
Set WshShell = Nothing
Message = "You must reboot your computer to see the chang."
MsgBox Message, 4096,"Finished!"
Hai cách trên là biện pháp cuối cùng thứ 2 sau biện pháp cài lại máy.