What Is Filter Keys

19.09.2019
-->
  1. What Is Filter Keys And How Do I Turn It Off
  2. What Is Filter Keys Windows 7
  3. What Is Filter Keys Windows 7

You can use Keyboard Filter to suppress undesirable key presses or key combinations. Normally, a customer can use certain Microsoft Windows key combinations like Ctrl+Alt+Delete or Ctrl+Shift+Tab to alter the operation of a device by locking the screen or using Task Manager to close a running application. This may not be desirable if your device is intended for a dedicated purpose.

The Keyboard Filter feature works with physical keyboards, the Windows on-screen keyboard, and the touch keyboard. Keyboard Filter also detects dynamic layout changes, such as switching from one language set to another, and continues to suppress keys correctly, even if the location of suppressed keys has changed on the keyboard layout.

Note

Keyboard filter is not supported in a remote desktop session.

Requirements

Filter Keys provides you with the ability to control the pace of repeated keystrokes and to slow down the acceptance of keystrokes if required, avoiding accidental keystrokes or mis-key. Windows 8 To open the Ease of Access Centre press ‘Windows’ logo key +‘U’. Filter Keys is a free Windows feature that helps individuals who press the wrong keys while typing due to tremor or mild in-coordination. It is a free accessibility option within Windows and is therefore always worth trying, although it’s important to point out that keyguards and specialist keyboards may be able to help more. How can the answer be improved?

Windows 10 Enterprise or Windows 10 Education.

Terminology

  • Turn on, enable: To make the setting available to the device and optionally apply the settings to the device. Generally turn on is used in the user interface or control panel, whereas enable is used for command line.

  • Configure: To customize the setting or sub-settings.

  • Embedded Keyboard Filter: This feature is called Embedded Keyboard Filter in Windows 10, version 1511.

  • Keyboard Filter: This feature is called Keyboard Filter in Windows 10, version 1607 and later.

Turn on Keyboard Filter

By default, Keyboard Filter is not turned on. You can turn Keyboard Filter on or off for your device by using the following steps.

Turning on an off Keyboard Filter requires that you restart your device. Keyboard Filter is automatically enabled after the restart.

Turn on Keyboard Filter by using Control Panel

  1. In the Search the web and Windows field, type Programs and Features and either press Enter or tap or click Programs and Features to open it.
  2. In the Programs and Features window, click Turn Windows features on or off.
  3. In the Windows Features window, expand the Device Lockdown node, and select or clear the checkbox for Keyboard Filter.
  4. Click OK. The Windows Features window indicates Windows 10 is searching for required files and displays a progress bar. Once found, the window indicates Windows 10 is applying the changes. When completed, the window indicates the requested changes are completed.
  5. Click Close to close the Windows Features window.

Configure Keyboard using Unattend

  1. You can configure the Unattend settings in the Microsoft-Windows-Embedded-KeyboardFilterService component to add Keyboard Filter features to your image during the design or imaging phase.
  2. You can manually create an Unattend answer file or use Windows System Image Manager (Windows SIM) to add the appropriate settings to your answer file. For more information about the keyboard filter settings and XML examples, see the settings in Microsoft-Windows-Embedded-KeyboardFilterService.

Turn on and configure Keyboard Filter using Windows Configuration Designer

The Keyboard Filter settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image deployment time or runtime. You can set one or all keyboard filter settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime.

  1. Build a provisioning package in Windows Configuration Designer by following the instructions in Create a provisioning package.

    Note

    In the Select Windows Edition window, choose Common to all Windows desktop editions.

  2. On the Available customizations page, select Runtime settings > SMISettings, and then set the desired values for the keyboard filter settings.

  3. Once you have finished configuring the settings and building the provisioning package, you can apply the package to the image deployment time or runtime. See Apply a provisioning package for more information. Note that the process for applying the provisioning packageg to a Windows 10 Enterprise image is the same.

This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package. For more information on DISM, see What Is Deployment Image Servicing and Management.

Turn on and configure Keyboard Filter by using DISM

  1. Open a command prompt with administrator privileges.

  2. Copy install.wim to a temporary folder on hard drive (in the following steps, we'll assume it's called C:wim).

  3. Create a new directory.

  4. Mount the image.

  5. Enable the feature.

  6. Commit the change.

Keyboard Filter features

Keyboard Filter has the following features:

  • Supports hardware keyboards, the standard Windows on-screen keyboard, and the touch keyboard (TabTip.exe).

  • Suppresses key combinations even when they come from multiple keyboards.

    For example, if a user presses the Ctrl key and the Alt key on a hardware keyboard, while at the same time pressing Delete on a software keyboard, Keyboard Filter can still detect and suppress the Ctrl+Alt+Delete functionality.

  • Supports numeric keypads and keys designed to access media player and browser functionality.

  • Can configure a key to breakout of a locked down user session to return to the Welcome screen.

  • Automatically handles dynamic layout changes.

  • Can be enabled or disabled for administrator accounts.

  • Can force disabling of Ease of Access functionality.

  • Can block physical hardware keys.

  • Supports x86 and x64 architectures.

