Auf Englisch lesen Bearbeiten

Freigeben über


Set-WinCultureFromLanguageListOptOut

Sets the Culture (User Locale) from language list opt-out setting for the current user account.

Syntax

PowerShell
Set-WinCultureFromLanguageListOptOut
   [-OptOut] <Boolean>
   [<CommonParameters>]

Description

The Set-WinCultureFromLanguageListOptOut cmdlet sets the Culture (User Locale) opt-out setting for the current user account. Setting this option to $True disables the action of dynamically setting the Culture (User Locale) for the current user based on changes to the Windows display language. Setting this option to $False activates the dynamic setting behavior. The default setting is $False.

Examples

Example 1: Opt out of the culture from language list behavior

PowerShell
PS C:\>Set-WinCultureFromLanguageListOptOut -OptOut $True

This cmdlet blocks the dynamic setting behavior.

Parameters

-OptOut

Indicates whether to opt out of the culture from language list behavior.

Type:Boolean
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False