PowerShell Logo Small

Set-WinAcceptLanguageFromLanguageListOptOut



This is the built-in help made by Microsoft for the command 'Set-WinAcceptLanguageFromLanguageListOptOut', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 HTTP Accept Language from the Language List opt-out setting for the current user account.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


By default, the HTTP Accept Language List is automatically generated from the current user account’s language list. You can use the Set-WinAcceptLanguageFromLanguageL
istOptOut cmdlet to set the HTTP Accept Language from Language List opt-out value. When set to TRUE, this setting deletes the current content of the HTTP Accept Lang
uage registry key and prevents changes to the language list from reestablishing the key. When set to FALSE, this setting reestablishes the HTTP Accept Language List b
ased on the language list for the current user account.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287347
Get-WinAcceptLanguageFromLanguageListOptOut

REMARKS

<

Examples


Example 1

PS C:\> Set-WinAcceptLanguageFromLanguageListOptOut 1



This cmdlet deletes the current content of the HTTP Accept Language registry key and blocks updates to the key based on changes to the user’s language list.