date change

  • Thread starter Thread starter John Canady
  • Start date Start date
J

John Canady

Hello
How can I stander the date format on all p.c's on the network like mm/dd/yyy
,

from the server , I have w2k ac and w2k P on my network.

thk
 
Where do I this changes in registry so all the p.c's will get effected.
I mean in GPO or where

Thnks
Jerold Schulman said:
Hello
How can I stander the date format on all p.c's on the network like mm/dd/yyy
,

from the server , I have w2k ac and w2k P on my network.

thk

Apply the following .reg file in a logon script:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\International]
"iDate"="0"
"sLongDate"="dddd, MMMM dd, yyyy"
"sShortDate"="MM/dd/yyyy"
"sTime"=":"
"sTimeFormat"="HH:mm:ss"
"iCalendarType"="1"
"iFirstDayOfWeek"="6"
"iFirstWeekOfYear"="0"


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top