On Friday my intern ran into the problem setting a registry DWORD to a large value - a value larger than 2,147,483,647. The value gets set as a string and not a DWORD even though the DWORD should have UINT's range from 0 to 4,294,967,295. This is the
Read More...