Set-WinCultureFromLanguageListOptOut

Set-WinCultureFromLanguageListOptOut

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

Syntax

Parameter Set: Default
Set-WinCultureFromLanguageListOptOut [-OptOut] <Boolean> [ <CommonParameters>]

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

Parameters

-OptOut<Boolean>

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

Aliases

none

Required?

true

Position?

1

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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

This cmdlet blocks the dynamic setting behavior.

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

Get-WinCultureFromLanguageListOptOut