Windows device manager show all devices

Hiding Devices from Device Manager

By default, Device Manager shows the state of every device on a computer. In some situations, you might want to prevent certain devices from appearing in Device Manager. For example, a motherboard might have a CardBus controller with a slot that is not user-accessible. Because the user cannot use the slot, you do not want Device Manager to display any information about the device.

To hide a device in Device Manager, you can mark the device as a hidden device. Typically, Device Manager does not display hidden devices. (Note, however, that users can override this setting and display all devices within Device Manager, even hidden ones. For more information about how to override this setting, see Viewing Hidden Devices.)

There are two ways to mark your device as hidden: within the device’s driver or by using the ACPI BIOS.

Hiding Devices from Within a Driver

Drivers have two ways to mark a driver as hidden:

A function driver or function filter driver can ask the operating system to hide a successfully started device by responding to the IRP_MN_QUERY_PNP_DEVICE_STATE IRP. When the IRP arrives, the driver must set the PNP_DEVICE_DONT_DISPLAY_UI bit in IoStatus.Information to TRUE in the driver’s dispatch routine.

On Windows XP and later versions of the Windows operating systems, a bus driver or bus filter driver can hide any device, started or otherwise, by responding to the IRP_MN_QUERY_CAPABILITIES IRP. When the IRP arrives, the driver must set the Parameters.DeviceCapabilities.NoDisplayInUI member to TRUE in the driver’s dispatch routine. In some cases, a bus filter driver might have to set this bit in a completion routine. This extra step is required when the underlying bus driver’s dispatch routine incorrectly clears all capability fields that other drivers set.

Hiding Devices By Using the ACPI BIOS

You can mark a device as hidden in the ACPI BIOS. The BIOS can expose a _STA method for the device. The _STA method returns a bitmask. Bit 2 (mask 0x4) specifies whether Device Manager should make the device visible by default. This bit should be 1 if the device should be made visible and 0 otherwise.

For example, the following code example shows how a USB controller on the root bus would be hidden.

In Microsoft Windows 2000, you can hide only started, working devices. In Windows XP and later versions of Windows, you can also hide broken devices. Bit 3 (mask 0x8) that is returned by the _STA method indicates whether a device is working properly. This bit is 1 if the device is working properly and is 0 otherwise. For example, the following code example shows how a BIOS would indicate a USB controller is broken and should be hidden:

Читайте также:  Поднимаем прокси сервер windows

NoteВ В The «decoding» bit (0x2) does not have any relevance for devices that are described through _ADR methods. The previous code examples also work without the decoding bit set. BIOS writers must track the decoding state only for devices that are described through _HID methods.

How to open Windows Device Manager

Below are the steps for entering the Device Manager in each of the major versions of Windows. Select a link below for the version of Windows on your computer and follow the instructions.

Press the shortcut key Windows key and Pause key at the same time to open the Device Manager.

How to open the Device Manager in Windows 10

  1. Press the Windows key + X or right-click Start to open the Power User Menu.
  2. Select Device Manager in the menu. In Device Manager, you see something similar to the example below.

In the Windows search box, you can type device manager and click Device Manager in the search results to open the Device Manager.

Once in the Device Manager, you can start identifying problems in Windows Device Manager.

How to open the Device Manager in Windows 8

  1. Access the Windows Start screen.
  2. Type device manager and press Enter .
  1. Access the Windows desktop.
  2. Press the Windows key + C key on the keyboard to open the Charms menu.
  3. Click Settings, then click the Device Manager icon. In Device Manager, you see something similar to the example below.

In Windows 8.1, you can also access the Device Manager by pressing the Windows key + X key to open the Power User Tasks Menu. In the menu that opens, select Device Manager.

Once in the Device Manager, you can start identifying problems in Windows Device Manager.

How to open the Device Manager in Windows Vista and 7

  1. Click Start.
  2. In the Start menu search box, type device manager and press Enter . In Device Manager, you’ll see something similar to the example below.

Once in the Device Manager, you can start identifying problems in Windows Device Manager.

How to open the Device Manager in Windows 2003

  1. Open the Administrative Tools from the Control Panel.
  2. In the Administrative Tools, click Computer Management.

Once in the Device Manager, you can start identifying problems in Windows Device Manager.

How to open the Device Manager in Microsoft Windows XP and 2000

  1. On the desktop or in the Start menu, right-clickMy Computer, and select Properties.
  2. In the System Properties window, click the Hardwaretab.
  3. On the Hardware tab, click the Device Manager button.
  1. Open the Control Panel.
  2. In the Control Panel, double-click the Systems icon.
  3. In the System Properties window, click the Hardware tab.
  4. On the Hardware tab, click the Device Manager button and you see something similar to the example below.

Once in the Device Manager, you can start identifying problems in Windows Device Manager.

Читайте также:  Mac os скрыть расширения для всех файлов

