Page 1 of 1
About system Information
Posted: 2014-02-26, 03:38 UTC
by kesdoputr
I usually use cm_SysInfo to see some information
If it is possible to add more unit to show system run time?
http://i.imgur.com/dOgsIZH.jpg
I hope it can show days or more(month? year?)and can be customize

Posted: 2014-02-26, 21:39 UTC
by MarcinW
I suppose that TC uses GetTickCount API function to get the system up time, so the limit is 49.7 days ant the time the time will wrap around to zero.
This may be probably overcame by using GetTickCount64 or QueryPerformanceCounter + QueryPerformanceFrequency API functions when possible.
Regards
Posted: 2014-02-26, 23:31 UTC
by meisl
You're talking of years of uptime? Did I get that right

Posted: 2014-02-27, 02:57 UTC
by kesdoputr
Because i usually reboot my computer for uptime 3month or more....
So i wish TC's system information can show more units ^^
Posted: 2014-02-27, 13:30 UTC
by ghisler(Author)
Hmm, how important is that? With monthly Windows updates, the uptime is usually less than a month...
Posted: 2014-02-28, 07:48 UTC
by kesdoputr
I never use auto update of windows^^
Usually i reboot computer about two or three times per year
Just a suggestion, every time i want to watch system uptime i need two calculate for thousands or hours~~
Posted: 2014-02-28, 08:06 UTC
by Horst.Epp
kesdoputr wrote:I never use auto update of windows^^
Usually i reboot computer about two or three times per year
Just a suggestion, every time i want to watch system uptime i need two calculate for thousands or hours~~
Hopefully you are not working for a bigger company.
Not doing security updates in time means high risk for you and others.
Posted: 2014-02-28, 08:56 UTC
by MVV
Horst.Epp,
There is no risk in case of isolated network.
