Skip to main content

Windows: Get Disk Drive's Serial Number

Several ways to get serial number of disk drive.

  1. Powershell:
     Get-Disk | Format-Table -AutoSize
  2. DOS Command:
    wmic diskdrive get serialnumber

Get Disk Drive's serial number
Get Disk Drive's serial number

Popular posts from this blog

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation