Get-WinAcceptLanguageFromLanguageListOptOut

Get-WinAcceptLanguageFromLanguageListOptOut

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

Sintaxis

Get-WinAcceptLanguageFromLanguageListOptOut [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Boolean

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

Ejemplos

Example 1

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

Temas relacionados

Set-WinAcceptLanguageFromLanguageListOptOut

Get-WinUserLanguageList