NAME
Set-WinLanguageBarOption
SYNOPSIS
Sets the language bar type and mode for the current user account.SYNTAX
Set-WinLanguageBarOption [-UseLegacyLanguageBar] [-UseLegacySwitchMode] [
] 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. Required? false Position? named Default value 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 defaultor per-user setting.
Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
Example 1
PS C:\>Set-WinLanguageBarOptions -UseLegacySwitchMode -UseLegacyLanguageBar
This command sets the language bar mode to the legacy setting and the language bar type to the per-thread setting.
Example 2
PS C:\>Set-WinLanguageBarOptions
This command sets the language bar mode and the language bar type to the default setting.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287351Get-WinLanguageBarOption