Thursday 5 November 2009

Short Date Format ADM file using Group Policy

This is all about to make adm file and add it to group policy.


copy  the bellow content, open notepad, save as date.adm that's it.


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"
ShortDate1="M/d/yy"

0 comments:

Post a Comment