< Back

Set-WinAcceptLanguageFromLanguageListOptOut

Tue Jan 29, 2019 10:17 pm

NAME Set-WinAcceptLanguageFromLanguageListOptOut



SYNOPSIS

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





SYNTAX

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





DESCRIPTION

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.





PARAMETERS

-OptOut <Boolean>





Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS











OUTPUTS











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.



RELATED LINKS

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

Get-WinAcceptLanguageFromLanguageListOptOut