Get-WinDefaultInputMethodOverride

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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: Get the default input method override setting for the current user account

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

PS C:\> Get-WinDefaultInputMethodOverride

Set-WinDefaultInputMethodOverride