Get-WinDefaultInputMethodOverride

Get-WinDefaultInputMethodOverride

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

Sintaxis

Get-WinDefaultInputMethodOverride [ <CommonParameters>]

Descripción detallada

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

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • WinKeyboardObject

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

Ejemplos

Example 1

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

PS C:\> Get-WinDefaultInputMethodOverride

Temas relacionados

Set-WinDefaultInputMethodOverride