how do I modify the system locale on windows 2000?

  • Thread starter Thread starter Guest
  • Start date Start date
Regional settings can be modified through the registry, easiest through VB
logon scripts. Or I suppose you could write a .adm file to enforce settings
through GP:s.

Can you give us some more details on what you want to do ?

Regards

Niclas Lindblom
 
Hello Lucy and Niclas.

I think we can use the follow with a GPO in a logon/startup script, Niclas
your idea is very good, but I don't know exactly where in the registry this
setting are stored.

Rundll32 shell32,Control_RunDLL
intl.cpl,,/f:\\server\share\ou\unattend.txt The answer file specified in
\\server\share\ou\unattend.txt must contain a [RegionalSettings] section
that specifies the appropriate regional and language settings.


--
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
 
Back
Top