Share via


Microsoft-Windows-Embedded-GestureFilter (Industry 8.1)

7/8/2014

Review the settings and examples of the Microsoft-Windows-Embedded-GestureFilter feature package for Windows System Image Manager (SIM) in Windows Embedded 8.1 Industry (Industry 8.1).

You can disable the edge gestures by changing the value of the DisabledEdges setting for Gesture Filter.

Gesture Filter does not filter gestures on accounts with administrator rights.

The top edge gesture and the bottom edge gesture bring up the app bar, which is specific for each Windows Store app. You cannot block these gestures. You can, however, block the extended swipe gesture which closes a Windows Store app.

Some Windows Store apps use charms to change settings for the app. Blocking the right edge gesture prevents a user from using the touchscreen to access the charms. Blocking the right edge gesture does not prevent users from using the keyboard shortcut to bring up charms.

Settings available in Windows SIM

Setting

Description

DisabledEdges

Specifies which edge input and gestures are disabled.

IsGestureFilterEnabled

Specifies whether Gesture Filter is enabled.

Settings details

DisabledEdges

Specifies which edge input and gestures are disabled.

  • Type
    Uint32
  • Values
    The following table shows the possible values. You can bitwise or multiply values together to disable multiple edges.

    Edge

    Value

    Description

    Left

    1

    Disables left edge input and app switcher gesture.

    Right

    2

    Disables right edge input and charm gesture.

    Top-left

    16

    Disables top-left edge input gesture.

    Top-right

    32

    Disables top-right edge input gesture.

    Bottom-left

    64

    Disables bottom-left edge input gesture.

    Bottom-right

    128

    Disables bottom-right edge input gesture.

    Extended Swipe gesture

    512

    Disables the extended swipe gesture.

  • Parent hierarchy
    Microsoft-Windows-Embedded-GestureFilter | DisabledEdges
  • Valid passes
    offlineServicing
  • XML example

    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-Embedded-GestureFilter" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="https://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DisabledEdges>16</DisabledEdges>
        </component>
    </settings>
    

IsGestureFilterEnabled

Specifies whether Gesture Filter is enabled.

  • Type
    UInt32
  • Values

    Value

    Description

    0

    Do not enable Gesture Filter.

    This is the default value.

    1

    Enable Gesture Filter.

  • Parent hierarchy
    Microsoft-Windows-Embedded-GestureFilter | IsGestureFilterEnabled
  • Valid passes
    offlineServicing
  • XML example

    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-Embedded-GestureFilter" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="https://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <IsGestureFilterEnabled>1</IsGestureFilterEnabled>
        </component>
    </settings>
    

See Also

Concepts

Add lockdown and branding features to your image by using Windows SIM
Brand a device
Lockdown features
Gesture Filter