
There are a lot of third party applications such as DriveDetect (a Seagate’s tool) through which you can easily check your Hard Disk’s serial number.
In case if you don’t wish to use any third-party application, you can still find out all the information related to your hard disk with the help of Command Prompt.
To get started, open CMD with Administrative Permissions and type the following command:
Command: wmic diskdrive get model, name, serialnumber
From above output, you can see that, it displays a list of your all hard drives which are in use along with all best possible information such as Serial Number, Model and the Name of the hard drive.
The WMI command-line (WMIC) utility provides a command-line interface for Windows Management Instrumentation (WMI).
WMIC is compatible with existing shells and utility commands.
Your system hard disk’s model and serial number can suddenly become vital information if you’re trying to register it for a warranty. It also just feels good to know the hardware you’re working with.
Other Useful Resources:
- How To Reload Your Logstash Configuration File Automatically
- [Kali Linux] Live Host Identification with Netdiscover
- DNS Enumeration with DNSENUM To Find DNS Servers
- SSH Enumeration and Penetration Testing – A Brief Guide
- How to Install Winlogbeat in Windows OS
- [Tutorial] How to Install MobSF on Kali Linux 2022.1
- How To Install Jenkins on Ubuntu Machine
- [Tutorial] How To Install Webmin in Ubuntu
- How to Install Apache Tomcat on Ubuntu Machine
- A Step-by-Step Guide to Installing the LAMP Stack on Ubuntu