Get-WinAcceptLanguageFromLanguageListOptOut

Get-WinAcceptLanguageFromLanguageListOptOut

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

Syntax

Get-WinAcceptLanguageFromLanguageListOptOut [ <CommonParameters>]

Detailed 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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Boolean

    A Boolean value that reports the status of the HTTP Accept Language from Language List opt-out setting for the current user account.

Examples

Example 1: Get the HTTP Accept Language from Language List opt-out setting

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

PS C:\> Get-WinAcceptLanguageFromLanguageListOptOut

Set-WinAcceptLanguageFromLanguageListOptOut

Get-WinUserLanguageList