ender341 Posted August 19, 2005 Posted August 19, 2005 (edited) I'm looking for a way to get windows to show the time in military tim (HH:mm:ss). Is there a way to do this unnattended. Im thinking in the winnt.sif, but looking thru the ref.chm file in the sp2 deployment kit i don't see an option. Any Ideas?Edit: SRY for the title i thought i put unattended time format, and it wont let me edit the title Edited August 19, 2005 by ender341
Br4tt3 Posted August 19, 2005 Posted August 19, 2005 Personally, I have never seen that being accomplished through the ordinary Win32 time function (systray). Sure, u got the format of the time but u r missing out on the seconds..prolly a freeware around that will do the trick but i doubt that u can get in native Win32.Best RegardsTha Sausage Eater
jbm Posted August 19, 2005 Posted August 19, 2005 This will have to be applied in cmdlines.txt if you want it to effect allusers. When I applied them I had to reboot before they would take effect,I haven't tried them in an unattened install yet but I think they shouldwork.Note I've set the 24 hour to display leading 0 in the hours so I could tellthe diff from 12 at a glance. Also H or h makes no difference in the registry.24hourWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\International];H=no leading zero HH=leading zero;still displays AM PM in 24hour mode;This changes time to 24 hour clock"iTime"="1""iTimePrefix"="0""sTime"=":""sTimeFormat"="hh:mm:ss tt"12hourWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\International];H=no leading zero HH=leading zero H 24 hour h 12 hour;still displays AM PM in 24hour mode;This changes time to 12 hour clock"iTime"="0""iTimePrefix"="0""sTime"=":""sTimeFormat"="h:mm:ss tt"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now