Set-WinDefaultInputMethodOverride

Set-WinDefaultInputMethodOverride

Sets the default input method override for the current user account.

Syntax

Parameter Set: Default
Set-WinDefaultInputMethodOverride [[-InputTip] <String> ] [ <CommonParameters>]

Detailed Description

The Set-WinDefaultInputMethodOverride cmdlet gets 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

-InputTip<String>

Specifies a locale ID and a keyboard language ID (KLID).

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<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).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • InputTip

    A string that consists of a locale ID and a keyboard language ID (KLID).

Examples

Example 1: Set the default input method override

This command sets the default input method override to English (United States) – US.

PS C:\> Set-WinDefaultInputMethodOverride -InputTip "0409:00000409"

Get-WinDefaultInputMethodOverride