Skip to content

Option to disable windows from adding keyboards found on other devices on connected networks #677

Description

@AllyMonster

Checklist

  • I have searched for existing issues/discussions and didn't find any similar ones.

Describe the feature or improvement

By default, Windows adds keyboard layouts to your device that are present on other devices on networks you connect to. This results in phantom keyboard layouts that aren't listed in your keyboard layouts in settings and thus, are annoying to remove. Generally you have to find and add the keyboard manually before you can remove it but I've also had success removing arbitrary values from in here and then restarting the device.

Image

Some of the language identifiers are documented here but some of them aren't.

Examples

The registry key to prevent these keyboard layouts from being added is:

Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Keyboard Layout" -Name "IgnoreRemoteKeyboardLayout" -Value 1

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions