Set-WinDefaultInputMethodOverride

Applies To: Windows 8, Windows Server 2012

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 Get-WinLanguageBarOption 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

-InputTip<String>

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.

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

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

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

Get-WinDefaultInputMethodOverride