On 6 May 2010 at 13:26, joseph palmieri wrote: > Can anyone provide assistance in setting up Windows XP workstations so that > all users who login receive the time in 24 hour format? We do not use AD
For all current users, you can change their time format by applying this .REG file: ============= Included Stuff Follows ============= Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\International] "sTimeFormat"="HH:mm:ss tt" ============= Included Stuff Ends ============= The time format will be set to 24-hour the next time the user logs in. You can do this silently with the "/s" command-line option to RegEdit (e.g. "regedit /s regfile.reg") or write a little batch file using the REG command. If you know how to change the "Default User" settings, once you make this change to the DU any new logins on this workstation will get 24-hr format. -- Angus Scott-Fleming GeoApps, Tucson, Arizona 1-520-290-5038 Security Blog: http://geoapps.com/ ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
