PowerShell Logo Small

Set-WinCultureFromLanguageListOptOut



This is the built-in help made by Microsoft for the command 'Set-WinCultureFromLanguageListOptOut', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


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



Search powershellhelp.space

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.



<

RELATED LINKS

Online Version:
Get-WinCultureFromLanguageListOptOut

REMARKS

<

Examples


Example 1

PS C:\> Set-WinCultureFromLanguageListOptOut 1



This cmdlet blocks the dynamic setting behavior.