Re: Group Policy : Short Date Format - DOS
From: Zul (mlist_at_istar.com.my)
Date: 02/17/04
- Next message: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Previous message: Eoin Mooney: "Re: ADAM : Install using Domain users as Admin rights issue"
- In reply to: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Next in thread: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Reply: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Feb 2004 17:59:48 +0800
Hi Chriss,
This is the template that I did but it still doesn't work :
CLASS USER
; This modifies the HKEY_CURRENT_USER portion of the registry
; the following command creates a node called Desktop Settings
; under User Configuration.
CATEGORY !!DATE
; the following command specifies the registry key to modify
KEYNAME "Control Panel\International"
; the following command specifies the name of the policy
; by using the variable "policyname"
POLICY !!ShortDateFormat
; the following command specifies text on the Explain tab
EXPLAIN !!DateExplain
; the following command creates a PART that contains a list box
PART !!DateFormatDesc EDITTEXT REQUIRED
; the following statement specifies the registry value to modify
VALUENAME "sShortDate"
END PART
END POLICY
END CATEGORY ; DATE
; the following strings section assigns character strings
; to the variable names specified in the previous section
[strings]
DATE="Control Panel"
ShortDateFormat="Short Date Format"
DateExplain="This policy set the format of the Short Date (Regional
Settings)"
DateFormatDesc="Please enter the date mask. For example MM-dd-yyyy"
The DOS still showing "mm-dd-yy" instead of "dd-mm-yyyy". Anything that I
missed ?
Thank you.
-Zul
"Chriss3" <noSpamHere@chrisse.se> wrote in message
news:ueynuNT9DHA.2412@TK2MSFTNGP09.phx.gbl...
> Hi Zul.
>
> It must be the follow registry setting:
> [HKEY_CURRENT_USER\Control Panel\International]
> "sShortDate"="yy-MM-dd"
>
> Take care
> --
> Regards,
>
> Christoffer Andersson
> No email replies please - reply in the newsgroup
> If the information was help full, you can let me know at:
> http://www.itsystem.se/employers.asp?ID=1
>
> "Zul" <mlist@istar.com.my> skrev i meddelandet
> news:OeDPN1H9DHA.4060@tk2msftngp13.phx.gbl...
> > Hi,
> >
> > Thanks to Chriss3 for the info regarding the short date format
> template...it
> > works but it seems that the changes only reflects on the regional
settings
> > but on the DOS it doesn't. I want to set the short date format to
> dd/MM/yyyy
> > but in DOS it is still mm-dd-yy.
> >
> > Any ideas ?
> >
> > Thank you.
> >
> > With best regards,
> > Zul
> >
> >
>
>
- Next message: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Previous message: Eoin Mooney: "Re: ADAM : Install using Domain users as Admin rights issue"
- In reply to: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Next in thread: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Reply: Chriss3: "Re: Group Policy : Short Date Format - DOS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|