August 19, 200521 yr 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, 200521 yr by ender341
August 19, 200521 yr 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
August 19, 200521 yr 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"
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now