Get-WinDefaultInputMethodOverride

Applies To: Windows 8, Windows Server 2012

Get-WinDefaultInputMethodOverride

Gets the default input method override setting for the current user account.

Syntax

Get-WinDefaultInputMethodOverride [ <CommonParameters>]

Detailed Description

The Get-WinDefaultInputMethodOverride cmdlet retrieves the default input method override setting, which specifies a default input method for the current user account. If no override setting is used, the input method is dynamically determined from the current user account's language list (see Get-WinUserLanguageList and Set-WinUserLanguageList).

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • WinKeyboardObject

    The Tablet Input Panel (TIP) string for the default input method override setting.

Examples

Example 1

This command returns and displays the default input method for the current user account.

PS C:\> Get-WinDefaultInputMethodOverride
InputMethodTip      Keyboard name
---------------     -------------
0409:00000409       English (United States) – US

Set-WinDefaultInputMethodOverride