Jump to content

Recommended Posts

Posted

I had something like this on Windows 7, but it was years ago. I found something setup in a GPO that was switching the languages, it was so long ago that i cant remember but think it was connected to an MS office GPO.

 

What ever you do don't delete the default US keyboard on the Win 10 machine as it can cause you a load of other issues.

 

Sorry I can't help anymore.

Posted

You have to delete all languages, and keep UK, which will be your system language. Then you will open that language (Options), and look at "Input method". Then you can remove what you want and add what you want. The one on the top will be your default and it will NOT switch back when using some programs.

 

or maybe you are hitting Alt shift or something which changes the language?

Posted
probably only helpful going forwards but there is a uk iso for windows 10 that dosent install usa keyboard etc anyway. I think there are gpos that can change it but ive not looked tbh as i just use the uk iso
Posted
You want the 'English International' ISO. This has a quirk with app removal and the latest (November) ISO, so my base is currently the July ISO with November updates rolled into it.
Posted
I've had some strange issues whereby Windows 10 32Bit will 'sometimes' switch to US-English, but then Windows 64Bit doesn't seem to have this problem.
Posted
I've had some strange issues whereby Windows 10 32Bit will 'sometimes' switch to US-English, but then Windows 64Bit doesn't seem to have this problem.

 

Alas we have the problem with x64.

Posted
Been setting this with a powershell script during the MDT build process if that is any help?

 

Would it run as a login script? And also import it over to mdt.

Posted
I run this as part of my win10 mdt task sequence:

 

Set-WinUserLanguageList en-GB

 

works great!

 

Never tried using it at log on. Hope it helps!

 

How do i turn this in to a login script?

Posted

Save and run this power shell command before-

Set-ExecutionPolicy Bypass

 

May want to change it back to after-

Set-ExecutionPolicy Restricted

 

Think those are right, if not let me know and I can send you the correct ones tomorrow morning :)

Posted
Save and run this power shell command before-

Set-ExecutionPolicy Bypass

 

May want to change it back to after-

Set-ExecutionPolicy Restricted

 

Think those are right, if not let me know and I can send you the correct ones tomorrow morning :)

 

Screenshot 2017-03-23 22.16.52.png

 

Am i missing something silly...

Posted
Do it as a single command:

 

Powershell.exe -ExecutionPolicy Bypass -File %filepath%

 

You won't get a prompt on this

 

I just swapped out the \\domain.net\ to \\pdc\netlogon and it worked now.

 

now i get a:

 

Screenshot 2017-03-24 08.15.09.png

Posted
I just swapped out the \\domain.net\ to \\pdc\netlogon and it worked now.

 

now i get a:

 

[ATTACH=CONFIG]42362[/ATTACH]

 

fixed with -force on the end...

 

Need to lean basic powershell i think...

  • 4 weeks later...
Posted
probably only helpful going forwards but there is a uk iso for windows 10 that dosent install usa keyboard etc anyway. I think there are gpos that can change it but ive not looked tbh as i just use the uk iso

 

You want the 'English International' ISO. This has a quirk with app removal and the latest (November) ISO, so my base is currently the July ISO with November updates rolled into it.

 

So, I've finally worked out how to get the English 'International' (like we are the ones whose English is 'International' :mad:), but the only version I can see is the Windows 10 Education, Version 1607 (Updated Nov '16) 64 Bit English International ISO. How can I get the July version?

Posted
So, I've finally worked out how to get the English 'International' (like we are the ones whose English is 'International' :mad:), but the only version I can see is the Windows 10 Education, Version 1607 (Updated Nov '16) 64 Bit English International ISO. How can I get the July version?

 

July? The Nov will have the fixes for WSUS and other parts of windows.

Posted (edited)

Hmmmm.... Only going by this quote, I want the July ISO and NOT the November ISO...?

 

You want the 'English International' ISO. This has a quirk with app removal and the latest (November) ISO, so my base is currently the July ISO with November updates rolled into it.

 

Also mentioned in this thread (page 7 onwards):

 

http://www.edugeek.net/forums/windows-10/165029-how-get-rid-candy-crush-soda-saga-other-windows-10-start-menu-junk-good-7.html

 

Or has it all changed again aleready.... :getmecoat:

Edited by Koldov
Posted
Still the case until the March ISO appears, along with the Anniversary Update ISOs at the beginning of May (who know if those will work straight off though).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...