Set-WinLanguageBarOption

Applies To: Windows 8, Windows Server 2012

Set-WinLanguageBarOption

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

Syntax

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

Detailed Description

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.

Parameters

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

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.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

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

Get-WinLanguageBarOption