Change Date format using GPO

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

Guest

Hi all,

Please advice is it possible to use GPO to enforce date format (example
dd/mm/yyyy) to all domain clients? Please advice any info how to accomplish
this.

Thanks in Advance.
 
Hi,
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
 
Back
Top