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

G

Guest

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

Thanks
K.V
 
N

Norbert Fehlauer [MVP]

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
 
G

Guest

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
 
N

Norbert Fehlauer [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top