• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

clock registry key?

hungrypete

Diamond Member
is there a place in the registry where i can change the time to a 24 clock? I really don't wanna have to manually do it on all these workstations, so could someone point me towards a key so I can just throw it in the login script?
I know this should be in software but i was hoping for a quick response and everyone seems to hang out in this forum 😀
Thanks
 
nevermind i found it..... for anyone who was curious

HKEY_USERS\.DEFAULT\Control Panel\International

down at bottom is sTimeFormat
 
The following is the contents of a .reg file that can be merged with the Registry if you execute it at startup. This applies to Win2K....haven't had a look at Win9x yet....

------------------------------------

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\International]
"sTime"=":"
"sTimeFormat"="HH:mm:ss"
"iTimePrefix"="0"

------------------------------------

Create a file called time.reg and paste the stuff above into it. Then just double click on the file to merge the Registry data.
 
Back
Top