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>

이 cmdlet은 일반 매개 변수 -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