
windows设备管理器
Windows Device Manager is used to list hardware and software devices in the current system. Device Manager also used to check drivers, firmware, and configuration of the devices. In this tutorial, we will learn how to open and list hardware information with Device Manager on Windows XP, Windows ME, Windows Vista, Windows 7, Windows 8, Windows 10, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows Server 2016, Windows Server 2019. There are plenty of ways of opening the Windows Device Manager. We will look at the most useful and practical of them.
Windows设备管理器用于列出当前系统中的硬件和软件设备。 设备管理器还用于检查驱动程序,固件和设备的配置。 在本教程中,我们将学习如何在Windows XP,Windows ME,Windows Vista,Windows 7,Windows 8,Windows 10,Windows Server 2003,Windows Server 2008,Windows Server 2012,Windows Server,Windows XP,Windows ME,Windows Vista,Windows 7和Windows Server 2012上使用设备管理器打开和列出硬件信息2016,Windows Server2019。有很多打开Windows设备管理器的方法。 我们将研究其中最有用和最实用的内容。
从开始菜单打开设备管理器 (Open Device Manager From Start Menu)
The start menu provides a lot of useful functionality. We can open Device Manager
from the start menu. We will just type the Device Manager
to the start menu where the matched programs will be listed.
开始菜单提供了许多有用的功能。 我们可以从开始菜单打开Device Manager
。 我们将只在开始菜单中键入Device Manager
,在该菜单中将列出匹配的程序。

This will work for all different versions without problem.
这将适用于所有不同版本,没有问题。
从控制面板打开设备管理器 (Open Device Manager From Control Panel)
Control Panel provides access to the Administrative tools like Keyboard, Mouse, User Accounts etc. We can also access to the Device Manager from Control Panel like below.
控制面板提供对诸如键盘,鼠标,用户帐户等管理工具的访问。我们还可以从控制面板访问设备管理器,如下所示。

使用devmgmt.msc从MS-DOS命令行打开设备管理器(Open Device Manager From MS-DOS Command-Line with devmgmt.msc)
MS-DOS Commandline seems a nightmare for most of the users. But MS-DOS provides very useful and practical shortcuts for regular jobs like opening Device Manager. We can use devmgmt.msc
command in order to open Device Manager like below.
对于大多数用户而言,MS-DOS命令行似乎是一场噩梦。 但是MS-DOS为诸如打开设备管理器之类的常规作业提供了非常有用和实用的快捷方式。 我们可以使用devmgmt.msc
命令来打开设备管理器,如下所示。
> devmgmt.msc

从PowerShell打开设备管理器(Open Device Manager From PowerShell)
PowerShell is the new way to manage Windows systems from the command line. It provides a lot more than MS-DOS. We can use most of the MS-DOS commands from PowerShell so we can use devmgmt.msc
command in order to open Device Manager.
PowerShell是从命令行管理Windows系统的新方法。 它提供的不仅仅是MS-DOS。 我们可以使用PowerShell中的大多数MS-DOS命令,因此可以使用devmgmt.msc
命令打开设备管理器。
PS> devmgmt.msc

从运行对话框中打开设备管理器(Open Device Manager From Run Dialog Box)
We can also open Device Manager from Run Dialog Box. Run Dialog box execute given command in the command line. So we will use devmgmt.msc
in order to open Device Manager from Run Dialog Box.
我们也可以从“运行”对话框中打开“设备管理器”。 运行对话框在命令行中执行给定的命令。 因此,我们将使用devmgmt.msc
来从“运行”对话框中打开“设备管理器”。

从计算机管理控制台打开设备管理器(Open Device Manager From Computer Management Console)
Computer Management Console is used to manage core Windows components. We can also use the Computer Management Console in order to open the Device Manager. Device Manager will be opened inside Computer Management windows like below.
计算机管理控制台用于管理Windows核心组件。 我们也可以使用计算机管理控制台来打开设备管理器。 设备管理器将在下面的“计算机管理”窗口中打开。

翻译自: https://www.poftut.com/how-to-open-windows-device-manager/
windows设备管理器