PowerShell Logo Small

Get-WinAcceptLanguageFromLanguageListOptOut



This is the built-in help made by Microsoft for the command 'Get-WinAcceptLanguageFromLanguageListOptOut', 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

Gets the HTTP Accept Language from the Language List opt-out setting for the current user account.

SYNTAX


Get-WinAcceptLanguageFromLanguageListOptOut [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-WinAcceptLanguageFromLanguageListOptOut cmdlet gets the HTTP Accept Language from Language List opt-out setting for the current user
account. By default, the HTTP Accept Language List is automatically generated from the current user account’s language list.


When set to TRUE, this setting deletes the current content of the HTTP Accept Language 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 that is based on the language list
for the current user account.



<

RELATED LINKS

Online Version:
Set-WinAcceptLanguageFromLanguageListOptOut
Get-WinUserLanguageList

REMARKS

<

Examples


Example 1

PS C:\> Get-WinAcceptLanguageFromLanguageListOptOut
TRUE



This command returns the status of the HTTP Accept Language from Language List opt-out setting for the current user account.