Open the Device Manager in Windows 95, 98, 98 SE, and ME

  1. On the desktop, right-clickMy Computer and select Properties.
  2. Click the Device Manager tab.
  1. Open the Control Panel.
  2. In the Control Panel, double-click the Systems icon.
  3. Click the Device Managertab and you see something similar to the example below.

Once in the Device Manager, you can start identifying problems in Windows Device Manager.

Microsoft Windows NT 3.x and Windows 3.x users

These versions of Windows do not have a Device Manager feature.

Using Device Manager

To start Device Manager, in File explorer, select and hold (or right-click) This PC, select Manage, and then select Device Manager from the System Tools that are listed in the resulting dialog.

Device Manager displays information about each device. This includes the device type, device status, manufacturer, device-specific properties, and information about the driver for the device.

If your device is required to start the computer, a problem with your device installation can prevent the computer from starting. In these cases, you have to use the kernel debugger to troubleshoot your device installation. For more info, see Getting Started with WinDbg (Kernel-Mode).

If your device is not required to start the computer, Device Manager places a yellow exclamation point next that device’s name in the Device Manager dialog. Device Manager also provides an error message describing the problem. For more information about the error messages, see Device Manager Error Messages.

Device manager can show hidden devices. This is helpful when you are testing the installation of a new PnP device. For more information, see Viewing Hidden Devices.

Device Manager provides detailed information in the Properties dialog for each device. Select and hold (or right-click) the name of the device, and then select Properties. The General, Driver, Details, and Events tabs contain information that can be useful when you debug errors. For more information, see Device Manager Details Tab.

How to Open Device Manager

Here’s where to find Device Manager in Windows 10, 8, 7, Vista, or XP

There are plenty of reasons you might need to open Device Manager in Windows but usually, it’s to troubleshoot some kind of problem with your computer’s hardware.

It doesn’t matter if you’re updating device drivers, adjusting system resources, finding Device Manager error codes, or even just checking in on a device’s status—you’ll need to open Device Manager before you can do any of it.

Device Manager isn’t listed next to your regular programs, so it can be difficult to find if you don’t already know where it is. The Control Panel method is probably the most straightforward way to get there, but we go over all your options below.

Follow the easy steps below to open Device Manager in Windows:

Instructions in this article apply to Windows 10, Windows 8, Windows 7, Windows Vista, and Windows XP.

Time Required: Opening Device Manager should only take a minute or so, no matter which version of Windows you’re using. See Other Ways to Open Device Manager towards the bottom of the page for some other, arguably faster ways in at least some versions of Windows.

Читайте также:  Msi click bios установка windows с диска

How to Open Device Manager via Control Panel

In Windows 10 and Windows 8, assuming you’re using a keyboard or mouse, the fastest way is through the Power User Menu—just press the WIN (Windows) key and the X key together.

In some versions of Windows 10, you may also be able to open Device Manager directly from the Start menu, as a submenu under Control Panel.

Depending on your version of Windows, Control Panel is usually available from the Start menu or Apps screen.

What you do next depends on what Windows operating system you’re using:

  • In Windows 10 and Windows 8, select Hardware and Sound. You could also jump right to Device Manager through the Power User Menu and not have to go through Control Panel.
  • In Windows 7, choose System and Security.
  • In Windows Vista, select System and Maintenance.
  • In Windows XP, pick Performance and Maintenance.

If you don’t see these options, your Control Panel view may be set to Large icons, Small icons, or Classic View, depending on your version of Windows. If so, find and choose Device Manager from the big collection of icons you see and then skip to Step 4 below.

From this Control Panel screen, look for and choose Device Manager:

In Windows 10 and Windows 8, check under the Devices and Printers heading. In Windows 7, look under System. In Windows Vista, you’ll find Device Manager towards the bottom of the window.

In Windows XP, you have a few extra steps since Device Manager isn’t as easily available in your version of Windows. From the open Control Panel window, select System, choose the Hardware tab, and then use the Device Manager button.

With Device Manager now open, you can view a device’s status, update the device drivers, enable devices, disable devices, or do whatever other hardware management you came here to do.

Other Ways to Open Device Manager

If you’re comfortable with the command-line in Windows, specifically Command Prompt, one really quick way to start Device Manager in any version of Windows is via its command:

The command-line method really comes in handy when you need to bring up Device Manager but your mouse won’t work or your computer is having a problem that prevents you from using it normally.

While you probably won’t ever need to open Device Manager this way, you should know that it’s also available in all versions of Windows via Computer Management, part of the suite of built-in utilities called Administrative Tools.

Device Manager takes on a slightly different look in Computer Management. Just select it from the left margin and then use it as an integrated feature of the utility on the right.

Another way to open Device Manager, at least in Windows 7, is through GodMode. This is a special folder that gives you access to tons of settings and controls found throughout the operating system. If you already use GodMode, opening Device Manager there might be your preferred way to use it.

Оцените статью