Get-WinDefaultInputMethodOverride
Gets the default input method override setting for the current user account.
Syntax
Get-WinDefaultInputMethodOverride []
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 language list of the current user account. For more information, see the Get-WinUserLanguageList and Set-WinUserLanguageList cmdlets.
Examples
Example 1: Display default input method
PS C:\> Get-WinDefaultInputMethodOverride
InputMethodTip Keyboard name
--------------- -------------
0409:00000409 English (United States) - US
This command returns and displays the default input method for the current user account.
Outputs
WinKeyboardObject
This cmdlet returns the Tablet Input Panel (TIP) string for the default input method override setting.