Keyboard scan codes and layouts

What Is Filter Keys And How Do I Turn It Off

When a key is pressed on a physical keyboard, the keyboard sends a scan code to the keyboard driver. The driver then sends the scan code to the OS and the OS converts the scan code into a virtual key based on the current active layout. The layout defines the mapping of keys on the physical keyboard, and has many variants. A key on a keyboard always sends the same scan code when pressed, however this scan code can map to different virtual keys for different layouts. For example, in the English (United States) keyboard layout, the key to the right of the P key maps to “{“. However, in the Swedish (Sweden) keyboard layout, the same key maps to “Å”.

Keyboard Filter can block keys either by the scan code or the virtual key. Blocking keys by the scan code is useful for custom keyboards that have special scan codes that do not translate into any single virtual key. Blocking keys by the virtual key is generally more convenient because it is easier to read and Keyboard Filter suppresses the key correctly even when the location of the key changes because of a layout change.

When you configure Keyboard Filter to block keys by using the virtual key, you must use the English names for the virtual keys. For more information about the names of the virtual keys, see keyboard filter key names.

For the Windows on-screen keyboard, keyboard filter converts each keystroke into a scan code based on the layout, and back into a virtual key. This allows keyboard filter to suppress the on-screen keyboard keys in the same manner as physical keyboard keys, whether they are configured by scan code or virtual key.

Keyboard Filter and ease of access features

By default, ease of access features are enabled and Keyboard Filter is disabled for administrator accounts.

If Sticky Keys are enabled, a user can bypass Keyboard Filter in certain situations. Lenovo keyboard buttons not working. You can configure keyboard filter to disable all ease of access features and prevent users from enabling them.

You can enable ease of access features for administrator accounts, while still disabling them for standard user accounts, by making sure that Keyboard Filter is disabled for administrator accounts.

Keyboard Filter configuration

You can configure the following options for Keyboard Filter:

  • Set/unset predefined key combinations to be suppressed.
  • Add/remove custom defined key combinations to be suppressed.
  • Enable/disable keyboard filter for administrator accounts.
  • Force disabling ease of access features.
  • Configure a breakout key sequence to break out of a locked down account.

Most configuration changes take effect immediately. Some changes, such as enabling or disabling Keyboard Filter for administrators, do not take effect until the user signs out of the account and then back in. If you change the breakout key scan code, you must restart the device before the change take effect.

You can configure keyboard filter by using Windows Management Instrumentation (WMI) providers. You can use the Keyboard Filter WMI providers directly in a PowerShell script or in an application.

For more information about Keyboard Filter WMI providers, see Keyboard Filter WMI provider reference.

Keyboard breakout

You may need to sign in to a locked down device with a different account in order to service or configure the device. You can configure a breakout key to break out of a locked down account by specifying a key scan code. When you press Ctrl+Alt+Delete, Windows presents the Welcome screen so that you can sign in to a different account.

The breakout key is set to the scan code for the left Windows logo key by default. You can use the WEKF_SettingsWMI class to change the breakout key scan code. If you change the breakout key scan code, you must restart the device before the change takes effect.

What Is Filter Keys

Keyboard Filter considerations

Starting a device in Safe Mode bypasses keyboard filter. The Keyboard Filter service is not loaded in Safe Mode, and keys are not blocked in Safe Mode.

Keyboard filter cannot block the Sleep key.

Some hardware keys, such as rotation lock, do not have a defined virtual key. You can still block these keys by using the scan code of the key.

The add (+), multiply (*), subtract (-), divide (/), and decimal (.) keys have different virtual keys and scan codes on the numeric keypad than on the main keyboard. You must block both keys to block these keys. For example, to block the multiply key, you must add a rule to block “*” as well as a rule to block Multiply.

What Is Filter Keys Windows 7

When locking the screen by using the on-screen keyboard, or a combination of a physical keyboard and the on-screen keyboard, the on-screen keyboard sends an additional Windows logo key keystroke to the OS. If your device is using the Windows 10 shell and you use keyboard filter to block Windows logo key+L, the extra Windows logo key keystroke causes the shell to switch between the Start screen and the last active app when a user attempts to lock the device by using the on-screen keyboard, which may be unexpected behavior.

What Is Filter Keys Windows 7

Some custom keyboard software, such as Microsoft IntelliType Pro, can install Keyboard Filter drivers that prevent Keyboard Filter from being able to block some or all keys, typically extended keys like BrowserHome and Search.

In this section

Comments are closed.