Setting short date format for all PCs

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

Guest

Hi,

Kindly advise on the steps or method to set the short date format to
dd/mm/yyyy in the Regional and Language Options setting, so that all the PCs
in the network will have the same setting, each time they login. Thanks!
 
Wilson said:
Hi,

Kindly advise on the steps or method to set the short date format to
dd/mm/yyyy in the Regional and Language Options setting, so that all
the PCs in the network will have the same setting, each time they
login. Thanks!

HOW TO Create and Configure User Accounts in Windows XP -
http://support.microsoft.com/default.aspx?scid=kb;en-us;279783

How To Create a Custom Default User Profile -
http://support.microsoft.com/?kbid=319974

Create an XP Pro Mandatory User Profile on the Local Machine -
http://www.tweakxp.com/article139898.aspx

How To Assign a Mandatory User Profile in Windows XP -
http://support.microsoft.com/default.aspx?scid=kb;en-us;307800&sd=tech

Or if you have a lot of machines that are the same, just set one up
perfectly and image it.

Malke
 
You can do it with a Group Policy Object, via a logon script or by
pushing a registry change to the machines.

How to Implement a Policy to Set the Date Format
http://support.microsoft.com/kb/216661/
(Written for NT 4.0 but you should be able to manipulate it for Windows
2000 and Windows XP)

Via the logon script or reg change you can change it at sShortDate value

HKEY_CURRENT_USER\Control Panel\International

You could also change the value at HKEY_USERS\.DEFAULT\Control
Panel\International so that new accounts created on the machine use the
same format.

How to change registry values or permissions from a command line or a script
http://support.microsoft.com/?kbid=264584

John
 
Back
Top