I'm trying to determine, how Windows creates the GUID for a given disk volume. What are the various components / sections of a given volume GUID, and what is each section referring too, in a typical hyphen separated volume GUID like this: 26a21bda-a627-11d7-9931-806e6f6e6963
Secondarily, and the reason I'm trying to determine this, is to figure out why so often, the C:\ volume GUID ends in "6963" on many Windows installs. Since GUID's are intended to be largely unique, I'm assuming something with how these GUID's are created, so very often leads to the C:\ GUID ending in 6963? Which seems like a fairly random number to end with - yet if you google 6963 GUID you'll see how very common it is indeed! I work with disk images of servers at my job and see the volume GUID's for hundreds of servers per week, and the fact that they're so often ending in 6963 has had me curious far too often.
In fact, multiple of Microsoft's own articles, like this one, contain GUID ending in 6963: https://docs.microsoft.com/en-us/windows/desktop/fileio/naming-a-volume
I have been searching around, and have found very little in the way of an explanation as to how these GUID's are created for disk volumes specifically, and/or why 6963 is so often the ending string, especially for C:\ partitions.
Thank you in advance!