Set-WinLanguageBarOption

Set-WinLanguageBarOption

Sets the language bar type and mode for the current user account.

Sintaxis

Parameter Set: Default
Set-WinLanguageBarOption [-UseLegacyLanguageBar] [-UseLegacySwitchMode] [ <CommonParameters>]

Descripción detallada

The Set-WinLanguageBarOption cmdlet sets the language bar type and mode by using a LanguageBar object. The values for the type and mode settings can be either true or false. The default value for each setting is false.

Parámetros

-UseLegacyLanguageBar

When used with this cmdlet, this parameter sets the language bar mode to the legacy setting. When this parameter is not used with the cmdlet, the language bar mode is set to the default setting.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-UseLegacySwitchMode

When used with this cmdlet, this parameter sets the language bar switch mode to the legacy or per-thread setting. When this parameter is not used with the cmdlet, the language bar switch mode is set to the default or per-user setting.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

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

Ejemplos

Example 1

This command sets the language bar mode to the legacy setting and the language bar type to the per-thread setting.

PS C:\> Set-WinLanguageBarOptions -UseLegacySwitchMode -UseLegacyLanguageBar

Example 2

This command sets the language bar mode and the language bar type to the default setting.

PS C:\> Set-WinLanguageBarOptions

Temas relacionados

Get-WinLanguageBarOption