Set-WinDefaultInputMethodOverride

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

Syntax

Set-WinDefaultInputMethodOverride
   [[-InputTip] <String>]
   [<CommonParameters>]

Description

The Set-WinDefaultInputMethodOverride cmdlet sets 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: Set the default input method override

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

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

Parameters

-InputTip

Specifies an input tip.

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Inputs

InputTIP

You can pipe a locale ID and a keyboard language ID (KLID). See Default Input Profiles (Input Locales) in Windows