Skip to main content

How to Find a Drive's Volume Label or Serial Number using Commmand Prompt

How to Find a Drive's Volume Label or Serial Number using Commmand Prompt

It is called the Volume Serial Number. It is generated at the time of creating and formatting the volume / partition.

You can get it by using a command at command prompt : C:\>vol c: if C: is the drive you want to retrieve the Volume Serial Number for.

All you can do is redirect the output of that command to a file : C:\>vol c: > myvol.txt and it will be stored as a text file in your C:

This gets the manufacturers serial number of the hard drive.

wmic disk drive get serial number


If you have many hard drives like me, use this instead to help you know which is which: wmic diskdrive get name,size,model,SerialNumber


Comments

Popular posts from this blog

Marg ERP 9+ Shortcut Keys

Contents Marg ERP 9+ Shortcut Keys           F2        - Sale Bill      Alt+A     - Counter Sale      Alt+P     - Purc.Challan      Alt+S     - Sale Challan      Alt+Ins   - Cash Challan      Ctrl+T/Z  - Copy Bill      Ctrl+F3/F3- Sale Modify      Ctrl+O    - Import/Export      Ctrl+K    - Stock Less      Ctrl+D    - Stock Add      Ctrl+R    - Cash/Cr/Setup      Ctrl+P    - Load PO/PenChall      Ctrl+F9   - Bill-Adjustments      Ctrl+V    - QRID Or...

Vb.Net and MS-Access database Conection | TechbyMati

Contents Vb.Net and MS-Access database Conection Open connection to password protected Access database: "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\App1\Your_Database_Name.mdb; Jet OLEDB:Database Password=Your_Password" connStr = "Provider=Microsoft.Jet.OLEDB.4.0; " +             "Data Source=G:\\Backup\\Kashif\\xyzDB.mdb";             qryStr = "select content,websiteID  from content";             dbConn = new OleDbConnection(connStr); Examples:      SQL:  "server=tonydev;database=northwind;uid=tony;pwd=hrmmm"               "server=tonydev;database=northwind;trusted_connection=yes"      OLE: "Provider=Microsoft.Jet.OLEDB.4.0; Data source=C:\tony.mdb"     Public Function FetchData(ByVal FileName As String) As DataSet         'Define the connectors   ...

Marg ERP 9+ Software Download: The Ultimate Guide to GST Billing & Accounting for SMEs (2026)

Marg ERP 9+ Software Download: The Ultimate Guide to GST Billing & Accounting for SMEs If you run a small or medium-sized enterprise (SME), you already know that managing daily operations can feel like a high-wire balancing act. Between tracking inventory, ensuring accurate billing, managing customer relationships, and staying compliant with ever-changing GST regulations, there is very little room for error. Manual accounting and outdated spreadsheet methods no longer cut it in today’s fast-paced digital economy. Enter Marg ERP 9+ , one of India's most trusted and widely used business management platforms. Whether you are a retail shop owner, a massive FMCG distributor, or a pharmacy handling thousands of complex SKUs, finding the right software is critical to scaling your business. In this comprehensive, SEO-friendly guide, we will dive deep into what Marg Software is, explore its inspiring history, break down its top-tier features, and show you exactly...