Share via

Keyboard - Update changed keys

Anonymous
2018-05-18T14:58:35+00:00

I have Windows 10 and have just received a Microsoft update.  Now my keyboard has changed - in particular the pound sign now gives me # and the @ sign gives me  ".  There may be more.  I've looked in settings and languages and can't find a change keyboards option.  Where do I find it?

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 891.6K Reputation points Independent Advisor
    2018-05-18T16:03:43+00:00

    Hi P, there is a known bug in the 1803 version of Windows 10. Microsoft are aware of this issue and hopefully are working on a patch . . .

    Right click your Start Button, choose Powershell (admin)

    Run this command and hit Enter

    $1 = New-WinUserLanguageList en-GB

    Run this command and hit Enter

    Set-WinUserLanguageList $1

    Close Powershell and restart your PC

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments
  2. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2018-05-18T15:01:47+00:00

    This happens because your keyboard layout is changed to US from UK.

    You should do following -

    Right click on Windows Start > Windows Powershell (Admin)

    Set-WinUserLanguageList en-GB

    This will make other languages disappear. (In case, you want to add again or other languages, you can add again from language settings)

    Source - https://www.tenforums.com/windows-updates-activ...

    Disclaimer - This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments