Set-WinDefaultInputMethodOverride

Set-WinDefaultInputMethodOverride

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

構文

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

詳細説明

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

パラメーター

-InputTip<String>

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • InputTIP

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

Example 1

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

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

関連トピック

Get-WinDefaultInputMethodOverride