< Back

Set-WinCultureFromLanguageListOptOut

Tue Jan 29, 2019 10:17 pm

NAME Set-WinCultureFromLanguageListOptOut



SYNOPSIS

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





SYNTAX

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





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 <Boolean>





Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://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=287348

Get-WinCultureFromLanguageListOptOut