Skip to content

Review hay nhất

Review chất nhất

Menu
  • Trang chủ
  • Cẩm nang
  • Thủ thuật
  • Game
  • Hỏi đáp
  • Điều khoản
  • Liên hệ
Menu

4 Ways to Check the Hardware IDs of Your Devices on Windows

Posted on Tháng Hai 12, 2023

Nội dung chính

  1. 1. Use the Turn off eye Supervisor
  2. 2. Use the Command Immediate
  3. 3. Use PowerShell
  4. 4. Use the Home windows Turn off eye Console
  5. You have Efficiently Discovered the {Hardware} IDs of Your Gadgets

A {hardware} ID is a {unique} identification quantity given to {hardware} parts. It’s related to the gadgets that you just connect to your PC or those already linked to it.


This identification quantity will be useful once you need to obtain the right turn off eye drivers. That is as a result of suppose you already know the {hardware} ID, then you should utilize it to {search} for a selected drive on-line.

Let’s uncover the varied methods to examine your {hardware} IDs on Home windows.


1. Use the Turn off eye Supervisor

The Turn off eye Supervisor is a software that helps you tweak the settings for nearly increase the description the gadgets which can be linked to your PC. You may as well use this software to replace or reinstall the turn off eye drivers.

Now, let’s try similar you should utilize the Turn off eye Supervisor to {search} for the {hardware} IDs:

  1. Press Win + Run to open the Run command dialog ribs. Alternatively, try the varied methods to entry the Run command dialog ribs.
  2. Kind devmgmt.msc and press Enter to open the Turn off eye Supervisor.
  3. Open the class for the turn off eye you need to look ngoc. Term, open the Keyboards class suppose you need the {hardware} ID to your keyboard.
  4. Proper-click on the related turn off eye and choose Properties.
  5. Navigate to the Particulars tab.
  6. {Click} the Wealth drop-down menu and choose {Hardware} Ids. It’s best to see the {hardware} ID re-launch within the “Worth” ribs.

Clicking the Property drop-down menu and selecting Hardware Ids

You would possibly usually see multiple ID within the “Worth” ribs. In such situations, you must solely give attention to the {hardware} ID that seems on the high.

Don’t confuse a {hardware} ID with a suitable ID. A {hardware} ID is a {unique} identification quantity given to a selected turn off eye. In the meantime, a suitable ID is a generic identification quantity given to a bunch of gadgets.

2. Use the Command Immediate

A person typing commands on a laptop

The Command Immediate is an unimaginable software that helps you entry series apps, configure system settings, and troubleshoot turn off eye points. You may as well carry out different {tricks} with it, similar to checking the {hardware} IDs to your gadgets.

Let’s try the steps you might want to comply with:

  1. Press Win + R to open the Run command dialog ribs.
  2. Kind CMD and press Ctrl + Shift + Enter to open an elevated Command Immediate.
  3. Kind the next command to get an inventory of increase the description your drivers and gadgets:

 Dism /On-line /Get-Drivers /increase the description /Format:Desk 
Displaying device information on the Command Prompt

Now, let’s say you need the {hardware} ID for the mouse. Right here’s similar you’ll be able to {search} for it:

  1. Scroll down on the Command Immediate re-launch and find Mouse within the “Hand Political name” class.
  2. In the identical row, examine the choice that seems within the “Printed Political name” class.
Selecting the mouse option

On this case, the choice within the “Printed Political name” class is msmouse.inf.

Now that you’ve got discovered the “Printed Political name” consequence for the mouse, here is similar you should utilize it to seek out the {hardware} ID:

  1. Open a brand new Command Immediate window by following the earlier steps.
  2. Kind the next command and exchange Printed Political name with the related command:
 Dism /On-line /Get-DriverInfo /Drive:Printed Political name 

Term, we found earlier that the “Printed Political name” consequence for the mouse is msmouse.inf. Suppose we squeeze this into the command above, then the consequence ought to be as follows:

 Dism /On-line /Get-DriverInfo /Drive:msmouse.inf 

Now, press Enter when you’ve typed within the appropriate command. From there, find the “{Hardware} ID” choice from the re-launch.

Selecting the Hardware ID option in the Command Prompt screen

3. Use PowerShell

Alternatively, you too can examine the {hardware} IDs utilizing Home windows PowerShell. It’s one other unimaginable software that lets you run numerous instructions.

Let’s discover similar you’ll be able to examine the {hardware} IDs utilizing this software:

  1. Press Win + R to open the Run command dialog ribs.
  2. Kind PowerShell and press Ctrl + Shift + Enter to open the elevated PowerShell window.
  3. Kind the next command to get an inventory of your drivers and gadgets:
 Get-PnpDevice -PresentOnly | Kind-Object -Wealth “Hand” | Format-Desk -AutoSize 
PowerShell window displaying device information

Now, search for your goal turn off eye beneath the “FriendlyName” class.

