Set-WinLanguageBarOption

Set-WinLanguageBarOption

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

構文

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

詳細説明

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.

パラメーター

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

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.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

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