Need Help with a Policy to set the short date

  • Thread starter Thread starter news-server.hawaii.rr.com
  • Start date Start date
N

news-server.hawaii.rr.com

Hello,

I need to set up a policy to set the short date format on the computers that
connect to my domain.

I tried to use the following group policy to do it and although the Category
appears when i add the administrative template the policy does not show up
(on the right side of the Group Policy MMC).

Can anyone tell me how to modify this policy so that it can be implemented?

Thanks and please reply to the group,

Matt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CLASS USER
CATEGORY !!DATE
KEYNAME "Control Panel\International"

POLICY !!ShortDateFormat
PART !!DateFormatDesc EDITTEXT REQUIRED
VALUENAME sShortDate
END PART
END POLICY
END CATEGORY ; Date

[strings]
Date="Date"
ShortDateFormat="Short Date Format"
DateFormatDesc="Please enter the date mask. For example MM/dd/yyyy"
 
I'm in the same boat were you ever able to figure this out?

news-server.hawaii.rr.com said:
*Hello,

I need to set up a policy to set the short date format on the
computers that
connect to my domain.

I tried to use the following group policy to do it and although the
Category
appears when i add the administrative template the policy does not
show up
(on the right side of the Group Policy MMC).

Can anyone tell me how to modify this policy so that it can be
implemented?

Thanks and please reply to the group,

Matt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CLASS USER
CATEGORY !!DATE
KEYNAME "Control Panel\International"

POLICY !!ShortDateFormat
PART !!DateFormatDesc EDITTEXT REQUIRED
VALUENAME sShortDate
END PART
END POLICY
END CATEGORY ; Date

[strings]
Date="Date"
ShortDateFormat="Short Date Format"
DateFormatDesc="Please enter the date mask. For example MM/dd/yyyy" *
 
Back
Top