Jump to content

Unnattended Format


Recommended Posts

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 by ender341
Link to comment
Share on other sites


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 Regards

Tha Sausage Eater

Link to comment
Share on other sites

This will have to be applied in cmdlines.txt if you want it to effect all

users. 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 should

work.

Note I've set the 24 hour to display leading 0 in the hours so I could tell

the diff from 12 at a glance. Also H or h makes no difference in the registry.

24hour

Windows 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"

12hour

Windows 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"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...