Group policy to manage 'short date' setting under regional setting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Group policy to manage 'short date' setting under regional setting..we are
ina windows 2003 domain.

Thanks
K.V
 
K.V wrote:
Hi,
Group policy to manage 'short date' setting under regional
setting..we are ina windows 2003 domain.

I guess your _question_ is: Is it possible to set short date with a policy?

If I'm right, then the answer is: Yes.

CLASS USER
CATEGORY "Control panel"
POLICY "date format"
KEYNAME "Control Panel\International"
PART "Choose short date format" DROPDOWNLIST
REQUIRED
VALUENAME sShortdate
ITEMLIST
NAME "TT.MM.JJJJ" VALUE "dd.MM.yyyy" DEFAULT
NAME "TT.MM.JJ" VALUE "dd.MM.yy"
END ITEMLIST
END PART
END POLICY
END CATEGORY

HTH
Norbert
 
Hi Norbert, thanks for the hint. Looks like i will need few more details.
Does this template already exist or do we have to create and import this
template?

Thanks
K.V
 
K.V wrote:
´Hi,
details. Does this template already exist or do we have to create and
import this template?

You have to copy and paste this template into a file called shortdate.adm
(or something like that) an than import it into your gpo.

HTH
Norbert

PS: Take a look at this picture before asking why not seeing the policy
after import.
 
Back
Top