Set-WinDefaultInputMethodOverride

Set-WinDefaultInputMethodOverride

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

Sintaxis

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

Descripción detallada

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

Parámetros

-InputTip<String>

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue)

¿Aceptar caracteres comodín?

false

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

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • InputTIP

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

Ejemplos

Example 1

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

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

Temas relacionados

Get-WinDefaultInputMethodOverride