Set-WinAcceptLanguageFromLanguageListOptOut

Set-WinAcceptLanguageFromLanguageListOptOut

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

Sintaxis

Parameter Set: Default
Set-WinAcceptLanguageFromLanguageListOptOut [-OptOut] <Boolean> [ <CommonParameters>]

Descripción detallada

By default, the HTTP Accept Language List is automatically generated from the current user account’s language list. You can use the Set-WinAcceptLanguageFromLanguageListOptOut 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 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 based on the language list for the current user account.

Parámetros

-OptOut<Boolean>

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

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

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

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

Ejemplos

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

PS C:\> Set-WinAcceptLanguageFromLanguageListOptOut 1

Temas relacionados

Get-WinAcceptLanguageFromLanguageListOptOut