Hello everybody... I need help about logon script, this time i want to change time format from 12 format to 24 format on pc client. I'm using samba 3.0.20 on PDC and the client is mostly win xp but we have pc with os win ME too. I change from logon.exe that i put on every user directory which has script like this REGEDIT4 [HKEY_CURRENT_USER\Control Panel\International] "iTime"="1" "sTimeFormat"="HH:mm:ss " But when i try to login the time format doesn't change it still in 12 format, i've tried many times but still the same. Is there any clue... I'm sorry if there is any mistake on my english.:) Thx
> I change from logon.exe that i put on every user directory which has script like > this > > REGEDIT4 > > [HKEY_CURRENT_USER\Control Panel\International] > > "iTime"="1" > "sTimeFormat"="HH:mm:ss " > > But when i try to login the time format doesn't change it still in 12 format, > i've tried many times but still the same.Do you mean you included something like: regedit /s "x:\path\to\set24.reg" to your login script and it is not working? Did you try to run the line manualy to see if it works? JD
have you put that regedit4 data into a file and ran it with regedit /s time.reg in their login script? yudi shiddiq wrote:> Hello everybody... > > I need help about logon script, this time i want to change time format from 12 format to 24 format on pc client. > I'm using samba 3.0.20 on PDC and the client is mostly win xp but we have pc with os win ME too. > > I change from logon.exe that i put on every user directory which has script like this > > REGEDIT4 > > [HKEY_CURRENT_USER\Control Panel\International] > > "iTime"="1" > "sTimeFormat"="HH:mm:ss " > > But when i try to login the time format doesn't change it still in 12 format, i've tried many times but still the same. > > Is there any clue... > > I'm sorry if there is any mistake on my english.:) > > Thx > > > > >