Hi,
scs schrieb:
> Please advice is it possible to use GPO to enforce date format (example
> dd/mm/yyyy) to all domain clients? [...]
Usually it depends on the regional settings of your system.
To change it manually you have to edit:
HKCU\Control Panel\International
"sShortDate"=
You can do this in a ADM Template and import this to your GPO.
----- date.adm -----
class user
category "regional settings"
policy "Change date format"
keyname "control panel\international"
part "change to:" edittext
valuename "sShortDate"
default "dd/mm/yyyy"
end part
end policy
end category
----- date.adm -----
Mark
--
Mark Heitbrink - MVP Windows Server
Homepage:
www.gruppenrichtlinien.de
W2K FAQ :
http://w2k-faq.ebend.de
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.