Thanking you in advance,
Rajiv K. Khandelwal
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
"Mark Heitbrink [MVP]" <spam...@gruppenrichtlinien.de> wrote in message
news:%23tV7lZK...@TK2MSFTNGP03.phx.gbl...