Windows 운영 체제(Windows operating system) 는 현재 개인용 컴퓨터 세계에서 96%의 시장 점유율을 차지하고 있습니다. 이 기회를 활용하기 위해 하드웨어 제조업체는 기존 컴퓨터 빌드에 많은 기능을 추가하는 제품을 시도하고 만듭니다.
그러나 이 중 어느 것도 표준화되지 않았습니다. 모든 제조업체는 경쟁업체와 차별화하기 위해 비공개 소스인 자체 소프트웨어 기능으로 작업합니다.
모든 하드웨어가 다른 경우 운영 체제는 하드웨어 사용 방법을 어떻게 알 수 있습니까?
이것은 장치 드라이버에 의해 처리됩니다. Windows는 지구상의 모든 하드웨어 장치에 대한 지원을 구축할 수 없기 때문에 호환 드라이버를 개발하는 것은 하드웨어 제조업체에 맡겼습니다.
Windows 운영 체제(Windows Operating System) 는 시스템 에 설치된 장치 및 드라이버와 상호 작용할 수 있는 인터페이스만 제공합니다. 이 인터페이스를 장치 관리자라고 합니다.(Device Manager.)
장치 관리자란 무엇입니까?(What is a Device Manager?)
시스템에 연결된 모든 하드웨어 주변 장치의 명령 센터와 같은 Microsoft Windows(Microsoft Windows) 운영 체제 의 소프트웨어 구성 요소입니다 . 작동 방식은 컴퓨터에서 작동하는 모든 Windows 승인 하드웨어 장치에 대한 간략하고 체계적인 개요를 제공하는 것입니다.
이것은 키보드, 마우스, 모니터, 하드 디스크 드라이브, 프로세서 등과 같은 전자 구성 요소일 수 있습니다. 이것은 Microsoft Management Console 의 일부인 관리 도구입니다 .
장치 관리자(Device Manager) 는 운영 체제와 함께 사전 로드되지만 원하는 동일한 결과를 얻는 데 사용할 수 있는 다른 타사 프로그램이 시장에 나와 있지만 고유한 보안 위험 때문에 이러한 타사 응용 프로그램을 설치하지 않는 것이 좋습니다. 그들은 소유하고 있습니다.
Microsoft 는 (Microsoft)Windows 95 의 도입과 함께 이 도구를 운영 체제와 번들로 제공하기 시작했습니다 . 처음에는 기존 하드웨어를 표시하고 상호 작용하도록 설계되었습니다. 다음 몇 가지 개정을 통해 핫 플러깅 기능이 추가되어 커널에서 발생하는 새로운 하드웨어 관련 변경 사항을 장치 관리자에게 알릴 수 있습니다. USB 썸 드라이브 연결 , 새 네트워크 케이블 삽입 등
장치 관리자는 다음을 수행하는 데 도움이 됩니다.(Device Manager helps us to:)
- 하드웨어 구성을 수정합니다.
- 하드웨어 드라이버를 변경하고 검색합니다.
- 시스템에 연결된 하드웨어 장치 간의 충돌을 감지합니다.
- (Identify)문제가 있는 드라이버를 식별 하고 비활성화합니다.
- 장치 제조업체, 모델 번호, 분류 장치 등과 같은 하드웨어 정보를 표시합니다.
장치 관리자가 필요한 이유는 무엇입니까?
장치 관리자가 필요한 이유는 여러 가지가 있지만 장치 관리자가 필요한 가장 중요한 이유는 소프트웨어 드라이버 때문입니다.
소프트웨어 드라이버는 컴퓨터가 하드웨어 또는 장치와 통신할 수 있도록 하는 Microsoft 에서 정의한 소프트웨어입니다. (Microsoft)그러나 왜 그것이 필요합니까? 드라이버 없이 연결하기만 하면 되는 사운드 카드가 있고 음악 플레이어가 사운드 카드가 만들어야 하는 디지털 신호를 생성해야 한다고 가정해 보겠습니다.
사운드 카드가 하나만 존재했다면 기본적으로 작동했을 것입니다. 그러나 진짜 문제는 말 그대로 수천 개의 사운드 장치가 있으며 모두 서로 완전히 다르게 작동한다는 것입니다.
모든 것이 제대로 작동하려면 소프트웨어 제조업체는 기존의 모든 카드와 앞으로도 존재할 모든 카드와 함께 사운드 카드에 대한 특수 신호를 사용하여 소프트웨어를 다시 작성해야 합니다.
따라서 소프트웨어 드라이버는 소프트웨어 프로그램이 하나의 표준화된 언어로 하드웨어와 상호 작용하기만 하면 되며 나머지는 드라이버가 처리하는 방식으로 추상화 계층 또는 번역기 역할을 합니다.
또한 읽기: (Also Read:) 조각화 및 조각 모음이란 무엇입니까?(What is Fragmentation and Defragmentation)
운전자는 왜 그렇게 많은 문제를 일으키나요?
당사의 하드웨어 장치에는 시스템이 특정 방식으로 상호 작용하는 데 필요한 많은 기능이 있습니다. 하드웨어 제조업체가 완벽한 드라이버를 만드는 데 도움이 되는 표준이 있지만. 충돌을 일으킬 수 있는 다른 장치 및 기타 소프트웨어가 있습니다. 또한 Linux(Linux) , Windows 등과 같은 여러 운영 체제에 대해 유지 관리해야 하는 별도의 드라이버가 있습니다.
드라이버가 번역해야 하는 고유한 공용 언어가 있습니다. 이렇게 하면 특정 하드웨어에 대한 드라이버 변형 중 하나 또는 두 개에 결함이 있을 수 있는 충분한 여지가 남습니다.
장치 관리자에 액세스하는 방법은 무엇입니까?
장치 관리자에 액세스할 수 있는 다양한 방법이 있습니다. 대부분의 Microsoft Windows 버전에서는 명령 프롬프트, 제어판, 실행 도구, 시작 메뉴 마우스 오른쪽 버튼 클릭 등에서 장치 관리자를 열 수 있습니다.
방법 1: 시작 메뉴에서(Method 1: From the start menu)
바탕 화면의 왼쪽 하단으로 이동하여 시작 메뉴를 마우스 오른쪽 버튼으로 클릭(Right-click) 하면 다양한 관리 바로 가기 목록이 표시되고 "장치 관리자"를 찾아 클릭합니다.
방법 2: 빠른 액세스 메뉴(Method 2: Quick Access Menu)
바탕 화면에서 Windows 키를 누른 상태에서 'X'를 누른 다음 미리 채워진 관리 도구에서 장치 관리자를 선택합니다.
방법 3: 제어판에서(Method 3: From the Control Panel)
제어판(Control Panel) 을 열고 하드웨어(Hardware) 및 소리(Sound) 를 클릭 하고 장치(Devices) 및 프린터 에서 (Printers)장치 관리자(Device Manager) 를 선택 합니다.
방법 4: 실행을 통해(Method 4: Via Run)
Windows 키 + R을 눌러 실행 대화 상자를 연 다음 열기(Open) 옆의 대화 상자에서 " devmgmt.msc "를 입력하고 확인을 누릅니다.
방법 5: Windows 검색 상자 사용(Method 5: Using the Windows search box)
바탕 화면의 창 아이콘 외에도 돋보기가 있는 아이콘이 있습니다. 이를 눌러 검색 상자를 확장하고 검색 상자에 "장치 관리자"를 입력하고 Enter 키를 누릅니다 . 결과가 채워지기 시작하면 Best Match 섹션(Best Match Section) 에 표시되는 첫 번째 결과를 클릭합니다 .
방법 6: 명령 프롬프트에서(Method 6: From the Command Prompt)
Windows+R실행(Run) 대화 상자를 열고 'cmd'를 입력하고 확인을 누릅니다. 그런 다음 명령 프롬프트 창을 볼 수 있어야 합니다. 이제 명령 프롬프트(Command Prompt) 에서 '(Enter ‘) start devmgmt.msc'(따옴표 제외)를 입력하고 Enter 키를 누릅니다 .
방법 7: Windows PowerShell을 통해 장치 관리자 열기(Method 7: Open Device Manager through Windows PowerShell)
Powershell 은 외부 프로그램을 실행하고 명령 프롬프트에서 사용할 수 없는 일련의 시스템 관리 작업을 자동화하는 데 사용되는 명령 프롬프트의 고급 형태입니다.
Windows Powershell 에서 장치 관리자를 열려면 시작 메뉴 에 액세스 하고 (Access)Windows PowerShell 프롬프트에 도달할 때까지 모든 응용 프로그램 목록에서 아래로 스크롤 합니다. 일단 열리면 ' devmgmt.msc '를 입력하고 Enter 키를 누릅니다.
다음은 장치 관리자에 액세스할 수 있는 몇 가지 방법이며 실행 중인 Windows 운영 체제 버전에 따라 장치 관리자에 액세스할 수 있는 다른 고유한 방법이 많이 있지만 편의를 위해 다음으로 제한합니다. 위에서 언급한 방법들.
장치 관리자를 어떻게 사용합니까?
장치 관리자 도구를 열면 현재 시스템에 설치된 모든 하드웨어 구성 요소 및 해당 소프트웨어 드라이버 목록이 표시됩니다. 여기에는 오디오(Audio) 입력 및 출력, Bluetooth 장치, 디스플레이(Display) 어댑터, 디스크 드라이브(Disk Drives) , 모니터(Monitors) , 네트워크 어댑터(Network Adapter) 등이 포함됩니다. 이러한 범주는 현재 해당 범주에 연결된 모든 하드웨어 장치를 표시하도록 확장할 수 있는 다양한 주변 장치 범주로 구분됩니다. .
특정 장치를 변경하거나 수정하려면 하드웨어 목록에서 해당 범주를 선택한 다음 표시된 구성 요소에서 원하는 하드웨어 장치를 선택합니다.
장치를 선택하면 독립된 대화 상자가 나타나며 이 상자는 장치의 속성을 표시합니다.
선택한 장치 또는 하드웨어 구성 요소의 유형에 따라 General , Driver , Details , Events 및 Resources 와 같은 탭이 표시됩니다 .
이제 각 탭의 용도를 살펴보겠습니다.
일반적인(General)
이 섹션에서는 선택한 구성 요소의 이름, 장치 유형, 해당 하드웨어 장치의 제조업체(Manufacturer) , 해당 하드웨어 장치와 관련된 시스템 내 장치의 물리적 위치 를 표시하는 선택한 하드웨어에 대한 간략한 개요를 제공합니다. 장치의 상태.
운전사(Driver)
선택한 하드웨어 구성 요소의 소프트웨어 드라이버를 표시하는 섹션입니다. 드라이버 개발자, 출시 날짜, 드라이버 버전 및 드라이버 개발자의 디지털 인증을 볼 수 있습니다. 이 섹션에서는 다음과 같은 다른 드라이버 관련 버튼도 볼 수 있습니다.
- 드라이버 세부 정보: 설치된 드라이버 파일의 세부 정보, 파일이 저장된 위치 및 다양한 종속 파일 이름을 표시합니다.
- 드라이버 업데이트: 이 버튼을 사용하면 온라인에서 드라이버 업데이트를 검색하거나 인터넷에서 다운로드한 드라이버를 검색하여 드라이버를 수동으로 업데이트할 수 있습니다.
- 드라이버 롤백(Roll Back Driver) : 때때로 특정 새 드라이버 업데이트가 현재 시스템과 호환되지 않거나 드라이버와 함께 번들로 제공되는 필요하지 않은 특정 새 기능이 있습니다. 이러한 상황에서는 이전에 작동하던 드라이버 버전으로 돌아가야 할 이유가 있을 수 있습니다. 이 버튼을 선택하면 그렇게 할 수 있습니다.
- 드라이버 비활성화: 새 시스템을 구입할 때마다 제조업체에서 필요하다고 판단하는 특정 드라이버가 사전 로드되어 제공됩니다. 그러나 개인 사용자가 개인 정보 보호라는 여러 가지 이유로 특정 드라이버의 요구 사항을 보지 못할 수 있으므로 이 버튼을 눌러 웹캠을 비활성화할 수 있습니다.
- 장치 제거: 구성 요소가 작동하거나 시스템이 하드웨어 구성 요소의 존재를 인식하는 데 필요한 드라이버를 완전히 제거하는 데 사용할 수 있습니다. 이것은 고급 옵션으로, 특정 드라이버를 제거하면 운영 체제(Operating System) 가 완전히 실패할 수 있으므로 주의해서 사용해야 합니다.
세부(Details)
하드웨어 드라이버의 개별 속성을 제어하려면 이 섹션에서 제어할 수 있습니다. 여기에서 드라이버의 다양한 속성과 특정 속성에 대한 해당 값을 선택할 수 있습니다. 요구 사항에 따라 나중에 수정할 수 있습니다.
이벤트(Events)
이러한 소프트웨어 드라이버를 설치하면 시스템이 주기적으로 과다한 작업을 실행하도록 지시합니다. 이러한 시간이 지정된 작업을 이벤트라고 합니다. 이 섹션에는 드라이버와 관련된 타임스탬프, 설명 및 정보가 표시됩니다. 이러한 모든 이벤트는 이벤트 뷰어 도구를 통해서도 액세스할 수 있습니다.
자원(Resources)
이 탭에는 다양한 리소스와 해당 설정 및 설정의 기반이 되는 구성이 표시됩니다. 특정 리소스 설정으로 인해 장치 충돌이 있는 경우 여기에도 표시됩니다.
또한 해당 범주의 속성과 함께 표시되는 장치 범주 중 하나를 마우스 오른쪽 버튼으로 클릭하여 하드웨어 변경 사항을 자동으로 검색할 수 있습니다.
또한 확장된 범주 목록에 표시된 개별 장치를 마우스 오른쪽 버튼으로 클릭하여 드라이버 업데이트, 드라이버 비활성화, 장치 제거, 하드웨어 변경 사항 검색 및 장치 속성과 같은 일부 일반 장치 옵션에 액세스할 수도 있습니다.
장치(Device) 관리자 도구 의 창에는 상단에 표시되는 아이콘도 있습니다. 이 아이콘은 앞에서 이미 논의한 이전 장치 작업에 해당합니다.
또한 읽기: (Also Read:) Windows 10의 관리 도구는 무엇입니까?(What are Administrative Tools in Windows 10?)
각종 오류 아이콘 및 코드 식별
이 기사에서 정보를 가져간다면 이것이 가장 중요한 정보가 될 것입니다. 다양한 오류 아이콘을 이해하고 식별하면 장치 충돌, 하드웨어 구성 요소 문제 및 장치 오작동을 쉽게 파악할 수 있습니다. 다음은 해당 아이콘 목록입니다.
하드웨어가 인식되지 않음(Hardware not recognized)
지원 소프트웨어 드라이버 없이 새 하드웨어(Hardware) 주변기기 를 추가할 때마다 또는 장치가 부적절하게 연결되거나 연결되면 장치 아이콘 위에 노란색 물음표로 표시된 이 아이콘이 표시됩니다.
하드웨어가 제대로 작동하지 않음(Hardware not working properly)
하드웨어(Hardware) 장치는 때때로 오작동하는 경향이 있습니다. 장치가 정상적으로 작동을 멈췄을 때를 아는 것은 매우 어렵습니다. 우리는 그 장치를 사용하기 시작할 때까지 모를 수 있습니다. 그러나 Windows는 시스템이 부팅되는 동안 장치가 작동하는지 여부를 확인하려고 시도합니다. Windows 가 연결된 장치에 있는 문제를 인식하면 노란색 삼각형 아이콘에 검은색 느낌표가 표시됩니다 .
비활성화된 장치(Disabled device)
장치의 오른쪽 하단에서 아래를 가리키는 회색 화살표로 표시된 이 아이콘을 볼 수 있습니다. 장치는 IT 관리자, 사용자 또는 실수로 자동으로 비활성화될 수 있습니다.
대부분의 경우 장치 관리자는 해당 장치와 함께 오류 코드를 표시하여 시스템에서 무엇이 잘못될 수 있다고 생각하는지 쉽게 이해할 수 있도록 합니다. 다음은 설명과 함께 오류 코드입니다.
|
Reason with error code |
1 |
This device is not configured correctly. (Error Code 1) |
2 |
The driver for this device might be corrupted, or your system may be running low on memory or other resources. (Error Code 3) |
3 |
This device cannot start. (Error Code 10) |
4 |
This device cannot find enough free resources that it can use. If you want to use this device, you will need to disable one of the other devices on this system. (Error Code 12) |
5 |
This device cannot work properly until you restart your computer. (Error Code 14) |
6 |
Windows cannot identify all the resources this device uses. (Error Code 16) |
7 |
Reinstall the drivers for this device. (Error Code 18) |
8 |
Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. To fix this problem you should uninstall and then reinstall the hardware device. (Error Code 19) |
9 |
Windows is removing this device. (Error Code 21) |
10 |
This device is disabled. (Error Code 22) |
11 |
This device is not present, is not working properly, or does not have all its drivers installed. (Error Code 24) |
12 |
The drivers for this device are not installed. (Error Code 28) |
13 |
This device is disabled because the firmware of the device did not give it the required resources. (Error Code 29) |
14 |
This device is not working properly because Windows cannot load the drivers required for this device. (Error Code 31) |
15 |
A driver (service) for this device has been disabled. An alternate driver may be providing this functionality. (Error Code 32) |
16 |
Windows cannot determine which resources are required for this device. (Error Code 33) |
17 |
Windows cannot determine the settings for this device. Consult the documentation that came with this device and use the Resource tab to set the configuration. (Error Code 34) |
18 |
Your computer’s system firmware does not include enough information to properly configure and use this device. To use this device, contact your computer manufacturer to obtain a firmware or BIOS update. (Error Code 35) |
19 |
This device is requesting a PCI interrupt but is configured for an ISA interrupt (or vice versa). Please use the computer’s system setup program to reconfigure the interrupt for this device. (Error Code 36) |
20 |
Windows cannot initialize the device driver for this hardware. (Error Code 37) |
21 |
Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory. (Error Code 38) |
22 |
Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Error Code 39) |
23 |
Windows cannot access this hardware because its service key information in the registry is missing or recorded incorrectly. (Error Code 40) |
24 |
Windows successfully loaded the device driver for this hardware but cannot find the hardware device. (Error Code 41) |
25 |
Windows cannot load the device driver for this hardware because there is a duplicate device already running in the system. (Error Code 42) |
26 |
Windows has stopped this device because it has reported problems. (Error Code 43) |
27 |
An application or service has shut down this hardware device. (Error Code 44) |
28 |
Currently, this hardware device is not connected to the computer. (Error Code 45) |
29 |
Windows cannot gain access to this hardware device because the operating system is in the process of shutting down. (Error Code 46) |
30 |
Windows cannot use this hardware device because it has been prepared for safe removal, but it has not been removed from the computer. (Error Code 47) |
31 |
The software for this device has been blocked from starting because it is known to have problems with Windows. Contact the hardware vendor for a new driver. (Error Code 48) |
32 |
Windows cannot start new hardware devices because the system hive is too large (exceeds the Registry Size Limit). (Error Code 49) |
33 |
Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Error Code 52) |
How to Switch to OpenDNS or Google DNS on Windows
결론
운영 체제의 기술이 계속 개선됨에 따라 장치 관리의 단일 소스에 대해 중요해졌습니다. 장치(Device) 관리자 는 운영 체제가 물리적 변경 사항을 인식하고 점점 더 많은 주변 장치가 추가됨에 따라 발생하는 질량을 추적하도록 개발되었습니다. 하드웨어가 오작동하고 즉각적인 주의가 필요한 시점을 아는 것은 개인과 기관 모두 단기적으로나 장기적으로 도움이 될 것입니다.
What is Device Manager? [EXPLAINED]
The Windows operating system currently holds a 96% market share in the world of personal computers. To capitalize on this opportunity, hardware manufacturers try and create products that add a lot of features to the existing computer builds.
But none of this is standardized. Every manufacturer works with its own software features which are closed source to distinguish themselves from their competitors.
If every hardware is different, how will the operating system know how to use the hardware?
This is taken care of by the device drivers. Since Windows cannot build support for all the hardware devices on the planet, they left it up to the hardware manufacturers to develop compatible drivers.
The Windows Operating System only offers us an interface to interact with the installed devices and drivers on the system. This interface is called the Device Manager.
What is a Device Manager?
It is a software component of the Microsoft Windows operating system, which is like a command center of all the hardware peripherals connected to the system. The way it works is by giving us a brief and organized overview of all the windows approved hardware devices that are operating in the computer.
This could be electronic components such as keyboard, mouse, monitors, hard disk drives, processors, etc. It is an administrative tool that is a part of the Microsoft Management Console.
Device Manager comes preloaded with the operating system, however, there are other third-party programs available in the market that can be used to achieve the same desired results but it is encouraged not to install these third-party applications due to the inherent security risks they possess.
Microsoft started bundling this tool with the operating system with the introduction of Windows 95. Initially, it was just designed to display and interact with pre-existing hardware. Over the next few revisions, the hot-plugging capability was added, which enables the kernel to notify the device manager of any new hardware-related changes that are taking place. Such as plugging in a USB thumb drive, insertion of a new network cable, etc.
Device Manager helps us to:
- Modify hardware configuration.
- Change and retrieve hardware drivers.
- Detecting conflicts between the hardware devices that are plugged into the system.
- Identify problematic drivers and disable them.
- Display the hardware information such as the device manufacturer, model number, classification device, and more.
Why Do We Need a Device Manager?
There are a lot of reasons why we might need a device manager, but the most important reason we need the device manager is for software drivers.
A software driver is as Microsoft defines software that allows your computer to communicate with hardware or devices. But why do we need that, so let’s say you’ve got a sound card you should be able to just plug it in with no drivers and your music player should generate a digital signal that the sound card should make.
That’s basically how it would have worked if there was only one sound card in existence. But the real problem is that there are literally thousands of sound devices and all of them will work completely differently from each other.
And for everything to work correctly software makers would need to rewrite their software with specialized signaling for your sound card along with every card that ever existed and every card that ever will exist.
So a software driver acts as an abstraction layer or translator in a way, where the software programs only have to interact with your hardware in one standardized language and the driver handles the rest.
Also Read: What is Fragmentation and Defragmentation
Why do drivers cause so many issues?
Our hardware devices come with a lot of capabilities that the system needs to interact in a particular way. Even though standards exist to help the hardware manufacturers to make the perfect driver. There are other devices and other pieces of software that can cause conflicts. Also, there are separate drivers that need to be maintained for multiple operating systems like Linux, Windows, and others.
Each with its own universal language that the driver needs to translate to it. This leaves plenty of room for one of the variants of a driver for a particular piece of hardware to have an imperfection or two.
How to Access the Device Manager?
There are various ways by which we can access the device manager, in most of the versions of Microsoft windows we can open device manager from the command prompt, the control panel, from the run tool, right-clicking the start menu, etc.
Method 1: From the start menu
Go to the lower left side of the desktop, Right-click on the start menu, a huge list of various administrative shortcuts will appear, locate and click on the “device manager”.
Method 2: Quick Access Menu
On the desktop, keep holding the Windows key while you press ‘X’, then select the device manager from the pre-populated administrative tools.
Method 3: From the Control Panel
Open the Control Panel, click on Hardware and Sound, under the Devices and Printers, select Device Manager.
Method 4: Via Run
Press Windows key + R to open the run dialog box, then in the dialog box besides Open type “devmgmt.msc” and tap OK.
Method 5: Using the Windows search box
Besides the windows icon in the desktop, there is an icon with a magnifying glass, press that to expand the search box, in the search box type “Device Manager” and hit Enter. You will start to see the results populate, click on the first result that is displayed in the Best Match Section.
Method 6: From the Command Prompt
Open the Run dialog using Windows+R hotkeys, enter ‘cmd’ and tap OK. After that, you should be able to see the command prompt window. Now, in the Command Prompt, Enter ‘start devmgmt.msc’ (without quotes) and hit Enter.
Method 7: Open Device Manager through Windows PowerShell
Powershell is a more advanced form of command prompt which is used to run any external programs as well as automate an array of system administration tasks not available to the command prompt.
To open the device manager in Windows Powershell, Access the start menu, scroll down in the all applications list till you reach Windows PowerShell prompt, Once opened type ‘devmgmt.msc‘ and press Enter.
These are some of the ways we can access the device manager, there are plenty of other unique ways we can access the device manager depending on the version of windows operating system you are running, but for the sake of convenience, we will limit ourselves to the above-mentioned methods.
How do you put the device manager to use?
The moment we open the device manager tool we are greeted with a list of all the hardware components and their software drivers that are currently installed in the system. These include Audio inputs and outputs, Bluetooth devices, Display adapters, Disk Drives, Monitors, Network Adapter, and more, these are separated by different categories of peripherals, which can be expanded to display all the hardware devices that are currently connected under that category.
To make changes or to modify a particular device, from the hardware list select the category it falls under, then from the displayed components choose the desired hardware device.
Upon selecting the device, an independent dialog box appears, this box displays the properties of the device.
Depending on the type of device or hardware component selected, we will see tabs such as General, Driver, Details, Events, and Resources.
Now, let’s see what each of these tabs can be used for,
General
This section provides a brief overview of the hardware selected, that displays the name of the component selected, the type of device it is, the Manufacturer of that hardware device, the physical location of the device in the system that is relative to it and the status of the device.
Driver
This is the section that displays the software driver for the selected hardware component. We get to see the developer of the driver, the date it got released, the driver version, and the digital verification of the driver developer. In this section, we also get to see other driver-related buttons such as:
- Driver details: This displays the details of the driver files that have been installed, the location where they have been saved and various dependent file names.
- Update driver: This button helps us manually update the driver by either searching for the driver update online or driver that has been downloaded from the internet.
- Roll Back Driver: Sometimes, certain new driver updates are not compatible with our current system or there are certain new features that are not required that have been bundled with the driver. In these situations, we may have a reason to go back to a previously working version of the driver. By selecting this button we will be able to do so.
- Disable driver: Whenever we buy a new system, it comes preloaded with certain drivers that the manufacturer deems necessary. However, as an individual user may not see the requirement of certain drivers due to any number of reasons say privacy then we can disable the webcam by pressing this button.
- Uninstall device: We can use this to completely remove the drivers necessary for the component to function or even the system to recognize the existence of the hardware component. This is an advanced option, which should be used with caution as uninstalling certain drivers may lead to total Operating System failure.
Details
If we want to control individual properties of a hardware driver, we can do so in this section, here we get to select from various properties of the driver and a corresponding value for a particular property. These can be later modified based on the requirement.
Events
Upon installing these software drivers, they instruct the system to run a plethora of tasks periodically. These timed tasks are called events. This section displays the timestamp, description, and information associated with the driver. Do note that all of these events can also be accessed via the event viewer tool.
Resources
This tab displays various resources and their setting and the configuration the settings are based on. If there are any device conflicts due to certain resource settings that will also be displayed here.
We can also automatically scan for hardware changes by right-clicking on one of the device categories that are displayed along with the properties of that category.
Additionally, we can also access some of the general device options such as update driver, disable driver, uninstall devices, scan for hardware changes, and device properties by right-clicking on the individual device shown in the expanded category list.
The Device manager tool’s window also has icons that are displayed on the top. These icons correspond to the previous device actions that we have already discussed earlier.
Also Read: What are Administrative Tools in Windows 10?
Identification of various error icons and codes
If you were to take any information from this article with you, this would be the most important takeaway for you. Understanding and identifying various error icons will make it easier to figure out the device conflicts, issues with hardware components, and malfunctioning devices. Here’s a list of those icons:
Hardware not recognized
Whenever we add a new Hardware peripheral, without a supporting software driver or when the device is improperly connected or plugged, we will end up seeing this icon which is denoted by a yellow question mark over the device icon.
Hardware not working properly
Hardware devices sometimes tend to malfunction, it is quite hard to know when a device has stopped functioning as it should. We may not know until we start to use that device. However, windows will try to check if a device is functioning or no, while the system is booting. If Windows recognizes the problem which the connected device has it shows a black exclamation on a yellow triangle icon.
Disabled device
We may see this icon which is denoted by a grey arrow pointing down in the lower right side of the device. A device could be automatically be disabled by the IT administrator, by a user, or maybe by mistake
Most of the time the device manager displays the error code along with the corresponding device, to make it easier for us to make sense of what does the system thinks of what could be going wrong. Following is the error code along with the explanation.
|
Reason with error code |
1 |
This device is not configured correctly. (Error Code 1) |
2 |
The driver for this device might be corrupted, or your system may be running low on memory or other resources. (Error Code 3) |
3 |
This device cannot start. (Error Code 10) |
4 |
This device cannot find enough free resources that it can use. If you want to use this device, you will need to disable one of the other devices on this system. (Error Code 12) |
5 |
This device cannot work properly until you restart your computer. (Error Code 14) |
6 |
Windows cannot identify all the resources this device uses. (Error Code 16) |
7 |
Reinstall the drivers for this device. (Error Code 18) |
8 |
Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. To fix this problem you should uninstall and then reinstall the hardware device. (Error Code 19) |
9 |
Windows is removing this device. (Error Code 21) |
10 |
This device is disabled. (Error Code 22) |
11 |
This device is not present, is not working properly, or does not have all its drivers installed. (Error Code 24) |
12 |
The drivers for this device are not installed. (Error Code 28) |
13 |
This device is disabled because the firmware of the device did not give it the required resources. (Error Code 29) |
14 |
This device is not working properly because Windows cannot load the drivers required for this device. (Error Code 31) |
15 |
A driver (service) for this device has been disabled. An alternate driver may be providing this functionality. (Error Code 32) |
16 |
Windows cannot determine which resources are required for this device. (Error Code 33) |
17 |
Windows cannot determine the settings for this device. Consult the documentation that came with this device and use the Resource tab to set the configuration. (Error Code 34) |
18 |
Your computer’s system firmware does not include enough information to properly configure and use this device. To use this device, contact your computer manufacturer to obtain a firmware or BIOS update. (Error Code 35) |
19 |
This device is requesting a PCI interrupt but is configured for an ISA interrupt (or vice versa). Please use the computer’s system setup program to reconfigure the interrupt for this device. (Error Code 36) |
20 |
Windows cannot initialize the device driver for this hardware. (Error Code 37) |
21 |
Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory. (Error Code 38) |
22 |
Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Error Code 39) |
23 |
Windows cannot access this hardware because its service key information in the registry is missing or recorded incorrectly. (Error Code 40) |
24 |
Windows successfully loaded the device driver for this hardware but cannot find the hardware device. (Error Code 41) |
25 |
Windows cannot load the device driver for this hardware because there is a duplicate device already running in the system. (Error Code 42) |
26 |
Windows has stopped this device because it has reported problems. (Error Code 43) |
27 |
An application or service has shut down this hardware device. (Error Code 44) |
28 |
Currently, this hardware device is not connected to the computer. (Error Code 45) |
29 |
Windows cannot gain access to this hardware device because the operating system is in the process of shutting down. (Error Code 46) |
30 |
Windows cannot use this hardware device because it has been prepared for safe removal, but it has not been removed from the computer. (Error Code 47) |
31 |
The software for this device has been blocked from starting because it is known to have problems with Windows. Contact the hardware vendor for a new driver. (Error Code 48) |
32 |
Windows cannot start new hardware devices because the system hive is too large (exceeds the Registry Size Limit). (Error Code 49) |
33 |
Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Error Code 52) |
How to Switch to OpenDNS or Google DNS on Windows
Conclusion
As the technologies of the Operating systems kept improving it became important for a singular source of device administration. The Device manager was developed to make the operating system aware of the physical changes and keep a track of the mas they take place as more and more peripherals are being added. Knowing when the hardware is malfunctioning and requiring immediate attention would help individuals and institutions alike in a short as well as long run.