UNSOLVED

NNowak1

updated

19 years ago

N

NNowak1

1 Message

0

462

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?
  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    130

    0

    Posted October 5th, 2007 09:00

    How about using diskpart ?

    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.