Sunday, February 25, 2007

Không Sử Dụng Được ổ CDROM

Hiện tượng : trong My Computer không hiển thị biểu tượng của ổ CDROM .
Cách chữa :
Bấm menu Start --> Settings --> Control Panel --> chọn Add Hardware , Sau đó , bấm Next để máy tự dò tìm lại ổ CDROM .Nếu vẫn không tìm thấy ổ CDROM , bạn mở Notepad tạo 1 file tên là cdenable.vbs với nội dung sau :

Option Explicit
On Error Resume Next
Dim WshShell, Message
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdr4_2K\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdralw2k\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdudf\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UdfReadr\"
Set WshShell = Nothing
Message = "Your CD/DVD-Rom drives should now appear in Windows Explorer." & vbCR
Message = Message & "You may need to reboot your computer to see the change."
MsgBox Message, 4096,"Finished!"


Sau đó, bạn lưu lại file trên và nhấn đúp chuột để chạy trực tiếp rồi khởi động lại máy tính. Nếu đã thực hiện cả hai cách trên mà vẫn không được thì có thể lỗi do nguồn máy tính hoặc do ổ CDROM, bạn nên thay thế các thiết bị tốt để kiểm tra chính xác.

No comments: