NAME
Set-WinCultureFromLanguageListOptOut
SYNOPSIS
Sets the Culture (User Locale) from language list opt out setting for the current user account.SYNTAX
Set-WinCultureFromLanguageListOptOut [-OptOut]
[ ] DESCRIPTION
The Set-WinCultureFromLanguageListOptOut cmdlet gets 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
Required? true Position? 1 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-WinCultureFromLanguageListOptOut 1
This cmdlet blocks the dynamic setting behavior.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287348Get-WinCultureFromLanguageListOptOut