특정 프로그램(주로 보안 관련...)을 삭제한 이후
USB가 모두 동작하지 않고
장치 관리자에서 USB Controller들이 모두 노란색 느낌표 불이 켜진 상태로 아래와 같은 경고 메시지를 출력하고 있을 때.
이 하드웨어 장치의 구성 정보(레지스트리에 있는)가 완전하지 않거나 손상되어 이 장치를 시작할 수 없습니다. (코드 19)
Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19).
이 상황을 극복하는 방법은 다음과 같다.
Click on the Start button.
In the search box of Windows Vista, type regedit and click OK or press the ENTER key.
Locate the HKEY_LOCAL_MACHINE
expand folders until you reach the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class.
You should see a long list of subkeys open up under Class
You are looking for these class guid
36FC9E60-C465-11CF-8056-444553540000
Click the registry sub key corresponding to the device's Class GUID
Right-click on UpperFilters and choose Delete.
Choose Yes to the " Deleting certain registry values could cause system instability. Are you sure you want to permanently delete this value
Repeat the LowerFilters value
Close Registry Editor.
Restart your computer.
설명이 좀 길지만 핵심은 간단하다.
USB 장치에도 필터를 등록할 수 있는데 그 필터(드라이버) 설정을 제거하면 정상이 된다는 거다.
'Tech: > 일반·기타' 카테고리의 다른 글
Windows 7 (x64)에서 1680x1050 해상도 설정하기 (0) | 2011.01.23 |
---|---|
원격 제어(원격 지원) 쉽게 하는 방법 (0) | 2010.12.19 |
플래시(Flash) 로컬 설정 위치 (0) | 2010.05.17 |
하드디스크 고장 예고? atapi 제한시간 내에 응답하지 않아? (0) | 2010.05.04 |
Avast! 오진과 관련하여... (0) | 2009.12.14 |