Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Regional setting

46 views
Skip to first unread message

Rajiv K Khandelwal

unread,
Jan 12, 2009, 5:48:07 AM1/12/09
to
Is it possible to set the regional setting date format as DD/MM/YY by a
group policy script for all users on a SBS Domain with XP nodes? I shall
appreciate if someone guides me to do it.

Thanking you in advance,

Rajiv K. Khandelwal


Mark Heitbrink [MVP]

unread,
Jan 12, 2009, 6:10:10 AM1/12/09
to
Hi,

Rajiv K Khandelwal schrieb:


> Is it possible to set the regional setting date format as DD/MM/YY by a

> group policy script for all users [...]

It can be down with a selfmade ADM Template

---- dateformat.adm ----
CLASS USER
CATEGORY "Control Panel"
POLICY "Change Date format"
KEYNAME "Control Panel\International"
PART "Select format" DROPDOWNLIST
REQUIRED
VALUENAME sShortdate
ITEMLIST
; This is german local, so change the next 2 lines to your settings !
NAME "TT.MM.JJJJ" VALUE "dd.MM.yyyy" DEFAULT
NAME "TT.MM.JJ" VALUE "dd.MM.yy"
; NAME = Display, VALIUE = Setting in the Registry !
END ITEMLIST
END PART
END POLICY
END CATEGORY

---- dateformat.adm ----

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate

Rajiv K Khandelwal

unread,
Jan 13, 2009, 5:08:31 AM1/13/09
to
Thanks Mark for your advice.

Rajiv K. Khandelwal

"Mark Heitbrink [MVP]" <spam...@gruppenrichtlinien.de> wrote in message
news:%23tV7lZK...@TK2MSFTNGP03.phx.gbl...

0 new messages