Find a hard drive's serial number without opening your computer case

HomeOther ContentFind a hard drive's serial number without opening your computer case
Find a hard drive's serial number without opening your computer case
Find a hard drive's serial number without opening your computer case
How to find the serial number of your hard drive.

You may want to research this for warranty reasons. It is easy to do

Open a command prompt as administrator
Then type wmic diskdrive to get SerialNumber

You can also do this in PowerShell by typing
Get-WMIObject win32_physicalmedia Format list tag, SerialNumber

___—-___

You can get the player volume by typing
vol c: (Replace c: with your volume letter)

Or in Powershell:
wmic diskdrive gets name, manufacturer, model, interface type, media type, serial number

You can find a list of commands at the link in the description:
https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-diskdrive?redirectedfromMSDN

—-
Thanks for watching my video. If you have any feedback on how I can improve my videos, please let me know in the comments below.
Please also consider subscribing for more walkthroughs, gameplays, reviews, etc.

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *