Get-WinDefaultInputMethodOverride

Get-WinDefaultInputMethodOverride

Gets the default input method override setting for the current user account.

構文

Get-WinDefaultInputMethodOverride [ <CommonParameters>]

詳細説明

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 current user account's language list (see Get-WinUserLanguageList and Set-WinUserLanguageList).

パラメーター

<CommonParameters>

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

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • WinKeyboardObject

    The Tablet Input Panel (TIP) string for the default input method override setting.

Example 1

This command returns and displays the default input method for the current user account.

PS C:\> Get-WinDefaultInputMethodOverride

関連トピック

Set-WinDefaultInputMethodOverride