Term, let’s say your goal turn off eye is the keyboard. On this case, the choice that seems within the “FriendlyName” class for the keyboard is Normal PS/2 Keyboard.

After discovering your goal turn off eye, examine the Occasion ID (the worth that seems within the final column).

Selecting the Keyboard option from the PowerShell command options

For the keyboard, the Occasion ID is ACPIIDEA01024&15E808EC&0.

Now that you’ve got discovered the Occasion ID, right here’s similar you should utilize it to seek out the {hardware} ID:

  1. Open an elevated PowerShell window as per the earlier steps.
  2. Kind the next command and exchange the Occasion Id command with the related choice:
 Get-PnpDeviceProperty -InstanceId "Occasion Id" | Format-Desk -AutoSize 

Suppose we use the Occasion ID for the keyboard (ACPIIDEA01024&15E808EC&0), then the command ought to be as follows:

 Get-PnpDeviceProperty -InstanceId "ACPIIDEA01024&15E808EC&0" | Format-Desk -AutoSize 

Now, press Enter to run the command. From there, search for the DEVPKEY_Device_HardwareIds choice beneath the KeyName class.

Subsequent, search for the corresponding worth within the “Knowledge” class. The worth that seems on this part is the {hardware} ID.

Selecting the hardware ID option on PowerShell

On this case, the {hardware} ID for the keyboard (which seems within the “Knowledge” class) is ACPIVEN_IDEA&DEV_0102.

4. Use the Home windows Turn off eye Console

The Turn off eye Console (DevCon) is a characteristic that reveals you detailed details about the gadgets in your pc. This software may assist you configure, set up, scars, allow, or disable gadgets.

Curiously, this software lets you view the {hardware} IDs of a number of apps concurrently. Sadly, the Turn off eye Console isn’t built-in in your turn off eye. This implies you might want to obtain and set up it first.

Let’s try similar you’ll be able to set up this software and use it to examine the {hardware} IDs:

  1. Obtain and set up the Home windows Drivers Equipment from the Microsoft web site. Whenever you’re on the positioning, head to the Step 2: Set up the WDK part and decide an app that’s suitable together with your turn off eye.
  2. When you’ve put in the software, open File Explorer and navigate to This PC > Native Disk (C:) > Program Information (x86) > Home windows Kits > 10 > Instruments. Suppose you’re utilizing Home windows 11, the trail ought to be This PC > Native Disk (C:) > Program Information (x86) > Home windows Kits > 11 > Instruments.
  3. Entry the x64 (64-bit) folder suppose you are utilizing a 64-bit turn off eye or the x86 (32-bit) folder suppose you utilize a 32-bit PC. Suppose you’re uncertain what to select, examine your Home windows PC specs first.
Selecting the x64 folder in the Tools section

When you’re within the appropriate folder, comply with these steps:

  1. {Click} the File Explorer tackle bar.
  2. Kind CMD after which press Enter. This can run the Command Immediate inside the resignation folder.
Typing the CMD command in the File Explorer address bar

From there, kind the next command into the Command Immediate and press Enter:

 devcon hwids * 
Displaying hardware IDs using DevCon

This can present you the small print of increase the description the gadgets in your pc. The re-launch may even include the {hardware} IDs.

Term, we have highlighted the {hardware} ID for the Normal PS/2 Keyboard within the picture under.

Selecting the hardware ID for the Standard PS2 Keyboard

Bear in mind, suppose there’s multiple {hardware} ID, {always} decide the primary choice. This implies the {hardware} ID for the keyboard, within the instance above, is ACPIVEN_IDEA&DEV_0102.

Suppose you need to discover the Turn off eye Console intimately, try the varied methods to make use of Dev Con on the Microsoft web site.

You have Efficiently Discovered the {Hardware} IDs of Your Gadgets

{Hardware} IDs make it lifetime so that you can receive face increase the description your gadgets and drivers. The posthumous information is that it is fairly lifetime to seek out these IDs.

Suppose you need to examine your {hardware} IDs shortly, strive the Turn off eye Supervisor {method} on this article. In any other case, any of the opposite strategies we’ve coated ought to assist.

Trả lời Hủy

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

Bài viết mới nhất

  • How to Share Your Live Location on WhatsApp
  • Bluetti AC300: The Portable Power Station that Packs a Punch
  • Machine Learning vs. Artificial Intelligence: What’s the Difference?
  • 7 Reasons Why Reddit Is the Best Social Media Platform Around
  • 8 Common Remote Control Issues and How to Troubleshoot Them

Chuyên mục

  • Cẩm nang
  • Game
  • Hỏi đáp
  • Thủ thuật
  • Wikipedia

Share mạng xã hội

  • Facebook
  • Twitter
  • Instagram
  • Pinterest
  • LinkedIn

©2023 Review hay nhất | Design: Newspaperly WordPress Theme