Re: RIS Location Problem
From: Trevor Williams (trevor.williams_at_no_spamsnhs.kirklees.sch.uk)
Date: 03/01/04
- Next message: C9: "Re: W2K Adv. Server Upgrade to W2K3 Enterprise: Unable to Verify...etc"
- Previous message: Steve Schofield: "Re: MDAC & MDA SDK !URGENT!!"
- Next in thread: Bob Qin [MSFT]: "Re: RIS Location Problem"
- Reply: Bob Qin [MSFT]: "Re: RIS Location Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 10:06:32 -0000
Removing language=0809 didn't work and neither did the script unfortunately.
What I think is required is a clver little script to remove the US Keyboard
in the GUIRUnOnce section. Any ideas on this?
Thanks,
Trevor
"Bob Qin [MSFT]" <bobqin@online.microsoft.com> wrote in message
news:iNYCEf7%23DHA.3124@cpmsftngxa06.phx.gbl...
> Hi Trevor,
>
> Please remove Language=0809 under [RegionalSettings] section and try
again.
> If the US Keyboard is still installed, let's try the following suggesting.
>
> Create an answer file that contains the [RegionalSettings] section items,
> and then save it (for example, as c:\regopts.txt).
>
> Create a batch file by using the following command line to apply the
answer
> file settings:
>
> "rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:"c:\regopts.txt""
> (without the quotation marks)
>
> Does it work?
>
> If so, you can also put the batch file in the [GuiRunOnce] section of your
> answering file.
>
> Here is a sample Script for Using the Rundll32 Method to Change Regional
> and Language Options Items
> --------------------------------------------------------------------------
-- > ------------- > > > :: ------------------------------- Begin regopts.cmd > ----------------------------------------- > ::This file contains both the command line and the answer file for an > ::unattended application of Regional and Language Options settings > > :GenAnswerFile > :: This section spits out the answer file we're going to use to > c:\regopts.txt > > echo [RegionalSettings] > c:\regopts.txt > echo LanguageGroup = 1 >> c:\regopts.txt > echo SystemLocale = 0809 >> c:\regopts.txt > echo UserLocale = 0809 >> c:\regopts.txt > echo InputLocale = 0809 :00000809 >> c:\regopts.txt > echo MUILanguage = 0809 >> c:\regopts.txt > echo UserLocale_DefaultUser = 0809 >> c:\regopts.txt > echo InputLocale_DefaultUser = 0809 :00000809 >> c:\regopts.txt > echo MUILanguage_DefaultUser = 0809 >> c:\regopts.txt > :: Language = 0809 ;we're not using this one > > > :regopts > :: This section does the work and uses the file we created > :: above as our answer file for the commandline > > rundll32 shell32,Control_RunDLL intl.cpl,,/f:"c:\regopts.txt" > > :cleanup > :: Get rid of the answer file and exit > > del c:\regopts.txt > :: -------------------------------- End regopts.cmd > ------------------------------------------ > > > As for you additional question, I am afraid that there is no way to do so. > > Best regards, > Bob Qin > Product Support Services > Microsoft Corporation > > Get Secure! - www.microsoft.com/security > > ==================================================== > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ==================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. >
- Next message: C9: "Re: W2K Adv. Server Upgrade to W2K3 Enterprise: Unable to Verify...etc"
- Previous message: Steve Schofield: "Re: MDAC & MDA SDK !URGENT!!"
- Next in thread: Bob Qin [MSFT]: "Re: RIS Location Problem"
- Reply: Bob Qin [MSFT]: "Re: RIS Location Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|