
UNSOLVED
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?
Responses (1)
Solutions (0)

dynamox
11 Legend
•
20419 Posts
•
87439 Points
130
0
Posted 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.