Wow, wierd. There are two sources of time in Windows, actually there are more but for practical purposes... there is a hardware timer chip (that long ago ceased being a chip and became just some more transistors in the integrated chipset) that drives things like interrupts and the system clock. There is also a CMOS clock. I don't know which one the Windows desktop clock relies on. It is possible to program the 8254 timer chip to run faster, and if you aren't careful you can make all the other clocks run faster. I don't think you can change the tick rate of the CMOS clock from software, but maybe you can. Have you installed any utilities or services lately that might be expected to hook system time?