Unsolved
This post is more than 5 years old
1 Message
0
397
October 5th, 2007 07:00
Find Disk GUID in Windows 64-bit
I am currently using the dumpcfg.exe utility to find the disk GUID in a windows 32-bit installation but this utility isn't supported for 64-bit. Does anyone know of another utility to find the GUID of a disk in 64-bit windows?
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
October 5th, 2007 09:00
1) Go to a command prompt and type "diskpart".
2) In the DISKPART> prompt, type "select disk n" <- where n is the disk
number you wish to view
3) In the DISKPART> prompt, type "detail disk"
The "Disk ID: " value is the disk's signature.